Hello,
I try use code you can see below to convert attached DOC file to PDF.
On the screenshot image I also attached you can see, that some characters vertical position on output PDF file page is not correct. Could you please tell me if you can fix this issue?
Dim myDoc As New Aspose.Words.Document(sFile)
myDoc.Save(sOutFile, Words.SaveFormat.Pdf)
Mikhael
mb attachment.zip (9.0 MB)