3

I have a 361 page PDF file and try to split each page into directory. I used burst method of pdftk. However, original file size is 11mb but the generated file sizes are 10mb which makes nearly 4gb when bursting done.

pdftk orjFile.pdf burst output %01d.pdf

Burst result

Is there an any solution to this bug ? or You can suggest me another free library to try (i used PdfBox but i gave the same result).

Erdi Atalay
  • 153
  • 1
  • 1
  • 8
  • Maybe the resources (images, fonts) are global, in that case every page will need them. Please share source and one result file for more info. – Tilman Hausherr Feb 17 '20 at 08:52
  • Does this answer your question? [PDFTK Output Same Size as Input Regardless of Cat'd Page Count](https://stackoverflow.com/questions/40598770/pdftk-output-same-size-as-input-regardless-of-catd-page-count) – notautogenerated Feb 19 '20 at 19:45

0 Answers0