Problems Word to PDF

If document contains Word-Art Shapes like shapes from enum Aspose.Words.Drawing.ShapeType and this document is saved sa PDF, shapes are not visible in PDF.

I attached Word input and PDF output.

I’m using Word version 10.3 and the following code:

Aspose.Words.Document doc = new Aspose.Words.Document(stream);
using (MemoryStream streamToSave = new MemoryStream())
{
doc.Save(streamToSave, Aspose.Words.SaveFormat.Pdf);
data.PDF = streamToSave.ToArray();
}

data is an own object to transport PDF.

Is there a solution?
Thanks.

Hi Christian,


Thanks for your inquiry. I am afraid, I can’t open the attached document (Word.doc) with MS Office 2007. Could you please double check on your side if the attached document was not corrupted? Also, please share which application did you use to create this (Word.doc) document?

Best Regards,

Doc is generated with word 2010 but saved as old standard.

I added a new one …
and zip archive too.

Hi,


Thanks for the additional information.

I managed to reproduce this issue on my side and have logged this problem in our bug tracking system. Your request has also been linked to this issue and you will be notified as soon as it is resolved. Sorry for inconvenience.

If we can help you with anything else, please feel free to ask.

Best Regards,

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


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