Hi,
I try to convert docx document in a pdf file but retrieve an error:
This is the code
Dim wDocument As New Aspose.Words.Document("C:\Prova.docx")
wDocument.SaveToPdf("C:\Convert.pdf")
The error is : “Requested a name string that is not present in the font.”
In the document there’s only a word “prova” in ‘Time New Romans’ font. (see the attached file)
The version of Aspose.Word is the 9.1.0.0
Can you help me?
thanks
Alberto