Freetext annot not showing text #4212
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
This is no bug report but a Discussions item. |
Beta Was this translation helpful? Give feedback.
-
You are adding Optional Content information ( |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, Same problem here. I'm running python 3.12.7 on Windows with PyMuPDF 1.25.1. I'm trying to add a freetext annotation to a PDF document with the following code:
The annotation exists (visible in the comment section of a PDF reader), but doesn't display the text. My snippet did work with previous versions of the libraries, I haven't changed anything in the code, I only upgraded python and my libraries and this behaviour occurred. Thanks in advance for your help ! |
Beta Was this translation helpful? Give feedback.
hello! i tried going back to an earlier version of pymupdf and that seemed to fix the issue!
its currently working fine using:
python 3.11
pymupdf 1.24.10