You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: