Skip to content

Commit c6069ae

Browse files
committed
Update radwordsprocessing-correctly-render-non-breaking-spaces-in-pdf.md
1 parent a695a22 commit c6069ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

knowledge-base/radwordsprocessing-correctly-render-non-breaking-spaces-in-pdf.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ To resolve the issue of non-breaking spaces not being rendered correctly in PDF
115115

116116
3. **Generate PDF Document from HTML Content**
117117

118-
Utilize the [HtmlFormatProvider]({%slug radwordsprocessing-formats-and-conversion-html-htmlformatprovider%}) to import HTML content and convert it to a [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}). Then, use the [PdfFormatProvider]({%slug radwordsprocessing-formats-and-conversion-pdf-pdfformatprovider
119-
tags: using,pdfformatprovider%}) to export the document to PDF, ensuring non-breaking spaces and other font-related elements are rendered correctly.
118+
Utilize the [HtmlFormatProvider]({%slug radwordsprocessing-formats-and-conversion-html-htmlformatprovider%}) to import HTML content and convert it to a [RadFlowDocument]({%slug radwordsprocessing-model-radflowdocument%}). Then, use the [PdfFormatProvider]({%slug radwordsprocessing-formats-and-conversion-pdf-pdfformatprovider%}) to export the document to PDF, ensuring non-breaking spaces and other font-related elements are rendered correctly.
120119

121120
```csharp
122121
// Example method implementation for converting HTML to PDF

0 commit comments

Comments
 (0)