Refer to the bottom of page two in the test.pdf file, item b wraps onto the third page in the PDF but does not in the MS Word document. Also, on the top of the first page the Environmental Combined Policy border is pixelated, however, in the MS Word document it is not.
The MS Word footer margin appears larger in the PDF. Maybe this is resulting in the layout differences between the MS Word document and PDF.
Sample application attached demonstrating the issue.
Aspose.Words version 6.5.0.0
Aspose.PDF version 4.0.0.0
Hi,
Thanks for your inquiry.
I have checked the issue. Here is my investigation:
#1. “The MS Word footer margin appears larger in the PDF.”
This is caused by a known issue that Table Text Wrapping “Around” is not supported. Please refer to word to pdf known issues for detail info.
#2. "Refer to the bottom of page two in the test.pdf file, item b wraps onto
the third page in the PDF but does not in the MS Word document. "
I agree with you that it is introduced by defect #1.
#3. “On the top of the first page the Environmental Combined Policy border is pixelated”
I am not able to reproduce the error with our latest dll. Please try the attachment.
For #1, Our developers are working on it.However, I am afraid we can’t fix them in short time. We need about two months to support this complicated feature fully. As a workaround, please avoid using text wrapping styles in your document. Sorry for inconvenience.
Best regards.
Using the Aspose.Pdf.dll 4.0.0.9 you provided I still received the pixilated header (see pixilatedheader.jpg).
I am not familiar with the term "Table Text Wrapping". How do I reformat the MS Word document to not do "Table Text Wrapping"?
Hi,
Sorry for the delay.
I have looked through your codes. I find that you are using Aspose.Words to do word2pdf. Please try the attached codes to avoid the issue.
And I have modified the document for you. The modified document and resultant pdf file are also attached.
Thanks.
Best regards.