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
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).