Visibility of Changes in the PDF #2226
-
Good Morning sir, i would like to ask, if the changes in the PDF are visible without saving the PDF, For example: If i delete an image in a doc (say doc1), now "without" saving the doc, Note that i havent saved the document in any step after making changes! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Yes, this will reflect changes made so far ... however some changes, especially pertaining to annotations (new or updated), require that you "refresh" the page before taking a photo via |
Beta Was this translation helpful? Give feedback.
-
Yes Sir, Got it, Apologies for the inconveniences! |
Beta Was this translation helpful? Give feedback.
Yes, this will reflect changes made so far ... however some changes, especially pertaining to annotations (new or updated), require that you "refresh" the page before taking a photo via
get_picmap()
. This is done bypage = doc.reload_page(page)
.