Skip to content

Commit 96352eb

Browse files
committed
260099-ug: Added details in Paginated PDF from Text.
1 parent 149a16d commit 96352eb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,9 +1153,11 @@ 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
1159+
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.
11591161

11601162
The following code snippet illustrates how to add elements relatively and also allow the text to flow across multiple pages.
11611163

0 commit comments

Comments
 (0)