Hi
If I try to convert my docx document to pdf I get a error message “Cant convert to 259”. I have tried to convert a simpel word document to pdf and that was convert OK but not this document.
My code is :
Aspose.Words.Document objDoc = new Aspose.Words.Document("c:\\test.docx");
objDoc.Save("c:\\kim2.pdf");
I have attached the document.
Kim Johansen