FontTransformations

PdfLoadOptions.FontTransformations property

Transform existing fonts after document loading and font substitution are complete. Font transformations can modify any fonts in the document, including fonts that were successfully loaded.

public IList<FontTransformation> FontTransformations { get; set; }

Remarks

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.

See Also