PDFMerger
PDFMerger copied to clipboard
breaks on large pdfs
Does not appear to work on larger projects (700+ pages). Does not create a file when all pages added.
system: Linux/Generic i368 PHP 5.X
I will have a look at the issue.
Hi,
I have similar problem, over 1000 sinlgle page pdfs, that I need to merge into one.
Locally it is working fine, but on server I am getting error: "...failed to open stream: Too many open files in ...", that is related to system.
So, problem is with too many files opened, now do you have any ideas or work-around how this can be solved.
Thanks
@muhamed-didovic look here https://stackoverflow.com/questions/14748499/fatal-error-too-many-open-files https://superuser.com/questions/871276/failed-to-open-stream-too-many-open-files-php-1024-maximum-limit-redhat-wh
Seems it would be best to close files as you go. Open file > process content > close file > open next file... etc.