Hi,
we have what it seems a new issue with unwanted page breaks that occur when converting a docx to pdf format. We are using GroupDocs.Conversion 21.11.0 (latest stable).
However when i convert the same document through the online pdf converter (https://products.groupdocs.app/nl/conversion/total) it seems OK.
So my question is actually: what are the default LoadOptions/PdfConvertOptions that are used on your online converter?
In our application we use:
converter.Convert(new SaveDocumentStream(() => output), new PdfConvertOptions()
{
MarginBottom = 0,
MarginLeft = 0,
MarginRight = 0,
MarginTop = 0,PdfOptions = { PdfFormat = PdfFormats.v1_7, OptimizationOptions = { CompressImages = false, ImageQuality = 100 }, Zoom = 100 } });
I already tried playing with the margin settings and other PdfOptions (even removed them all) but i canāt get the same conversion output like your online tool does.
Thanks for the information,
attached, the related document (docx) and the converted pdf with an extra page break on page 2
https://easyupload.io/m/0d9eve
(using easyupload, as the initial file was too large)