Hi Team,
Aspose.Words 14.7.0
PFA - source sample and PDF out put.
Code:
Document doc = new Document(path);
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.setZoomBehavior(PdfZoomBehavior.FIT_WIDTH); or set Behaviour = ZOOM_FACTOR
//saveOptions.setZoomFactor(100);
doc.updateFields();
doc.save(path + "u.pdf", saveOptions);
With above code, the PDF opens at page 2. Can you please verify and let me know if this is a defect.
Thanks,
Satyendra