You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Little Python script to merge multiple PDF files in a single one. Useful if a website/platform allows you to only upload a file, when you have multiple instead.
Little Python script to merge multiple PDF files in a single one. Useful if a website/platform allows you to only upload a file, when you have multiple instead.
The script use PyPDF2 library, which can be installed this way: pip install PyPDF2
About
Little Python script to merge multiple PDF files in a single one. Useful if a website/platform allows you to only upload a file, when you have multiple instead.