Image crop settings and data lost

Hi,

We have a a word document with a cropped image. The image crop settings are lost when saved as pdf.

Also some text in blue italics which is not part of markup is not saved to the pdf. Please find attached the input and output. The code snippet is,

Document doc = new Document(input);
PdfSaveOptions saveOptions = new PdfSaveOptions();
saveOptions.setHeadingsOutlineLevels(6);
saveOptions.setExpandedOutlineLevels(5);
saveOptions.setBookmarksOutlineLevel(9);
saveOptions.setTextCompression(PdfTextCompression.NONE);
saveOptions.setPreserveFormFields(true);
doc.acceptAllRevisions();

doc.save(output, saveOptions);

Hi Shyama,

Thanks for your query. I have managed to reproduce the image rendering issue at my side. I have logged this issue as WORDSJAVA-603 in our issue tracking system. I have linked this forum thread to the same issue and you will be notified via this forum thread once this issue is resolved.

Regarding following question, Please share more detail about this question.

Also some text in blue italics which is not part of markup is not saved
to the pdf. Please find attached the input and output. The code snippet
is,

We apologize for your inconvenience.

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


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