Hi
I do have XML as a dynamically generated string, I used this string as input byte array to
pdf.bindXML
However now I tried to use new document type and I see bindXml has only String (file url) as parameter.
I do not want to save my content on disk the then pass on the address of xml file to this method.
Is there any other way to do this ?
Thanks