Conversion issues from Word to PDF

Hi @awais.hafeez,

Thanks for your quick reply.

We find some more issue documents.please ,kindly help me to solve this issue.

sample1: sample1.zip (2.3 MB)

sample2: sample2.zip (1.3 MB)

sample3: sample3.zip (333.4 KB)

Thanks & Regards,
Priyanga G

@priyanga,

This issue has been logged as:
WORDSNET-17041: Highlight coloring in Image lost when rendering to PDF

This issue has been logged as:
WORDSNET-17042: Lines circles in Drawings dimmed and text wrapping problem when rendering to PDF

We are unable to reproduce this issue on our end. Please upgrade to Aspose.Words for Java 18.6. Hope, this helps.

Hi @awais.hafeez,

Thanks for your feedback.

For the sample 3 issue document also checked with upgraded 18.6 v .It still face the same issue.please, kindly help me to solve this issue.

Thanks & Regards,
Priyanga G

@priyanga,

Please convert sample3.doc to PDF by using both Aspose.Words and MS Word and share the generated PDF files here for our reference.

Please also create a comparison screenshot highlighting (encircle) the problematic areas in Aspose.Words generated PDF file and attach it here for our reference. Thanks for your cooperation.

Hi @awais.hafeez,

Thanks for your quick reply.

AsposeCreated PDF: 10LB9ZNKSFH_10_egi10LB9ZNKSFH.pdf (290.7 KB)

Screenshot: Capture4.PNG (93.1 KB)

Thanks & Regards,
Priyanga G

@priyanga,

But this output is same as produced by MS Word 2016 (see msw-2016.pdf (164.8 KB)). Do you see any differences between these two outputs?

Please create a comparison screenshot highlighting (encircle) the problematic areas in Aspose.Words generated PDF file and attach it here for our reference.

A post was split to a new topic: Conversion issues when saving Word to PDF

@priyanga,

Regarding WORDSNET-17042, we have completed the work on your issue and come to a conclusion that this issue is actually not a bug. So, we have closed this issue as ‘Not a Bug’. The issue with line boldness could be fixed by using PdfSaveOptions.OptimizeOutput option.

Document doc = new Document("D:\\temp\\sample2.docx");

PdfSaveOptions opts = new PdfSaveOptions();
opts.setOptimizeOutput(true);

doc.save("D:\\Temp\\awjava-18.6.pdf", opts);

@priyanga,

Regarding WORDSNET-17041, we have completed the work on your issue and come to a conclusion that this issue is actually not a bug in Aspose.Words. So, we will close this issue as ‘Not a Bug’.

The provided document contains EMF image which is rendered correctly by Aspose.Words. This metafile image has about 7k EMR_GRADIENTFILL records. These records are completely skipped by MS Word but are correctly rendered by Aspose.Words.

We have also logged following new issue for this document:

WORDSNET-17101: Optimize the PDF output size for document with multiple gradient filled shapes.

The issues you have found earlier (filed as WORDSNET-16998) have been fixed in this Aspose.Words for .NET 18.7 update and this Aspose.Words for Java 18.7 update.

The issues you have found earlier (filed as WORDSNET-17000) have been fixed in this Aspose.Words for .NET 18.7 update and this Aspose.Words for Java 18.7 update.

The issues you have found earlier (filed as WORDSNET-16998,WORDSNET-17000) have been fixed in this Aspose.Words for .NET 18.7 update and this Aspose.Words for Java 18.7 update.

The issues you have found earlier (filed as WORDSNET-17002) have been fixed in this Aspose.Words for .NET 18.8 update and this Aspose.Words for Java 18.8 update.

The issues you have found earlier (filed as WORDSNET-16999) have been fixed in this Aspose.Words for .NET 20.3 update and this Aspose.Words for Java 20.3 update.

The issues you have found earlier (filed as WORDSNET-17001) have been fixed in this Aspose.Words for .NET 20.5 update and this Aspose.Words for Java 20.5 update.