Hi,
When converting Word documents to PDF using this guide: https://help.syncfusion.com/file-formats/docio/word-to-pdf
I am unable to preserve the manual page breaks present in the Word document.
Syncfusion completely ignores them and pretends they don't exist.
Is there any way to detect manual page breaks?
I see there is a Break class in the DocIO.DLS namespace: https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.Break.html
but have no idea how to use this for detecting manual page breaks.
Thanks.