Skip to content

Commit 498892b

Browse files
committed
addressed feedback
1 parent 0537700 commit 498892b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Resolving Missing Content in Exported PDF Files
3-
description: Learn how to handle missing content in PDF files generated using RadWordsProcessing for Document Processing due to custom fonts.
2+
title: Resolving missing content after HTML/DOCX to PDF conversion with WordsProcessing in .NET Standard
3+
description: Learn how to handle missing content in PDF files generated using RadWordsProcessing for Document Processing due to fonts' specifics.
44
type: how-to
55
page_title: Fixing Missing Content in PDFs Generated with RadWordsProcessing
6-
slug: missing-content-pdf-radwordsprocessing
7-
tags: words, processing, document, pdf, font, custom, fixedextensibilitymanager, fontsprovider
6+
slug: missing-content-word-to-pdf-radwordsprocessing
7+
tags: words, processing, document, pdf, font, custom, fixedextensibilitymanager, fontsprovider, netstandard
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]({%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.
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 the 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?
@@ -84,3 +84,4 @@ To ensure that custom fonts are correctly embedded in the PDF files:
8484
## See Also
8585

8686
- [Implementing FontsProvider]({%slug pdfprocessing-implement-fontsprovider%})
87+
- [Standard Fonts]({%slug radpdfprocessing-concepts-fonts%})

0 commit comments

Comments
 (0)