Doesn't Adobe have something?
Suggestions for a PDF merger API
Hello,
I need to add a PDF merger in a Laravel application. For the moment I use a free package, but it has limitations : some PDF formats are not recognized, some have several layers but only one layer is merged, some are encrypted, ...
My client needs to merge in average between 50 and 150 PDF files per month (some months 0, some months up to 150 to 200).
The better solution would be a self hosted solution or an API in Europe (for RGPD reasons).
For the moment I have found these solutions :
-
the setasign package which can be installed locally on the server for a reasonable price for a single license
-
api2pdf.com which seams to be very interesting, you pay only for what you consume, but it's not in Europe and I don't know if my client will accept this solution or not (because of the RGPD)
-
the pspdfkit.com API, but it's too expensive per month if my client merges over 100 PDF files per month
Some PDF files are encrypted, some others have several layers, ... so I need that the solution allows to merge encrypted PDF files and to flatten them if they have several layers.
Which solution are you using ? What could you suggest me ?
Thanks for your help.
Vincent
@vincent15000 their general API doesn't have combining. I figured Adobe would have a way with php or laravel. But didn't hurt to look.
Only other suggestions:
- check for github packages
- don't combine, just zip them in one zip file.
Please or to participate in this conversation.