Merge XDP Templates

Hi,
I have 4 different XDP templates and the pdfs are rendered for each template perfectly . So in all 4 different PDFS are generated during runtime. All the 4 templates have different Master Page . My question is can we merge the 4 templates so that only one PDF get generated?
I know there are API's which do merge PDFs but we want to check whether there is any funcitonality in Form Server 7.1 to achieve this.
Thanks,
Mohit

[email protected] wrote:
> Hi,
>
> I have 4 different XDP templates and the pdfs are rendered for each template perfectly . So in all 4 different PDFS are generated during runtime. All the 4 templates have different Master Page . My question is can we merge the 4 templates so that only one PDF get generated?
>
> I know there are API's which do merge PDFs but we want to check whether there is any funcitonality in Form Server 7.1 to achieve this.
>
> Thanks,
>
> Mohit
Stitching multiple XDP templates together is a very difficult thing to do and there are currently no
commercially available products that will do it. You're better off taking one of the following
approaches:
- If your forms are dynamic (i.e. the form grows or shrinks) then you're better off building a
single XDP template with 4 separate body page definitions
- If your forms are static, then you can merge the PDFs as a post process using LiveCycle
Assembler or some other commercially available software that will merge PDFs together.
Justin Klei
Cardinal Solutions Group
www.cardinalsolutions.com

Similar Messages

  • Merge xdp and xml to xfa form variable

    Hi, I am new with Adobe Livecycle and xdp/xfa form management.
    In my process I have a xml containing string data, I have also a xdp file. My goal is to merge them and stock into a xfa form so that it can be showed to an user GUI.
    I know that RenderPDFForm service can merge xml and xdp into a pdf file. Is there a way to merge them into a xfa form file?
    Thank you.
    Damien.

    It looks like I am back to square one.
    DDX is part of the Life Cycle tool set.  As Far As I know, I am not working with Life Cycle here.
    cfpdfform
    Description
    Manipulates existing forms created in Adobe® Acrobat® and Adobe® LiveCycle® Designer
    I created my sample form with Adobe Acrobat 9 Pro Version 9.4.4.  Does that mean I have an Acrobat or a LiveCycle form?
    ColdFusion supports two types of interactive forms: forms created in
    Adobe Acrobat 6.0 or earlier, and forms created in Adobe LiveCycle. In
    Adobe Acrobat Professional and Standard 7.0, Adobe introduced Adobe®
    LiveCycle® Designer for creating PDF forms.
    And if I do have a LiveCycle form, what or how do I get a DDX version of it?

  • Merging libraries, templates, and Sun_cache

    In our development environment we create a lot of small librarires, which we merge into one single static library at the end. Almost all of these individual libraries have template instances, and thus have those cryptic .o object files in them. We use "CC -xar" to create these individual static librarires. To create the final library currently we extract all the .o files (including the template instances) from each static library and simply merge them. However, I would like to find out if there is a proper/better way to do this.
    Can anyone please point out the proper/better way to merge static libraries when templates are used?

    Sorry, I use CC 5.3 which seems not to exhibit your problem. You might try using a sed(1) script in your Makefile to remove the extraneous quotes:
    .o .cc:
    CC -DINL=inline -c $<
    cat SunWS_cache/CC_state | sed '/OP=/s/\'inline\'/inline/' > SunWS_cache/tmp_CC_state
    mv SunWS_cache/tmp_CC_state SunWS_cache/CC_state
    Alternatively, experiment with variations like: CC -D"INL=inline"
    ... Dave

  • Want to merge a template, can you help?

    Ah, I finally find the right place to ask this, I should have searched a bit longer. I use Dreamweaver CS3, can do some nice basic websites with it.
    I have a Free People Search website when, if you have a look, is pretty plain, dull, boring, dead. I have however found a nice template I want to use to merge these two sites together. Is this possible? Could someone more knowledgable than myself give me a rough idea how to do this?  Thanks!

    Well, you can't 'merge' the two really.
    You need to create a folder that holds all new design files and create a site definition pointing to that folder.  If you've worked with DW before you know how to do that.
    It's only a matter then of copying and pasting the information on your current site into the content area of the new design.

  • Can I customize XDP-templates?

    When working with LC Designer you can save a common used lay-out (e.g. presenting corporate's identity) as a Designer Template (tds-file), which is very helpful when you need to create new forms in a common lay-out.
    When creating a new XDP-form from the Workbench I'm also able to select a template, but it is actually only a list of paper sizes (A4, Letter, etc.).
    Is it possible to extend or customize the templates presented in the Workbench? And if, how?
    Thank you in advance for your answer.
    Kind regards,
    Edgar van Waardenburg

    I looked into this before and I was able to get customized templates to appear in the standalone version but not in the workbench version.

  • XDP Merging

    [Running LiveCycle ES2 SP2]
    I have about 30 XDP's on the server and we have a form guide where the customer will select the forms they would like. Once they have selected the forms a request is sent to LiveCycle to pull the XDP's, merge them and then convert to an interactive PDF. I am having the following issues:
    We can't stitch XFA based PDFs using the LC process(Assembler). So we are trying to implement the functionality by stitching the XDPs together and to convert the merged XDP to PDF document. We are getting the merged XDP's, but we have to pass the "MergedXDP" document variable to an activity for converting to a PDF.
    There are three activities that support XDP to PDF conversion that we have tried,
    1  Forms - RenderPDFForm
    In this case It is taking only an input of type string and expect a path where the XDP is placed in the LC server. In our case we have to give the intermediate result(Merged xdp) as a 'document' type as input. So this does not seem to help us.          
    2. Output - generatePDFOutput2
    This is working but we are getting a flattened PDF as result. As this is Output ES activity, It will provide only flattened PDF as output, but we need non-Flattened output and we have to use renderPDFForm or convertXDPtoPDF where we are getting the error.
    3. PDF Utilities - convertXDPtoPDF
    We are getting "Required PDF element missing from XDP" error. We are not able to correct this..
    Any help would be appreciated.

    Here RenderPDFForm service will be useful:
    In Input--> * Form--> by Default Literal Value is selected.
    Chnage it to Variable and assign the document type variable.
    Thanks

  • Instantiating a form as different views and merging them at the end of the workflow.

    Hi,
    I have a big doubt in implementing one of the crucial part of our workflow design.It goes like this.
    1.we have a form which is mainly classified into five types and a total of 16 subforms.
    2.the five types in which the form is divided is based on the approver and the type. of requests.
    3.different views of the whole same form have to be sent to the five approvers.
    4.once the approvers approve the request,a wait point must be present in the workflow,where it will wait for all the views of the form (which are approved) and must merge them into one single pdf form ie., the original form.
    so the change in the views of the total form must be reflected in the main form at the end while it is merging.
    also all the views of the form are to be merged in to one for the sake of arhiving and rendering it to pdf.
    so my questions are..
    1.How to add multiple views of the main form (xdp) in the workflow separately as individual xdp templates(based on the five types i mentioned)?
    2.How to merge the form views again in to single form or how to make the changes reflect in the main from when changes are made in their views.?
    thank u..
    Raghava Kumar V.S.S.

    MOBILE PHONE (BIRMINGHAM) LIMITED
    BUY UNLOCKED BRAND NEW MOBILE PHONES AND LAPTOP,DIGITAL CAMERA,GAMES,PLASMA TV.They are brand new and sealed in an original company box with complete accessories and one year international warrantee.
    NOTE : Minimum Order : 3 unit and get 1 free
    Sample Order...1unit to 5units
    Bulk Minimum Order : 10unit and get Extra 3unit
    Shipping fees : free Shipping : FedEx, DHL or UPS
    Delivery Time : 38hrs/48hrs.
    MOBILE PHONE (BIRMINGHAM) LIMITED
    Address: 376 COVENTRY ROAD, SMALL HEATH, BIRMINGHAM, WEST
    MIDLANDS, B10 0XE
    +447024036361
    Contact Person :Thomas larry
    Sales Manager
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    DO CONTACT US [email protected]
    Nokia Phone.
    Nokia N95..$2800USD
    Nokia N93..$250USD
    Nokia N92.$200USD
    Nokia N97...$280USD
    Nokia N96...$280USD
    Nokia N83.$175USD
    Nokia N91.$180USD
    Nokia N90.$170USD
    Nokia N70.$150USD
    Nokia N71.$155USD
    Nokia N72..$160USD
    Nokia N73..$165USD
    Nokia E90 COMMUNICATOR..$300USD
    Nokia 7360.$165USD
    Nokia 7380..$175USD
    Nokia 8800 sirrocco...$200usd
    Nokia 7370..$170USD
    Nokia 8800$140USD
    Nokia 8801.$145usd
    Nokia N80.$160USD
    Nokia 7710.$145USD
    Nokia 7610.$120usd
    Nokia 9300$145USD
    Nokia 9500$170USD
    NOKIA 6230 for........$130usd
    NOKIA 6230i for.......$140usd
    NOKIA 6260 For........$130usd
    NOKIA 9300 For........$130usd
    NOKIA 9500 For........$140usd
    NOKIA 7610 For........$150usd
    NOKIA 6680 For........$130usd
    NOKIA 6682 For........$140usd
    NOKIA 7650 For........$150usd
    NOKIA E60 for.........$150usd
    NOKIA E61 for.........$155usd
    NOKIA E70 for.........$160usd
    Motorola Phone
    Mitac MIO 8930$280usd
    Motorola razor v3$130usd
    Motorola razor v3 pink edition..$130usd
    Motorola v3X..$140usd
    Motorola MPX300.,$150usd
    Motorola V3i..$150usd
    Motorola L7$140USD
    plasma sony 32?'.$400usd
    MOTOROLA SLVR V8 For........$150usd
    MOTOROLA A1000 For...........$160usd
    MOTOROLA A1010 For...........$200usd
    MOTOROLA MPX 220 For........ $120usd
    MOTOROLA MPX 300 For........ $140usd
    Sony Ericsson w950i.........$170usd
    Sony Ericsson w900i.$140usd
    Sony Ericsson W800i.$135usd
    sony Ericsson w700..$130usd
    sony Ericsson w600i.$125usd
    sony Ericsson w300..$120usd
    sony Ericsson w950..$200usd
    Sony Ericsson p990i.$145usd
    Sony Ericsson m600i.$175usd
    sony Ericsson m600..$170usd
    Sony Ericsson p990..$140usd
    Sony Ericsson p910i.$125usd
    SONY ERICSSON K700i For......$130usd
    SONY ERICSSON k750i For......$140usd
    Sony Ericsson W810i For......$155usd
    Sony Ericsson S700i For......$140usd
    Sony Ericsson: Z1010 For.....$160usd
    SAMSUNG D600 For......$120usd
    SAMSUNG D720 For......$130usd
    SAMSUNG D730 For......$135usd
    SAMSUNG D800 FOR......$135usd
    SAMSUNG D820 For......$140usd
    SAMSUNG Z500 For......$150usd
    Apple iphones.................$200usd
    Apple ipods 80 GB............$180usd
    Apple ipods 60 GB............ $150usd
    PlayStation 3 20 GB.............$220USD
    Playstation 60 GB..................$250usd.
    i-mate jas ja and other.
    Treo 650 for. $150usd
    Treo 700 for. $180usd
    Sick kick for $140usd
    Side kick 2 for..$130usd
    Side kick 3 for..$150usd
    Eten m 500 for.. $100usd
    Dvx-pod for.. $50usd
    i-mate jas jar for. $160usd
    i-mate jam for.. $170usd
    i-mate k jam for.$180usd
    Eten m 500 for.. $150usd
    Treo 650$130usd
    Treo 600$120usd
    Treo 700w..$140usd
    Pioneer CDJ-1000MK3 ------------$900.00
    Pioneer DJ Effector - Red-----------$350.00
    Pioneer System Case (CA-CMX5).......$450.00
    Pioneer CDJ-800MK2 Digital Vinyl Turntable=--$520.00
    Pioneer Dual Rackmount CD Player--------$600.00
    Pioneer Pro DJ Mixer -------------$720.00
    Pioneer Rack mount pro DJ mixer---------$780.00
    Pioneer 96Khz / 24 bit digital mixer.-----$1,000.00
    Pioneer Flat Speakers (ea.)-------------$1,100.00
    Pioneer Professional DVD Turntable-------$2,000.00
    Pioneer Pro DJ 96Khz 24bit Mixer---------$2,200.00
    Pioneer Professional DVD Turntable------$2,220.00
    Pioneer Djm-800 4 Channel Dj Mixer W/midi---$1,000.00
    Pioneer DJM-400 Professional DJ Mixer------$300.50
    Pioneer Pro DJ DJM1000 Pioneer Top of the Line
    D---$2,100.95
    Pioneer DJM-1000 Professional Club DJ
    Mixer----$2,110.00
    Pioneer Super DJ mixer - Pioneer DJM909------$900.00
    Pioneer DJM-600-------------------------------$750.00
    Pioneer CDJ 800 MK II / DJM 600 CD DJ
    Package----$2,100.00
    Pioneer DJM-1000 Mixer--------------$2,200.00
    Pioneer Model: DJM-600K--------------$800.00
    Blackberry
    Brand new BlackBerry 8700r....$200
    Brand new Blackberry 8700c....$200
    Brand new Blackberry 8700g....$210
    Apple Iphone.....................for Just $400
    APPLE LAPTOPS.
    Apple NoteBook Laptop for just $550
    Apple Mac Book...for just $450
    Apple Mac Pro .....for just $500
    Apple Laptop 17inch for just....$400
    APPLE IBOOK 12" 1.33GHZ...............$350
    APPLE IBOOK 14" 1.42GHZ.....................$380
    APPLE IBOOK G4 1.33GHZ..................$370
    APPLE IBOOK G4 1.42GHZ....................$400
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 15
    INCHDISPLAY........$580
    APPLE G5 POWERMAC 2.0GHZ DESKTOP
    COMPUTER...................$620
    APPLE G4 POWERBOOK 1.5GHZ SUPERDRIVE WITH 17 INCH
    DISPLAY........$550
    All Toshiba laptops
    Toshiba Satellite PRO L10.. $320
    Toshiba M200 $500
    Toshiba R100 $450
    Toshiba Qosmio E10 $750
    Toshiba Satellite PRO L20.. $250
    Toshiba M100 $680
    Toshiba M300 $740
    Toshiba Portege A200. $320
    Toshiba Satellite L10 $330
    Toshiba Qosmio F20 $500
    *Dell Laptops
    Dell Latitude D600 $290
    Dell Latitude D500t.. $200
    Dell Inspiron 6000 $350
    Dell Latitude D505 $340
    Dell Latitude D610 $460
    Dell Latitude D510 $320
    Dell Inspiron 9300 $530
    Del Xps M2010..............................$400
    Del Xps M1710..................................$350
    Sony Laptops
    Sony VAIO VGN-T1 $680
    Sony VAIO VGN-FS315 $420
    Sony VAIO VGN-S3 $450
    Sony VAIO VGN-TX1.. $840
    Sony VAIO VGN-FS215 $310
    Sony VAIO VGN-S4 $470
    Sony VAIO PCG-K35.. $550
    Sony KDE-61XBR950 Television..3000usd
    Sony KDE-42XBR950 Television..1000usd
    Sony KDE-42XBR950 Television.1000usd
    Sony PFM-42X1/S Television.500usd
    Sony KDE-42XS955 Television..550usd
    Sony FWD-50PX1/S Television1200usd
    Sony KLV-32M1
    Television400usd
    SAMSUNG PLASMA TV
    SAMSUNG HPP3761 Plasma TV $610
    Samsung PPM42M5S Plasma Display $505
    Samsung SPP4251 Plasma TV $700
    Samsung PPM42M5H Plasma Display $550
    Samsung HPR4252 Plasma $680
    Samsung HPR4262 Plasma TV $450
    Samsung HPR4272 Plasma $560
    Samsung PPM50M5H Plasma Display $870
    Samsung HPR5052 Plasma $670
    Samsung HPR5072 Plasma $780
    Samsung HPP5581 Plasma TV $780
    Samsung PPM63H3Q Plasma Display $700
    Samsung HPR6372 Plasma $820
    PANASONICS TELEVISIONS
    Panasonic TH-42PD50U Television600usd
    Panasonic TH-42PX50U Television..1000usd
    Panasonic TH-50PX50U Television..1500usd
    Panasonic TH-42PWD6UY Television.500usd
    Panasonic TH-42PD25U/P Television400usd
    Panasonic TH-42PHD8UK Television450usd
    Panasonic TH-65PHD7UY Television..2500usd
    Pioneer PDP-5050HD Television.1000usd
    Panasonic TH-37PX50U Television.500usd
    Panasonic TH-42PX500U Television800usd
    HITACHI PLASMA TV
    Hitachi CMP4211u Plasma $850
    Hitachi CMP4212u Plasma $350
    Hitachi 42HDF52 Plasma HDTV $400
    Hitachi 42HDT52 Plasma TV $440
    Hitachi 55HDS52 Plasma HDTV $480
    Hitachi 55HDT52 Plasma TV $650
    Hitachi CMP-55HDM71 Plasma $420
    AOC ENVISION PLASMA TV
    AOC Envision A42W64 Plasma $400
    MAXENT PLASMA TV
    Maxent MX-42VM7 Plasma EDTV $370
    Maxent MX-50X2 Plasma $300
    NEC PLASMA TV
    NEC 42VP5 Plasma TV $400
    NEC 42VM5HA Plasma TV $470
    NEC 42VR5HA Plasma

  • Can't generate PDF from xdp and XML

    Hello,
    I'm new to livecycle and flashbuilder.
    I assigned as a task to send to a  livecycle server a xdp template and a XML file with the data in order to create the pdf.
    So far, I created a class with two methods that returns as a BLOB the strings of a xdp template and the XML data to populate the template.
    On the main application I'm calling the generatePDFOutput method from the OutputService and as far as I know I'm supposed to get a Blob which I can manipulate to save it as a PDF.
    What could be my error? or how should I approach this problem? I came here since I can't find some document that shows how to create pdf from a flex app using livecycle...
    I appreaciate your help.
    I attach below the code of the main class
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" creationComplete="initializeChannelSet();">
        <fx:Script>
            <![CDATA[
                import flash.sampler.Sample;
                import mx.messaging.ChannelSet;
                import mx.messaging.channels.AMFChannel;
                import mx.rpc.CallResponder;
                import mx.rpc.events.ResultEvent;
                import services.outputservice.OutputService;
                import valueObjects.BLOB;
                import valueObjects.OutputResult;
                import valueObjects.PDFOutputOptionsSpec;
                import valueObjects.RenderOptionsSpec;
                private var parentResourcePath:String="/";
                private var serverPort:String="192.168.3.46:8080";
                private function initializeChannelSet():void{
                    var cs:ChannelSet= new ChannelSet();
                    cs.addChannel(new AMFChannel("remoting-amf", "http://"+serverPort+"/remoting/messagebroker/amf"));
                    outputService.setCredentials("administrator","password");
                    outputService.channelSet=cs;
                protected function btn_clickHandler(event:MouseEvent):void
                var pdf:OutputService= new OutputService();
                var x:TestPDF= new TestPDF();
                var wsCall:CallResponder= new CallResponder();
                var out:PDFOutputOptionsSpec= new PDFOutputOptionsSpec();
                out.fileURI="D:\PDF_Output\test.pdf";
                var render:RenderOptionsSpec= new RenderOptionsSpec();
                wsCall.token=pdf.generatePDFOutput("PDF","Form.xdp","D:\\PDF_Output",out,render,TestPDF.D ata());
                var res:BLOB= wsCall.lastResult as BLOB;
                var result:ByteArray= new ByteArray();
                    result=res as ByteArray;
                var a:Number=2;
                protected function outputService_resultHandler(event:ResultEvent):void
                    // TODO Auto-generated method stub
            ]]>
        </fx:Script>
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
            <mx:RemoteObject id="outputService" destination="OutputService" result="outputService_resultHandler(event);"/>
        </fx:Declarations>
        <s:Button id="btn" x="90" y="141" label="Button" click="btn_clickHandler(event)"/>
    </s:Application>

    build.xml file for Hibernate:
    <?xml version="1.0"?>
    <project name="Hibernate"
    default="schemaGenerator" basedir="C:\Hibernate">
    <property name="src.dir" value="src"/>
    <property name="classes.dir" value="classes"/>
    <property name="hibernate" value="hibernate-2.1"/>
    <property name="hibernate.mappings" value="mappings"/>
    <property name="jdbc" value="C:\oracle\product\10.1.0\Db_1\jdbc"/>
    <property name="hibernate.extensions" value="tools"/>
    <property name="hibernate.properties" value="properties"/>
    <path id="project.class.path">
    <pathelement location="${classes.dir}" />
    <fileset dir="${hibernate}">
    <include name="hibernate2.jar"/>
    </fileset>
    <fileset dir="${hibernate}/lib">
    <include name="*.jar"/>
    </fileset>
    <fileset dir="${hibernate.extensions}/lib">
    <include name="*.jar"/>
    </fileset>
    <fileset dir="${hibernate.extensions}">
    <include name="hibernate-tools.jar"/>
    </fileset>
    <fileset dir="${jdbc}/lib">
    <include name="classes12.jar"/>
    </fileset>
    </path>
    <target name="init"> <mkdir dir="${src.dir}"/>
    <mkdir dir="${classes.dir}"/>
    </target>
    <taskdef name="javaGen"
    classname="net.sf.hibernate.tool.hbm2java.Hbm2JavaTask"
    classpathref="project.class.path"/>
    <target name="javaGenerator" depends="init">
    <javaGen output="${src.dir}">
    <fileset dir="${hibernate.mappings}">
    <include name="Catalog.hbm.xml"/>
    </fileset>
    </javaGen>
    </target>
    <target name="compile" depends="javaGenerator">
    <javac srcdir="${src.dir}"
    destdir="${classes.dir}">
    <classpath refid="project.class.path"/></javac>
    </target>
    <taskdef name="schemaGen"
    classname="net.sf.hibernate.tool.hbm2ddl.SchemaExportTask"
    classpathref="project.class.path"/>
    <target name="schemaGenerator" depends="compile">
    <schemaGen properties="${hibernate.properties}/hibernate.properties" quiet="no">
    <fileset
    dir="${hibernate.mappings}">
    <include name="Catalog.hbm.xml"/>
    </fileset>
    </schemaGen>
    </target>
    </project>

  • Stitching/mergigng of xdps using document builder when fragments have been used in xdps.

    Hi,
    I am trying to merge xdps using document builder in LiveCycle workbench. Basiclly I am using the option "Dynamic stitching" in document builder to merge more then one xdps. So I am able to do it when my xdps are not having any fragments.
    But I am not able to get the merged xdp when fragments are there in my xdps.
    It is throwing some error.
    It says "XFA dynamic assembler failed to stitch a fragment".
    So can I specify the fragment path while merging these xdps.
    Please let me know the inputs on this. Or is there any other way to merge xdps which are having fragments.
    Thanks in advance,
    Ashish

    One probable reason is that the individual XDPs have incorrect fragment references. Have you checked out
    http://kb2.adobe.com/cps/521/cpsid_52158.html
    Any subtle mistakes in the path like a folder name specified twice in the path (as it was programmatically generated?), or an extra forward slash, etc.?
    Did you try to render these XDP forms (with fragments) individually using LiveCycle process orchestration/API?

  • Issue generating pdf from xml template, data and StreamServer webservices

    We purchased Abode LiveCycle Premium Print ES4. It included a product called StreamServe which we planned to use to merge xml templates and data into a pdf file using a StreamServe webservice (for developers). It seems the StreamServe webservices are not equal to that task.  Can anyone offer a hint how this automated pdf generation can be achieved using LCPP?  (I suspect it can be done using Workbench but I don't know this to be a fact.)
    TIA,
    Bill

    Was that another shameless book plug??
    Sorry, gotta run. I just got word the Fed Ex delivery of my copy of your book just arrived. Do you 'e-sign' personalized copies?
    p.s. The preview of Chapter 7 (Transforming XML with XSLT) is great and filled with good clean examples and explanation.

  • XDP - open PDF with #toolbar=0 problem in IE

    Hi
    When opening PDF's using a correctly constructed XDP I specify at the end:
    <pdf href="some.pdf" xmlns=http://ns.adobe.com/xdp/pdf/ />
    Everything works correctly in all browsers.
    I would like to hide the toolbars so when I change the href to:
    <pdf href="some.pdf#toolbar=0" xmlns=http://ns.adobe.com/xdp/pdf/ />
    the PDF opens but in IE the XDP data doesn't merge however, it works as expected in other browsers (data merge and toolbar hidden)
    Has anyone else come accross this or know of a fix or workaround?
    Thanks for looking.
    Andy

    Since your posting the XDP data to a PDF, you can merge the XDP + LC PDF using 3rd party tools, send the merged PDF to buffer (data is presented), and then pass the querystring parameter to the merged PDF.
    Example URL:
    http://www.url.com/mergeXDP.aspx#toolbars=0
    If you are using ASP.net web servers:
    Check out www.fdftoolkit.net
    Web Examples:
    www.nk-inc.com/software/fdftoolkit.net/examples/
    If you are using Java enabled non-MS servers, check out iText.
    iText can merge XML/XDP with LC forms.
    For more information Google "iText merge XDP XFA", or buy the book or e-book "iText in Action Second Edition".

  • Rendering error with wrong template path

    Hi there,
    I got a processing exception during a "Render" operation. I think the problem is shown in the following log entries on the server with Adobe Document Services installed (ADS). The application is running on another system (AS1):
    com.adobe.ads.remote.EJB_PDFAgent: Embedding of file/stream: DatasheetView_InteractiveForm.xdp using ID: template0 Failed:
    Unable to create a FileDataBuffer for: E:\usr\sap\AS1\J00\j2ee\cluster\apps\company.de\sheetwd\servlet_jsp\webdynpro\resources\company.de\sheetwd\root\WEB-INF\webdynpro\Components\de.company.sheet.wd.datasheet.Datasheet\DatasheetView_InteractiveForm.xdp
    ... Continuing with Embedding files ...
    The path "E:\usr\sap\AS1\J00..." does not exists on the Server with Adobe document services installed. Its SID is "ADS".
    Caused by: com.adobe.ProcessingException: File not found: E:\usr\sap\AS1\J00\j2ee\cluster\apps\company.de\sheetwd\servlet_jsp\webdynpro\resources\company.de\sheetwd\root\WEB-INF\webdynpro\Components\de.company.sheet.wd.datasheet.Datasheet\DatasheetView_InteractiveForm.xdp
    at com.adobe.ads.operation.Render.execute(Unknown Source)
    at com.adobe.ads.operation.ADSOperation.doWork(Unknown Source)
    ... 85 more
    Caused by: com.adobe.ProcessingException: File not found: E:\usr\sap\AS1\J00\j2ee\cluster\apps\company.de\sheetwd\servlet_jsp\webdynpro\resources\company.de\sheetwd\root\WEB-INF\webdynpro\Components\de.company.sheet.wd.datasheet.Datasheet\DatasheetView_InteractiveForm.xdp
    at com.adobe.ads.data.FileURLData.getInputStream(Unknown Source)
    at com.adobe.ads.data.URLData.getByteArray(Unknown Source)
    at com.adobe.ads.data.TemplateCacheInfo.<init>(Unknown Source)
    at com.adobe.ads.data.TemplateCacheInfo.getInstance(Unknown Source)
    at com.adobe.ads.operation.support.Template.setCacheInfo(Unknown Source)
    at com.adobe.ads.operation.support.Template.initialize(Unknown Source)
    at com.adobe.ads.operation.Render.initializeTemplates(Unknown Source)
    at com.adobe.ads.operation.Render.initializeSources(Unknown Source)
    at com.adobe.ads.operation.Render.initialize(Unknown Source)
    ... 87 more
    Caused by: java.io.FileNotFoundException: E:\usr\sap\AS1\J00\j2ee\cluster\apps\company.de\sheetwd\servlet_jsp\webdynpro\resources\company.de\sheetwd\root\WEB-INF\webdynpro\Components\de.company.sheet.wd.datasheet.Datasheet\DatasheetView_InteractiveForm.xdp (The system cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    Any ideas
    Thanks ahead

    Hello,
    I think at the moment you are passing the xdp template source as url using the WDURLGenerator.
    Instead you should send it as a stream using the appropriate pdfdocument api like this:
    String templateUrl = null;
    ByteArrayOutputStream templateStream = null;
    templateUrl = WDURLGenerator.getPublicResourcePath(otherPart, "My_InteractiveForm.xdp");
    InputStream template = new FileInputStream(templateUrl);
    ByteArrayOutputStream buffer = new ByteArrayOutputStream();
                  int nRead;
                  byte[] data = new byte[16384]; 
                  while ((nRead = template.read(data, 0, data.length)) != -1) {
                            buffer.write(data, 0, nRead);
                  buffer.flush(); 
                  templateStream = buffer;
    IWDPDFDocumentHandler pdfDocumentHandler = WDPDFDocumentFactory.getDocumentHandler();
    IWDPDFDocumentCreationContext pdfDocumentCreationContext = pdfDocumentHandler.getDocumentCreationContext();
    pdfDocumentCreationContext.setTemplate(templateStream);
    Hope this helps...
    Regards, Bernd

  • XDP in PDF

    Hi, Somes questions on the XML Data Package and Javascript/ActionScript.
    1 Q) Is it possible to use the Acrobat SDK to programatically embed the XDP template into a PDF?
    2 Q) Is it possible to simulate user's click action (Sending windows messages) on Acrobat generated dialog using javascript or actionscript?

    Thanks for the prompt reply.
    With regard to the 1st question on the XDP, what i meant is If i have created a XDP template using the Adobe LiveCycle Designer, I can simply save
    it as a dynamic XML form (as pdf). Is it possible to create the same dynamic XML form (as pdf) using the Adobe SDK based based on the XDP template (of .xdp extension)?
    In short, can i create a dynamic XML pdf form from a XDP template?

  • Automatic conversion from XDP file fo PDF file

    Hello!
    I have an application that creates an XDP file with a certain report.
    I can open the XDP file in Designer 7.0 and then save it as PDF, but I would like to know, how can I automatically produce PDF file from XDP file.
    Is it possible?
    Thanks for your answers,
    Bostjan

    Hi All:
    We have a similar requirement for our product.
    We have existing XDP templates (for use with Form server), but we have a need for another Client using an older version of XML Forms - AcroForms (PDF Forms).
    So, we need to convert these XML forms in XDP files into PDF Forms (AcroForms). We tried File->SaveAs (PDF Forms) from Adobe designer, but it looks like the hidden fields (in XDP files) get messed-up.
    Did you guys find any solution for this? I would appreciate if you can share your experiences and insights in this regard.
    Thanks
    Shashi Velur

  • Recommended Server Side merge component

    Anyone recommend a server side approach and/or component,
    preferably .NET, for merging a template created in Acrobat Pro with
    unsigned signature fields and content which could be converted into
    another PDF or inserted into the template some other way. The
    resultant PDF would be routed in a workflow system for
    signing.

    Thank you for your posting. These forums are specific to the
    Acrobat.com website and it's set of hosted services, and do not
    cover the Acrobat family of desktop products. Please visit the
    following forums for any questions related to the Acrobat family of
    desktop products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/
    Thank you,

Maybe you are looking for

  • Background pic on my jframe

    Hi, kindly direct me how to put up a personal image as the background for the main app window!.. Am pasting a a small part of the affected code. I just need to be pointed to the right direction! Thanks a ton Ankur      public Main()     {            

  • NW CE 7.1 Post install - Portal Configuration

    Hi Friends, I have installed the NW CE 7.1 and I could configure the SLD through the configuration wizard. I am able to login to server for administration through the URL http://<<host>>:50200/nwa. But I am trying to login to portal by the URL: http:

  • Is it possible to upgrade Oct 2013 MBP-r SSD how much before it slows down?

    Hi all, I was just wondering if its possible for Apple to upgrade the SSD in my macbook pro retina oct 2013 model, I sorely wish that I had gone for the 256GB model really, I purchased applecare, so I don't want to void my warranty - besides, googlin

  • After Effects CS6 on new Mac Mini?

    I know this has been asked in other ways before...  But would the newly announced Mac Mini be sufficient to run AE CS6?  Not making movies for Pixar or anything, mainly minor projects but still need and want the basic features of AE vs. iMovie or Fin

  • Mobile device is broke

    i keep getting this message. error writing to file; c;program files/common files/apple/mobile device support/bin/distnoted.exe. verify that you have access to that directory? can anyone help me im on vista i had to uninstall itunes and stuff now i ca