Skip to content

Commit aea9023

Browse files
committed
addressed feedback
1 parent 955572e commit aea9023

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

knowledge-base/preserve-font-boldness-pdf-export-radspreadprocessing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Preserving the Font in PDF Export from Excel
33
description: Learn how to preserve the bold text when converting Excel documents to PDF using RadSpreadProcessing.
44
type: how-to
5-
page_title: How to Keep Text Boldness in PDF Conversion with RadSpreadProcessing
5+
page_title: How to Preserve Text Boldness in PDF Conversion with RadSpreadProcessing
66
slug: preserve-font-boldness-pdf-export-radspreadprocessing
7-
tags: spreadprocessing, document, processing, pdf export, font, registration, bold, text
7+
tags: spreadprocessing, document, processing, pdf export, font, registration, bold, text, pdf, export
88
res_type: kb
99
ticketid: 1659898
1010
---
@@ -17,7 +17,7 @@ ticketid: 1659898
1717

1818
## Description
1919

20-
When converting Excel documents in .NET Framework applications to PDF format using [RadSpreadProcessing]({%slug radspreadprocessing-overview%}), the bold text in the Excel file might not appear bold in the exported PDF. The font also may be changed in the exported PDF. This issue often arises due to the PDF export process using a different font than the one specified in the Excel document. For instance, the PDF export might default to using "Arial" font, while the original Excel document uses "Aptos Narrow".
20+
When converting Excel documents in .NET Framework applications to PDF format using [RadSpreadProcessing]({%slug radspreadprocessing-overview%}), the bold text in the Excel file might not appear bold in the exported PDF. The font also may be changed in the exported PDF. This issue often arises due to the PDF export process using a different font than the one specified in the Excel document. For instance, the PDF export might default to using "Arial" font, while the original Excel document uses "Aptos Narrow".
2121

2222
This KB article also answers the following questions:
2323
- How to ensure text boldness is preserved in PDF exports?

0 commit comments

Comments
 (0)