CFPDFForm populate existing PDF Chinese font
i using livecycle pdf template populate section dynamically using xml data file. using cfpdf (#coldfusion) tag populate action, when cf generates pdf can see static data in chinese dynamic data not visible, using microsoft yahei font embedded in pdf template. if use arial font dynamic data, shows characters ??? shows data coming. xml passing of utf-8 encoding.
if need more info or want know what's in xml, can post well.
please help
philip
here how using tag:
<cfpdfform action="populate"
source="#template#"
destination="#expandpath(variables.printdestinationpath)##arguments.filename#"
overwrite="true"
overwritedata="true"
xmldata="#arguments.printdata#"
/>
More discussions in ColdFusion
adobe
Comments
Post a Comment