About text scaling feature #4982
Closed
hmertakyatan
started this conversation in
General
Replies: 1 comment 3 replies
-
|
We do not support PDF syntax in this respect. You have a couple of alternatives however:
|
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.
-
Hi, Does Pymupdf have a text scaling feature, or can we only apply it in pixels?
I am currently developing an application that renders SVG and includes data merging and imposition features.
I'm using Harfbuzz SVG for text rendering and can scale it in the x and y directions, but when I output it using PyMuPDF, it only appears as a font size argument. According to my research, it exists in the PDF syntax (Tm), but I couldn't find it in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions