Whatever message this page gives is out now! Go check it out!
<cfpdfform source="c:\payslipTemplate.pdf" destination="c:\empPayslips\employeeid123.pdf" action="populate" XMLdata="c:\formdata.xml"/> |
- <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"> - <fields> - <field name="textname"> <value>textvalue</value> </field> - <field name="textname1"> <value>textvalue1</value> </field> </fields> </xfdf> |
- <xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"> - <form1> <SSN>354325426</SSN> <fname>coldfusion</fname> <num>354325426.00</num> - <Subform1> <SSN /> </Subform1> </form1> </xfa> |