Issue of changed font after changing field text of widget #4315
Unanswered
zergb
asked this question in
Looking for help
Replies: 1 comment 2 replies
-
(Py-)MuPDF currently only supports Helvetica, Times-Roman and Courier in text widgets - no bold, no italic. Independent from this: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using PyMuPDF to fill a PDF form. My expectation is to update only the values within text fields, leaving the original font formatting intact. However, the font is changing unexpectedly. For instance, original font Arial Bold is being replaced with default font Helvetica. When I make the same changes in Adobe Acrobat, the font Arial Bold is preserved correctly. My code is attached below. I'd appreciate any insights into how to resolve this issue. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions