HaveF / papercrop

Automatically exported from code.google.com/p/papercrop
GNU General Public License v2.0
0 stars 0 forks source link

how to config more than 2.5M #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?

How to config output file more than 2.5M, I dont want to cut out it

What version of the product are you using? On what operating system?

version 0.45 for windows

Original issue reported on code.google.com by xeonl...@gmail.com on 17 Jul 2011 at 1:45

GoogleCodeExporter commented 9 years ago
Could you be more specific? Do you mean a PDF input file larger than 2.5M? 
PaperCrop is supposed to work for every paper-format PDF files. If you 
encounter some bugs with a specific input file please send me the input file. 
Thanks.

Original comment by taesoob...@gmail.com on 17 Jul 2011 at 6:43

GoogleCodeExporter commented 9 years ago
Sorry,English is not my first language. I mean the software will auto cut 
output file if it is larger than 2.5M. I want to know how to config this 
paramter.

Original comment by xeonl...@gmail.com on 17 Jul 2011 at 10:19

GoogleCodeExporter commented 9 years ago
That's okay. Currently, paper crop split the output file based on the number of 
pages. You can set the maximum number of pages in one output file by modifying 
this line in config.lua:

nr_of_pages_per_pdf_book = 100;

Thanks.

Original comment by taesoob...@gmail.com on 18 Jul 2011 at 9:12

GoogleCodeExporter commented 9 years ago
Got it, thanks.

Original comment by xeonl...@gmail.com on 19 Jul 2011 at 11:07

GoogleCodeExporter commented 9 years ago

Original comment by taesoob...@gmail.com on 30 Dec 2011 at 6:14