Skip to content

Commit a95303b

Browse files
committed
FontsProvider for Cross-Platform Fonts article.
1 parent b3fdc23 commit a95303b

File tree

1 file changed

+4
-0
lines changed
  • libraries/radpdfprocessing/cross-platform

1 file changed

+4
-0
lines changed

libraries/radpdfprocessing/cross-platform/fonts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ You can find a detailed **FixedExtensibilityManager** and **FontsProvider** desc
2222
>caution If the FontsProvider property is not set, a default font will be used when exporting the document in cross-platform applications.
2323
2424
>important When converting a document (e.g. DOCX, HTML, etc.) to PDF format in **.NET Standard** and **.NET (Target OS: *None*)** projects, fonts from the original document are not automatically maintained in the PDF unless you explicitly provide the font data. This is especially important when the original document uses non-standard or custom fonts. The PdfProcessing library requires access to the actual font files to embed them in the PDF. If font data is not provided, the PDF model will substitute the missing fonts with standard ones, resulting in a mismatch between the original document and the exported PDF file.
25+
26+
<snippet id='libraries-pdf-cross-platform-fonts-fontsprovider-implementation'/>
27+
28+
<snippet id='libraries-pdf-cross-platform-fonts-set-fontsprovider'/>
2529

2630
## See Also
2731

0 commit comments

Comments
 (0)