Skip to content
ComPDF
DemoSampleAPI ReferenceFAQ

PDF Generation Template Editor

Open-source visual PDF generation engine with customizable templates and developer-friendly APIs.

View on GitHub

Text Reflow

Text reflow refers to reorganizing the text to fit the device screen size and display a layout suitable for reading on different devices.

This example shows how to set text reflow:

c#
CPDFPage page = myCPDFDocument.PageAtIndex(0);
string myText = page.GetString();