PageBorder with Word Art

I have a word document that uses a page border that utilizes the Art option in Word. When I convert this to PDF, the border is lost. I have seen other posts regarding this and was wondering if this is something that has been addressed in Aspose.Words yet. I am saving the PDF using the Save method of the word document.

Aspose.Words.License l = new License();
l.SetLicense(Application.StartupPath + "\Aspose.Words.lic");

PdfSaveOptions pds = new PdfSaveOptions();
Document d = new Document(@"C:\Temp\test.docx");

d.Save(@"C:\Temp\output.pdf", pds);

Thanks.

Hi
Thanks for your request. Could you please attach your document here for testing? We will check the issue and provide you more information.
Best regards,

Here is the input document and the output pdf.

Hi
Thank you for additional information. Unfortunately, Aspose.Words does not support Page Border Art upon rendering. Your request has been linked to the appropriate issue. We will let you know once this feature is supported.
Best regards,

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

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