I am using Aspose.Words.dll (9.8.0.0) in a C# project, and this is my code:
>>>
…
Document doc = new Document(sourceFileName);
doc.Save(destFileName, SaveFormat.Pdf);
<<<
I tried to export the attached file (doc.docx) to PDF. The Save method does not raise any exceptions, but the resulting PDF file is not completely equal to the original docx.
Hello
Thanks for your request. The problem occurs because Tight and Through wrapping styles of shape are not supported during rendering yet. I linked your request to the appropriate issues, you will be notified as soon as these features are supported. The four wrapping types now supported cover the majority of user scenarios. Although Tight and Through are used rarely, we are very likely to support them in one of the further versions.
Please see the following link for more information: https://blog.aspose.com/2011/01/10/text-wrapping-around-images-and-shapes-is-about-to-be-released-in-aspose-words-for-net
Best regards,