Skip to content

Commit b716958

Browse files
authored
Merge pull request #1408 from syncfusion-content/260099-ug
260099-ug: Add text across multiple PDF pages
2 parents 8994405 + 106a5a0 commit b716958

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/Working-with-Text.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,11 +1153,13 @@ document.Close(True)
11531153

11541154
{% endtabs %}
11551155

1156-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text/Creating-a-multicolumn-PDF-document/).
1156+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Text/Creating-a-multicolumn-PDF-document/).
11571157

1158-
The [PdfLayoutFormat](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfLayoutFormat.html) class helps to allow the text to flow across pages. The [PdfLayoutResult](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfLayoutResult.html) class provides the rendered bounds of the previously added text which can be used to place successive elements without overlapping.
1158+
## Add text across multiple PDF pages
11591159

1160-
The following code snippet illustrates how to add elements relatively and also allow the text to flow across multiple pages.
1160+
The [PdfLayoutFormat](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfLayoutFormat.html) class enables text to flow seamlessly across multiple pages in a PDF document. The [PdfLayoutResult](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Graphics.PdfLayoutResult.html) class provides the position and bounds of the previously rendered text, allowing you to place subsequent elements without overlapping.
1161+
1162+
The following code example demonstrates how to add elements relatively and also allow the text to flow across multiple pages.
11611163

11621164
{% tabs %}
11631165

0 commit comments

Comments
 (0)