After cropping the page, how to ignore the invisible text? #3146
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Changing the box values of the page basically just inserts a small code snippet into the PDF file to tell tools like PDF viewers what to show. No actual clipping is done. Actually implementing clipping might be feasible, but comes with additional loads of complexity and thus AFAIK no FOSS tooling supports this out of the box. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/guaguastandup/zotero-pdf2zh/blob/main/server/utils/cropper.py |
Beta Was this translation helpful? Give feedback.
Changing the box values of the page basically just inserts a small code snippet into the PDF file to tell tools like PDF viewers what to show. No actual clipping is done.
Actually implementing clipping might be feasible, but comes with additional loads of complexity and thus AFAIK no FOSS tooling supports this out of the box.