Skip to content

Commit 344cc26

Browse files
authored
Update fixing-double-bold-text-issue-in-pdf-document.md
1 parent 605c145 commit 344cc26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/fixing-double-bold-text-issue-in-pdf-document.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: how-to
55
page_title: Fixing Double-Bold Text Issue in PDFs Exported from Telerik WordsProcessing
66
meta_title: Fixing Double-Bold Text Issue in PDFs Exported from Telerik WordsProcessing
77
slug: fixing-double-bold-text-issue-in-pdf-document
8-
tags: word,processing, pdf, provider, font,embed, arial, narrow, register, bold
8+
tags: word, processing, pdf, provider, font, embed, arial, narrow, register, bold, flow, double, export
99
res_type: kb
1010
ticketid: 1698628
1111
---
@@ -19,11 +19,11 @@ ticketid: 1698628
1919
## Description
2020

2121
When exporting documents to PDF using Telerik WordsProcessing, the bold text may appear "double-bold" in browsers like Edge or Chrome. This issue arises due to font embedding settings or inaccuracies in font file access, specifically with condensed fonts like Arial Narrow Bold.
22-
This knowledge base article gives some tips how to fix double-bold text rendering issues in PDFs generated by Telerik WordsProcessing.
22+
This knowledge base article gives some tips on how to fix double-bold text rendering issues in PDFs generated by Telerik WordsProcessing.
2323

2424
## Solution
2525

26-
The "double bold" text appearance in PDF viewers like Edge or Chrome is typically caused by font embedding. Using [FontEmbeddingType.Full]({%slug radpdfprocessing-formats-and-conversion-pdf-settings%}) can sometimes cause duplication if both, regular and bold, font variants are embedded and the viewer applies bold rendering on top. If your style already sets bold, avoid setting the Run.FontWeight property to FontWeights.Bold again. Double-assigning bold can lead to rendering issues.
26+
The "double bold" text appearance in PDF viewers like Edge or Chrome is typically caused by font embedding. Using [FontEmbeddingType.Full]({%slug radpdfprocessing-formats-and-conversion-pdf-settings%}) can sometimes cause duplication if both regular and bold font variants are embedded and the viewer applies bold rendering on top. If your style already sets bold, avoid setting the Run.FontWeight property to FontWeights.Bold again. Double-assigning bold can lead to rendering issues.
2727

2828
To resolve the double-bold appearance issue, manually register the correct font files for Arial Narrow Bold and configure the style settings properly. Follow these steps:
2929

0 commit comments

Comments
 (0)