Not all quick parts present when saving as pdf

I have a document which has Quick parts. When saving the file as pdf using aspose some quick parts like ‘[Company E-mail]’, ‘[Company Fax]’, ‘[Company Phone]’ are not present in the final pdf.

Attaching the input and output and below is the sample code,

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();


Hi Shyama,


Thanks for your inquiry.

While using the latest version of Aspose.Words i.e. 11.6.0, I managed to reproduce this issue on my side. I have logged this issue in our bug tracking system. The issue ID is WORDSNET-6846. Your request has been linked to this issue and you will be notified as soon as it is resolved.

Sorry for the inconvenience.

Best Regards,

Hi Shyama,


It is in reply to an email I received; your issue (WORDSNET-6846) has now been resolved and its fix will be included in the next version of Aspose.Words (v11.8.0) which is planned to be released by the end of this month (September’ 30, 2012). We will inform you via this forum thread as soon as the new release is published.

Best Regards,

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


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