Problem converting doc to pdf

Hello,

I want to convert a "DOC" file into "PDF" file.
1) borders within tables in the PDF file are thicker than in the doc file.
2) The font size is not correct in the PDF file.
3) Chapters have no number in PDF file.
Note : This test case is performed without opening the "DOC" file with "WORD" application.
When I first open the doc with Microsoft Word 2007 and save it, then the PDF convertion is OK.

Code source :
Document doc = new Document("Aspose.doc");
doc.save("Aspose.pdf", SaveFormat.PDF);

Aspose.Words for java : 11.8.0

You can see the result (Aspose.pdf) of the generated file in the attached zip file.

We have a delivery next week and these points are blocking us.
I look forward to your response.

Best Regards,
Patrice ANTOINE

Hi Antoine,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.8.0, I managed to reproduce two of your issues on my side. I have logged these issues in our bug tracking system. The issue IDs are WORDSNET-7127 (Border thickness problem) and WORDSNET-7128 (Text Wrapping problem). Your request has been linked to these issues and you will be notified as soon as these are resolved.

Sorry for the inconvenience.

Best Regards,

Hello,


Thank you for your quick support.
Can you retest Aspose.Words 11.8.0 on my input document, please?
I don’t have the chapters numbers in the pdf file (I attach a new zip file in this message). Thank you for your understanding.

Code source :
Document doc = new Document(“Aspose_Chapter.doc”);
doc.save(“Aspose_Chapter.pdf”, SaveFormat.PDF);

Aspose.Words for java : 11.8.0

I look forward to your response.

Best Regards,
Patrice ANTOINE

Hi Antoine,


Thanks for the additional information. But, there are no chapter numbers in your input Word document. I have attached the following resources here for your reference.

1) A screenshot: It shows as to how your document appeared in MS WORD 2007 to me.
2) out - word.pdf: This PDF was produced by MS WORD 2007 and there are still no chapter numbers in there.

Could you please double check if chapter numbers do exist in this document or you simply attached the wrong Word document?

Best Regards,

Hi,


Thanks for your reply.
The “DOC” file is created from the xsl and xml files. I change parameters in the xsl file and I generate again the “DOC” file. “PDF” and “DOC” file are now correctly created. The chapter numbers appears in the “PDF” file.

The delivery of the application for “AIRBUS” took place last week.
I would like to know if the identified issues WORDSNET-7127 and WORDSNET-7128 will be fixed soon, please?

I look forward to your response.

Best Regards,
Patrice ANTOINE

Hi Antoine,


Thanks for your request. Please check below the progress of these issues:

WORDSNET-7127: Our development team is currently doing analysis of this issue. I am afraid, at the moment, we cannot provide you any reliable estimate for the fix of this issue. However, we will be sure to inform you as soon as the issue is fixed.

WORDSNET-7128: This problem actually requires us to implement a new feature in Aspose.Words. I regret to share with you that this problem has been postponed till a later date. However, the fix of this problem may definitely come onto the product roadmap in the future. We will inform you via this forum thread as soon as it is supported.

We apologise for the inconvenience.

Best Regards,

The issues you have found earlier (filed as WORDSNET-7136) have been fixed in this .NET update and this Java update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.

The issues you have found earlier (filed as WORDSNET-7128) have been fixed in this Aspose.Words for .NET 22.5 update also available on NuGet.