Replies: 1 comment
-
You could make a pixmap of the page after your changes display its Pillow image via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a PDF viewer that can view pymupdf doc objects within Python directly, so that saving the file and opening with a viewer is not necessary?
I want to change PDFs with pymupdf and preview the changes before saving.
With doc objects I mean the following:
doc = fitz.open("my_pdf.pdf")
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions