Flattening annotations permanently #4317
Unanswered
MartinMayoIglesias
asked this question in
Q&A
Replies: 1 comment
-
There is a |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a PDF with digital signatures which were not merged/fused into the pdf so they are floating around it (one can move them). I want to "flatten" them permanently (i.e. make them permanent part of the pdf). When I inspect the PDF byte stream I see them as Annotation objects.
How can I make them permanently part of the PDF?? I don't want to render the whole page into a pixmap.
(a non python solution is, for instance, in Macbook: Open the file in Preview and then File ---> Print ----> Print to PDF)
Beta Was this translation helpful? Give feedback.
All reactions