Skip to content

PDF copy some seal image disappear #1238

Discussion options

You must be logged in to vote

Thank you for submitting this. This is not a bug - it works as designed.

  1. As documented, show_pdf_page() cannot copy annotations of the source page.
  2. Form fields / widgets (including signatures) are a subtype of annotations, so they will not be included in the target page. The same is true for any other type of annotations - including links.

There is a solution for your case however:
You can convert the source PDF to a new PDF. The underlying MuPDF function converts annotations to normal page content.
Then use the resulting PDF as your source.
You should now see annotation images in the target, but they technically are no longer annotations (or widgets, signatures, etc.).
Here is a snippe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hbh112233abc
Comment options

Answer selected by JorjMcKie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not a bug not a bug / user error / unable to reproduce
2 participants
Converted from issue

This discussion was converted from issue #1237 on August 30, 2021 18:31.