Skip to content

Commit 0537700

Browse files
committed
added new KB - Resolving Missing Content in Exported PDF Files
1 parent 903730d commit 0537700

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

knowledge-base/missing-content-pdf-radwordsprocessing.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to handle missing content in PDF files generated using Ra
44
type: how-to
55
page_title: Fixing Missing Content in PDFs Generated with RadWordsProcessing
66
slug: missing-content-pdf-radwordsprocessing
7-
tags: radwordsprocessing, document-processing, pdfprocessing, fonts, custom-fonts, fixedextensibilitymanager, fontsprovider
7+
tags: words, processing, document, pdf, font, custom, fixedextensibilitymanager, fontsprovider
88
res_type: kb
99
ticketid: 1690314
1010
---
@@ -17,7 +17,7 @@ ticketid: 1690314
1717

1818
## Description
1919

20-
When generating PDF files using RadWordsProcessing from HTML or DOCX templates, specific content may be missing in the output due to custom fonts used in the document. This occurs because the .NET Standard version of RadPdfProcessing does not have a default mechanism to read fonts. To resolve this issue, the font data must be provided explicitly using the FixedExtensibilityManager and a custom implementation of the FontsProviderBase class.
20+
When generating PDF files using [RadWordsProcessing]({%slug radwordsprocessing-overview%}) from HTML or DOCX templates, specific content may be **missing** in the output due to custom fonts used in the document. This occurs because the .NET Standard version of [RadPdfProcessing]({%slug radpdfprocessing-overview%}) does not have a default mechanism to read fonts. To resolve this issue, the font data must be provided explicitly using the **FixedExtensibilityManager** and a custom implementation of the [FontsProviderBase]({%slug pdfprocessing-implement-fontsprovider%}) class.
2121

2222
This knowledge base article also answers the following questions:
2323
- Why is some text missing in RadWordsProcessing-generated PDFs?
@@ -83,7 +83,4 @@ To ensure that custom fonts are correctly embedded in the PDF files:
8383

8484
## See Also
8585

86-
- [FixedExtensibilityManager Documentation](https://docs.telerik.com/devtools/document-processing/knowledge-base/pdfprocessing-implement-fontsprovider)
87-
- [RadWordsProcessing Overview](https://docs.telerik.com/devtools/document-processing/libraries/radwordsprocessing/overview)
88-
- [PdfProcessing Overview](https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/overview)
89-
- [Implementing FontsProvider](https://docs.telerik.com/devtools/document-processing/knowledge-base/pdfprocessing-implement-fontsprovider)
86+
- [Implementing FontsProvider]({%slug pdfprocessing-implement-fontsprovider%})

libraries/radpdfprocessing/cross-platform/fonts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ You can find a detailed **FixedExtensibilityManager** and **FontsProvider** desc
2626
* [Cross-Platform Support]({%slug radpdfprocessing-cross-platform%})
2727
* [Inserting Special Symbols in PDF using RadPdfProcessing]({%slug inserting-special-symbols-pdf-radpdfprocessing%})
2828
* [How to Eliminate Formatting Issues when Exporting XLSX to PDF Format]({%slug exporting-xlsx-to-pdf-formatting-issues%})
29+
* [Resolving Missing Content in Exported PDF Files]({%slug missing-content-pdf-radwordsprocessing%})
2930

0 commit comments

Comments
 (0)