Annotation to copy from Source PDF page to Target PDF page.. #2858
Replies: 5 comments 7 replies
-
Hello @JorjMcKie , I am currently trying to copy annotation form source pdf page to Target pdf page, Here is my code. """Copy annotations from Source PDF to Target PDF"""
if name == 'main':
These types of annotation are not copied .Actually all those annotation are prepared form Bluebeam software. |
Beta Was this translation helpful? Give feedback.
-
@JorjMcKie If there are other options Could you please let me know. I am not an expert in Python so need help. I need to copy whole annotation to target pdf page, The target page will have no any annotation at first so need to update the target page with source page annotation. |
Beta Was this translation helpful? Give feedback.
-
I have moved your post to Discussions - it is no issue. The not working part (triangle etc.) are no annotations - at least no standard annotations, so there is no way to re-generate them on the target. This could only be replicated by low-level code. You are aware that you can simply copy the source page to the target PDF as a page there? Use |
Beta Was this translation helpful? Give feedback.
-
Annotations in general are no part of the page's contents - they are like "above" of the rest. If I understand you correctly, you could take the source page (with those funky annotations) and overlay it with the target page's content using |
Beta Was this translation helpful? Give feedback.
-
@JorjMcKie It supports Callout or not, I have one issue When I use add_redact_annot() before using show_pdf_page() all Text annotations as well as FreetextCalout annotations are also redacted, Any idea not to remove any Freetext and annotations. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Potentially add an issue reference.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
Are there several options for how your request could be met?
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions