Editing the text in PDF #1019
Unanswered
priyamharsh14
asked this question in
Looking for help
Replies: 1 comment 3 replies
-
It cannot work this way!
There are a number of additional complexities coming in:
|
Beta Was this translation helpful? Give feedback.
3 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.
-
I was looking for a way to edit or replace some text inside a PDF file. I read some suggestions on #257, but I am unable to perform it. When I extracted xref stream, there were some
Tj
andTJ
, and the text data was inside<>
brackets, but when I tried to decode it (hex to string), the decoded text is not valid.Example,
<000e001c00140003001b0019001a0017001b001b0017001300130014> Tj
I am unable to find the text data stream which I want to replace.
Beta Was this translation helpful? Give feedback.
All reactions