Hi,
I’m having an issue with some documents when saved as pdf: it overlaps a signature image with an underline line that’s supposed to be under the image. Using Aspose words the same document prints correctly , so this happening as soon as the same document (generated using Aspose Words) is saved as pdf, but again, the word document looks correct while pdf isn’t…
Aspose version 24.8.0
var wordPath = “C:\MyFolder\wordDoc.docx”;
var pdfPath = “C:\MyFolder\pdfDoc.pdf”;
document.Save(wordPath); // as word docx – no overlapping
document.Save(pdfPath); // as pdf – image overlaps with below line