Expand my Community achievements bar.

Dinamics Forms

Avatar

Former Community Member
Hello,<br /><br />I need to store great amount of PDF file with the same structure. I generate these files from an external proccess and are fixed, are not iteractivos.<br /><br />A perfect solution is to generate a form in Designer with this structure and to save as PDF, and on the other hand to generate the datas in format XDP, with a reference to form for visualize them. Thus only I have once the PDF file that is large, and a lot of XDP files.<br /><br />Each file XDP has the following structure:<br /><br /> <?xml version="1.0" encoding="UTF-8"?><br /> <?xfa generator="XFA2_0" APIVersion="1.4.4127.0"?><br /> <xdp:xdp <br /> xmlns="http://ns.adobe.com/xdp/pdf/"<br /> xmlns:dxl="http://www.lotus.com/dxl"<br /> xmlns:xdp="http://ns.adobe.com/xdp/" <br /> xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><br /> <xfa:datasets><br /> <xfa:data><br /> <formName><br /> <subFormName><br /> <Item1>Value1</Item1><br /> <Item2>Value2</Item2><br /> ....<br /> </subFormName><br /> </formName><br /> </xfa:data><br /> </xfa:datasets><br /> <pdf href="FileName.pdf"/><br /> </xdp:xdp><br /><br />All this works perfectly with static forms. My problem is that I need to do the same with dynamic forms. I have read in many sites that for dinamicos forms I need form server, but I do not need to interact with the form, to only show it.<br /><br />Somebody can help me?<br />I thank for any suggestion.
2 Replies

Avatar

Former Community Member
Hi



I created new PDF form with 4 text fields and saved using Adodbe Life Cycle designer 7.0. The problem is , when I pass data using Java to this pdf file, it's generating errors. I think is this because of cross reference issue. How do I save my form as static pdf in Adodbe Life Cycle designer 7.0. Please any one has any idea?

Avatar

Former Community Member
Hi



I created new PDF form with 4 text fields and saved using Adodbe Life Cycle designer 7.0. The problem is , when I pass data using Java to this pdf file, it's generating errors. I think is this because of cross reference issue. How do I save my form as static pdf in Adodbe Life Cycle designer 7.0. Please any one has any idea?