Issue in docx to pdf conversion

Dear Team,

Found few issues in conversion of docx to pdf.

Please find the attached documents.

Regards
Priya Dharshinitest2.zip (138.6 KB)
test1.zip (1.5 MB)

@priyadharshini,

We tested the scenario and have managed to reproduce the same problems on our end. For the sake of corrections, we have logged the following problems in our issue tracking system.

(test2.zip) WORDSNET-16661: Incorrect position of Picture in PDF
(test1.zip) WORDSNET-16662: GroupShape truncates in rendered PDF

We will further look into the details of these problems and will keep you updated on the status of these issues. We apologize for your inconvenience.

Dear Team,

Further to above raised request, We found few more issue documents.

Attached the word documents.

Regards
PriyadharshiniSample2.zip (65.8 KB)
Sample3.zip (103.1 KB)
Sample1.zip (104.2 KB)
Sample4.zip (871.6 KB)

@priyadharshini,

The issue with Sample1.zip has been logged as WORDSNET-16736.

We are working on your remaining documents and will update you soon.

@priyadharshini,

We tested the scenarios and have managed to reproduce the same problems on our end. For the sake of corrections, we have logged the following problems in our issue tracking system.

(Sample2.zip) WORDSNET-16746: Incorrect rendering of an AutoCAD drawing in PDF
(Sample3.zip) WORDSNET-16747: Incorrect rendering of a Visio.Drawing.15 object in PDF
(Sample4.zip) WORDSNET-16748: Extra line appears in rendered PDF (see screenshot.zip (191.3 KB))

We will further look into the details of these problems and will keep you updated on the status of these issues. We apologize for your inconvenience.

@priyadharshini,

Regarding WORDSNET-16746, please upgrade to the latest version of Aspose.Words for Java i.e. 18.5 and use the following code (see output awjava-18.5.pdf (46.6 KB)). Hope, this helps.

Document doc = new Document("D:\\temp\\Sample2.docx");
PdfSaveOptions opts = new PdfSaveOptions();
opts.setOptimizeOutput(true);
doc.save("D:\\Temp\\awjava-18.5.pdf", opts);

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

The issues you have found earlier (filed as WORDSNET-16747,WORDSNET-16736) 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-16661) have been fixed in this Aspose.Words for .NET 18.11 update and this Aspose.Words for Java 18.11 update.

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