Hi all,
I have a strange issue withh assembler using the following ddx:
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="process:///process_data/@outputPDF">
<PDF source="process:///process_data/@renderXDP" >
<XFAData source="process:///process_data/@inputXML"/>
</PDF>
<NoForms/>
</PDF>
<DocumentInformation result="process:///process_data/outResult" source="process:///process_data/@outputPDF"/>
</DDX>
I am trying to get information on the number of pages that has been generated - this is collected in the outResult variable. I need this information in my orchestration.
However when I open the form I get strange characters instead of the swedish Ä Ö and Å (instead I get some like "Ã¥ lÃ" and alike) in my forms textfields.
If I try to render the same xdp form with the same xml data using the generatePDF service I get no problems, the sedish characters are the all ok. What can I do to make this right with Assembler/DDX?
Thanks in advance
Kim Christensen
Dafolo A/S
Denmark