We're using 3.3.5.0 (back from 2007 I think) and I'm having trouble including extended characters within an PDF. We're creating the PDF using classic ASP, first generating an XML document and passing that to the BindXML_2 method. But it throws an "Invalid character in given encoding" error.
I've tried XML encoding the characters such as é but that just leads to the XML encoding appearing in the final document.
Is this even possible? If so, how?
↧