-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I have a document with an image and some text description below. When I replace the text and write to a new PDF file, I found the replaced text becomes a square with an X inside which looks like below, why ?
The original text is "To," and the replaced text is "Ti,". Notice not only "i" was incorrectly changed to a square with an X, the comma that follows the text is also missing.
However, when I used pypdf to read the generated PDF file and then use reader.pages[0].extract_text(), I saw the text was properly replaced as "Ti," without any problems.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request