krop icon indicating copy to clipboard operation
krop copied to clipboard

Can it export to PDF 1.7?

Open tiotrom opened this issue 6 years ago • 2 comments

I am using my PDF's for web concent and anything less than PDF 1.7 is not usable for the web as it cannot be "streamed" (loaded in chunks). Do you plan to add this feature via Ghostscript? Speaking of Ghostscript do you plan to at least let us add custom Ghostscript code to customize the optimization? Thanks

tiotrom avatar Sep 29 '18 18:09 tiotrom

Hi @tiotrom,

The Krop software was actually written by @arminstraub I packaged it into a snap app...

maybe he can give you more insights into this matter

gocarlos avatar Oct 17 '18 20:10 gocarlos

Hi @tiotrom!

krop is not using Ghostscript for cropping. It only allows a final (potential) optimization which is really just running: gs -sDEVICE=pdfwrite -sOutputFile=new.pdf -dNOPAUSE -dBATCH old.pdf If you have custom Ghostscript code, the easiest would be to run it afterwards on the pdf created by krop.

That being said, if there is very common and useful features of Ghostscript, it might make sense to expose them in the krop UI. Besides exporting to PDF 1.7, does anything in particular come to mind?

arminstraub avatar Oct 27 '18 14:10 arminstraub