-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a limit on the number of pages in a file? #106
Comments
There is no formal limit, but DUP is new functionality, and there might be a complexity-blowup which we might be able to fix. Can you supply (privately, if necessary) the example file? |
Of course, for the development of such a useful utility. But, indeed, it is better privately, since these are not my files, I am just experimenting with them. We corresponded by e-mail, I will send you a link to the archive |
sent |
6DUP works. cpdf not hung. combine_nopipe.cmd start DUP an 23:30:41 and end at 1:12:53. as it turns out, this is the slowest part of the job start time 23:30:10,91 |
I am once again delighted with cpdf |
I experimented: $ time ./cpdf out.pdf 2DUP -o out2.pdf real 2m22.411s $ time ./cpdf out.pdf 4DUP -o out2.pdf real 14m44.241s $ time ./cpdf out.pdf 6DUP -o out2.pdf real 35m2.467s So, clearly something somewhat exponential going on here. Let's keep this bug open, and I'll try to get it linear in the future. (By the way, I ran |
Tell me, please, are there any restrictions on the number of pages in сpdf? I'm trying to make 6DUP on a file of 9000 pages, 26 MB in size, and the process is taking a very long time, I couldn't wait for the end.
May be its impossible to process so many pages using cpdf and I need to split file before processing?
The text was updated successfully, but these errors were encountered: