I have a docx word document with an image. When I try to convert this documento to pdf i loose the corret with of the image.
Dim DocAspose As Aspose.Words.Document = New Aspose.Words.Document("C:\C010.docx")
Dim oPdfSaveOptions As Aspose.Words.Saving.PdfSaveOptions
oPdfSaveOptions = New Aspose.Words.Saving.PdfSaveOptions
oPdfSaveOptions.SaveFormat = Aspose.Words.SaveFormat.Pdf
DocAspose.Save("C:\C010.pdf", oPdfSaveOptions)
Has someone a solution for my problem.
Thanksv