Currently Being Moderated
Feb 22, 2005 9:01 AM
Does someany can help me? <br /><br />I create a plain file, with format XDP, for static form with datas and with reference to the form, so that when I open it with Adobe Readers is opened the form whit datas. <br /><br />The file XDP is for example: <br /><br /><?xml version="1.0" encoding="UTF-8"?> <br /><?xfa generator="XFA2_0" APIVersion="1.4.4127.0"?> <br /><xdp:xdp xmlns="http://ns.adobe.com/xdp/pdf/" xmlns:xdp="http://ns.adobe.com/xdp/" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"> <br /> <xfa:datasets> <br /> <xfa:data> <br /> <formPerson> <br /> <subForm> <br /> <cName>Antonio</cName> <br /> <cYearsOld>25</cYearsOld> <br /> </subForm> <br /> </formPerson> <br /> </xfa:data> <br /> </xfa:datasets> <br /> <pdf href="path..\formPersona.pdf"/> <br /></xdp:xdp> <br /><br />Does someany know like making something like the previous example with dinamic form? <br /><br />I export datas from dinamic form with a submit bottom in format XDP, and the XDP file exported is: <br /><br /><?xml version="1.0" encoding="UTF-8"?> <br /><?xfa generator="XFA2_0" APIVersion="1.4.4127.0"?> <br /><xdp:xdp xmlns:xdp="http://ns.adobe.com/xdp/"> <br /><xfa:datasets xmlns="" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"> <br /><br /><dd:dataDescription xmlns:dd="http://ns.adobe.com/data-description/" dd:name="datosFactura"> <br /> <datosFactura> <br /> <datosCabecera> <br /> <fechaFactura/> <br /> <telefono/> <br /> </datosCabecera> <br /> <datosLlamada dd:maxOccur="-1" dd:minOccur="0"> <br /> <fecha/> <br /> <precio/> <br /> </datosLlamada> <br /> </datosFactura> <br /> </dd:dataDescription> <br /><br /><xfa:data> <br /> <datosFactura> <br /> <datosCabecera> <br /> <fechaFactura>10/01/2005</fechaFactura> <br /> <telefono>956830102</telefono> <br /> </datosCabecera> <br /> <datosLlamada> <br /> <fecha>01/01/2005</fecha> <br /> <precio>45</precio> <br /> </datosLlamada> <br /> <subFormulario> <br /> <sfDatosCabecera xfa:dataNode="dataGroup"/> <br /> <sfDatosLlamada xfa:dataNode="dataGroup"/> <br /> <sfDatosLlamada xfa:dataNode="dataGroup"/> <br /> <sfDatosPie xfa:dataNode="dataGroup"/> <br /> </subFormulario> <br /> <sfDatosFinal xfa:dataNode="dataGroup"/> <br /> </datosFactura> <br /> </xfa:data> <br /><br /></xfa:datasets> <br /><br /><pdf href="path...\Form.pdf" xmlns="http://ns.adobe.com/xdp/pdf/"/> <br /><br /></xdp:xdp> <br /><br />The problem is that this file canot opening whit Adobe Readers, like I open the XDP file of the estatic form of the previous example. <br /><br />I thank for any help.
196 Views
0 Replies