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 like your script and used it quite a lot recently. Unfortunately, the PDFs get compressed pretty much and so images lose a lot of quality. How can I avoid recompression?
The text was updated successfully, but these errors were encountered:
Find where your pdf-bookmark was installed with the following command: pip show pdf-bookmark
Name: pdf-bookmark
Version: 1.1.0
Summary: PDF Bookmark Import and Export
Home-page: https://github.com/xianghuzhao/pdf-bookmark
Author: Xianghu Zhao
Author-email: xianghuzhao@gmail.com
License: MIT
Location: c:\LOCATION\python\python310\lib\site-packages
Requires:
Required-by:
Edit the "c:\LOCATION\python\python310\lib\site-packages\pdf-bookmark.py" (change the path accordingly) file, find the call command to ghostscript executable, add the above settings to the arguments array and save the file.
I like your script and used it quite a lot recently. Unfortunately, the PDFs get compressed pretty much and so images lose a lot of quality. How can I avoid recompression?
The text was updated successfully, but these errors were encountered: