Cannot convert '260'

I have not been able to use Aspose.Words 8.0.0 to save any of my existing DOCX files to PDF.

I get this error:
InvalidOperationException was unhandled.
Cannot convert ‘260’.

Here’s the only code I used to test:

Document doc = new Document(filename);
string outFilename = Path.ChangeExtension(filename, ".pdf");
doc.SaveToPdf(outFilename);

Previous versions of Aspose.Words have worked.

Thanks,

Heath

Oddly, I can copy the content to a new file and it works.
Unfortunately, this is not a good solution for us.

Hi

Thank you for reporting this problem to us. I managed to reproduce the problem on my side. Your request has been linked to the appropriate issue. You will be notified as soon as it is resolved.
Best regards,

The issues you have found earlier (filed as 11758) have been fixed in this update.

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