Skip to content

Commit bdc7aae

Browse files
committed
addressed Yoan's feedback
1 parent 4df9ccc commit bdc7aae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

knowledge-base/validating-fonts-document-processing.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Validating Fonts when Using Telerik Document Processing
3-
description: Learn how to identify and resolve issues caused by incomplete or corrupt TTF font files in exported PDFs using Telerik Document Processing.
3+
description: Learn how to identify incomplete or corrupt TTF font files that cause content issues while exporting PDF files using Telerik Document Processing.
44
type: how-to
5-
page_title: Resolving Missing Content Issues in PDF Export Due to Fonts
6-
meta_title: Resolving Missing Content Issues in PDF Export Due to Fonts
5+
page_title: Identifying incomplete or corrupted font files causing content issues in exported PDF dcouments
6+
meta_title: Identifying incomplete or corrupted font files causing content issues in exported PDF documents
77
slug: validating-fonts-pdf-document-processing
8-
tags: word, document, processing, ttf, font, validation, pdf, export
8+
tags: word, document, processing, ttf, font, validation, pdf, export, spread, fixed, flow, excel
99
res_type: kb
1010
ticketid: 1690314
1111
---
@@ -18,7 +18,7 @@ ticketid: 1690314
1818

1919
## Description
2020

21-
When exporting a document to PDF format using [Telerik RadWordsProcessing]({%slug radwordsprocessing-overview%}), missing content may occur due to issues with the TTF font file. These issues can arise if the font file is incomplete, corrupted, or missing required font tables. This results in missing or improperly rendered text in the exported PDF.
21+
When exporting a document to PDF format using the Telerik [Document Processing Librararies]({%slug introduction%}), content issues may occur due to incomplete or corrupted font files. These issues can arise if the font file is incomplete, corrupted, or missing required font tables. This results in missing or improperly rendered text in the exported PDF.
2222

2323
This knowledge base article gives some tips and tricks how to validate fonts used in Telerik Document Processing and what tools can check for font file's integrity.
2424

@@ -53,7 +53,7 @@ To ensure a font file is complete and compatible with Telerik Document Processin
5353
- Validate fonts from third-party sources before integrating them.
5454
- Request official font packages or sources for reliable compatibility.
5555
- Replace problematic font files with known-good versions to resolve rendering issues.
56-
- Extend the FontsProvider to log missing or problematic fonts during testing for early detection.
56+
- You can utilize a [FontsProvider]({%slug pdfprocessing-implement-fontsprovider%}) implementation to identify all fonts and styles used in the document. Thus, you can log missing or problematic fonts during testing for early detection.
5757

5858
## See Also
5959

0 commit comments

Comments
 (0)