Is it possible to change text in a specific location in a page? #1613
Unanswered
ali-asly101
asked this question in
Looking for help
Replies: 1 comment 1 reply
-
Yes, this works by using redaction annotations.
For short text, and text not longer than the original, this should work ok. There may be unpleasant misplacements if new text is longer, or using a different font / fontsize, etc. There are ways to improve the result. Drop a note when you encounter things like this. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I am developing a PDF editor app for school exams and one of the features I want to add is being able to change the question numbers.
These question numbers are usually on the very left on the page, and if I do a for loop looking for like lets say the number 2 and change it to 1, it can also change the questions' content itself ( Lets say a question says " John has 2 oranges ", it will also change these 2 oranges to 1, ruining the question ). So is it possible to do a for loop looking for specific texts in a specific rect / position of the page?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions