font_transformations property
font_transformations property
The font transformations applied after document loading and font substitution are complete, which can modify any fonts in the document, including fonts that were successfully loaded.
Note: Font transformations are applied after all font substitution steps are complete.
Transformations are processed in the order they appear in the list.
Use cases: Styling changes, branding requirements, accessibility improvements.
Definition:
@property
def font_transformations(self):
...
@font_transformations.setter
def font_transformations(self, value):
...
See Also
- class
PdfLoadOptions