I need to split and merge PDF very often, and I haven't found any easy and quick product to do that.
All the applications I've tested are heavy to load, or take several clisk and time to do the job I wanted.
So, I created this little tool yesterday to fit my needs.
PDFAssist is a small application that add to the Windows FileExplorer some menus to do some quick work on PDF files.
The work can be done on single PDF and on multiple PDF at the same time.
This version do on PDF :
- Split the pages of PDF
- Compress (optimize) the PDF
- Merge PDF
- OCR PDF
- Print PDF
- Password Protect PDF
- Password UnProtect PDF
![Name: Screenshot.png
Views: 39
Size: 4.0 KB]()
It uses Ghostscript and Poppler to do the work on PDF.
In order to manage multiple select of files within the Explorer, PDFAssist uses the "context-menu-launcher" that can be found at this url
https://github.com/zenden2k/context-menu-launcher
Ghostscript and Poppler are embedded in the ZIP
You will find in the code all the code to do call to Ghostscript, Poppler, etc...
Just run the executable the first time to create the needed registry keys.
As bonus, PDFAssist also creates a registry key to allow the automatic creation a folder with the current date
Enjoy the tool, and if you have comments, or ideas to enhance it, just post them here.
Well, I can't post it here, upload seemes to have a problem, but here is the link with all EXE : <removed by moderator
And here only the sourcesPDFAssist Only src.zip
Thierry
All the applications I've tested are heavy to load, or take several clisk and time to do the job I wanted.
So, I created this little tool yesterday to fit my needs.
PDFAssist is a small application that add to the Windows FileExplorer some menus to do some quick work on PDF files.
The work can be done on single PDF and on multiple PDF at the same time.
This version do on PDF :
- Split the pages of PDF
- Compress (optimize) the PDF
- Merge PDF
- OCR PDF
- Print PDF
- Password Protect PDF
- Password UnProtect PDF
It uses Ghostscript and Poppler to do the work on PDF.
In order to manage multiple select of files within the Explorer, PDFAssist uses the "context-menu-launcher" that can be found at this url
https://github.com/zenden2k/context-menu-launcher
Ghostscript and Poppler are embedded in the ZIP
You will find in the code all the code to do call to Ghostscript, Poppler, etc...
Just run the executable the first time to create the needed registry keys.
As bonus, PDFAssist also creates a registry key to allow the automatic creation a folder with the current date
Enjoy the tool, and if you have comments, or ideas to enhance it, just post them here.
Well, I can't post it here, upload seemes to have a problem, but here is the link with all EXE : <removed by moderator
And here only the sourcesPDFAssist Only src.zip
Thierry