Hello Aspose
Team,
i have problems to convert the attached word document with Aspose.Words 16.4.0 for
Java to pdf.
Here is the code snippet:
com.aspose.words.PdfSaveOptions options = new com.aspose.words.PdfSaveOptions();
options.setCompliance(com.aspose.slides.PdfCompliance.PdfA1b);
com.aspose.words.Document doc = new com.aspose.words.Document(inputStream);
doc.save(baos, options);
In the resulting pdf/a the picture on page 3 looks not like that in
the word document. It seems this is a problem that results from the picture and the text field on the bottom of the previous page 2.
I have attached the source word file and the resulting pdf file.
Hi Tahir,
thanks for your answer. The missing Font was a problem of generating a document from the original document to reproduce the error. So WORDSNET-13688 was a result of a missing font, that only occurs on your side, because the font CorpsS is not installed in your environment. I have attached the modified word file with the font Arial instead of CorpoS.
The issues you have found earlier (filed as WORDSNET-13687) have been fixed in this .NET update and this Java update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.