Word to PDF Conversion Issues - Post Card

Hi,
Consider the attachment : Postcard_WordDocument.doc

I convert it to PDF using aspose document: doc.Save(pdfPath, SaveFormat.Pdf);

But the generated PDF has got some isses:

  1. The letters on PDF are kind of blurry
  2. The logo on PDF is getting overlapped with text.

Please check at your end and let me know.

Thanks!

Hi

Thanks for your inquiry.

  1. This does not depend on Aspose.Words. If you zoom in the document you will see that letters looks fine.
  2. The problem occurs because Aspose.Words does not support “Wrapping around” shapes. I linked your request to the appropriate issue. You will be notified as soon as it is resolved. As a workaround, you can try refactoring your document to avoid using floating shapes.

Best regards,

Hi
We are happy to tell you that a very cool and important feature (filed as 7180) is included in the new version of Aspose.Words. Text wrapping around images and shapes when rendering Microsoft Word documents to PDF, XPS and printing is now supported. You can download the latest version from here.