звездочёт

Results 242 comments of звездочёт

@LudeeD say> Pages: 308, File size: 1322590721 bytes 1322590721/308 = 4294128 bytes/page. Hmm! Is big! You can change /FlateDecode (~ png) to /DCTDecode (~ jpeg), use ghostscript: ``` ps2pdf /home/ludee/Desktop/Dissertação_Ana_Antunes_201405897.pdf...

@rbrito say> It sure sounds interesting and I would like to have a look at it. Use pdftk to process the file in parts.

>What does the error stem from and how can I make my scanned pdf's work with pdfsizeopt? Use `pdfsizeopt` with `cpdf`(https://github.com/johnwhitington/cpdf-source) or `qpdf`(https://github.com/qpdf/qpdf). See also: * #119 * #148 *...

@FredWahl say: >Sadly, I don't know python but I have decided to learn. See simple https://github.com/ImageProcessing-ElectronicPublications/python-pdf-jpeg-extract for begin. Good Luck. See also (C/C++): * https://github.com/ImageProcessing-ElectronicPublications/jbig2enc * https://github.com/ImageProcessing-ElectronicPublications/jpeg2pdf * https://github.com/ImageProcessing-ElectronicPublications/png2pdf *...

@FredWahl say: >Interesting and a good reason to learn Python. See https://github.com/rbrito/scripts . Reference: * #41 * #95 * #159

@hannob . :smile: :smile: :smile: this is `python` or `zip/python` :smile: :smile: :smile:

Hi @KOLANICH . Зря ты здесь что-то спрашиваешь. Щас начнётся стандартная песня данного персонажа за бабло, пожертвования и т.д. и т.п. Спрашивать стоит здесь: https://github.com/rbrito/pdfsizeopt . Хоть какой то отклик...

I move the question from https://github.com/pts/pdfsizeopt/issues/123: Can use https://github.com/strichter/img2pdf instead of sam2p?

@pts, for reflection: https://github.com/ImageProcessing-ElectronicPublications/python-pdf-jpeg-extract In the case of ```pdfsizeopt```, the ```find``` operation must be applied to ```obj.stream```(In the case```if ('/DCTDecode ' in filter2):```).

@pts say: >How would pdfsizeopt benefit from https://github.com/strichter/img2pdf ? Img2pdf can generate PDF from JPEG without recoding (inserts JPEG into obj-wrapper). This allows you to think about the processing of...