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?

Similar Messages

  • 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".

  • Converting XDPs to PDFs

    My company, Viga Technologies, has recently developed an object which converts Adobe Livecycle Templates (XDP) to PDF automatically. It can be deployed as a server side object to be incorporated into existing applications, as a stand alone application or as a service to be performed by our company on a per-form basis. The basic input is an Adobe Designer Template (XDP) as well as an XML data file to be merged into the final PDF. It is extremely fast and generates PDFs which have a 60-70 percent smaller file size than PDFs generated by Adobe Designer. If you have any questions, please feel free to contact me.
    Adam Wachtel
    Viga Technologies (http://www.vigatech.com)
    [email protected]
    (678)371-4401

    The file size decrease is noted in all XDP to PDF conversions, regardless of content. If you would like a demo copy, please send your company contact information me and you will recieve a customized demo version. Thankyou.
    Adam Wachtel
    Viga Technologies (http://www.vigatech.com)
    [email protected]
    (678)371-4401

  • How does one make the xdp to pdf document editable?

    I have a document process whereby the document renders, but the user cannot edit the document.
    How do I change the xdp so that the rendered document will be editable by the end-user?
    Thanks!

    Is the user trying to edit the document using Adobe Reader?
    If yes, You need to reader extend the PDF in order to enable users to edit the PDF using Adobe Reader.
    You can Reader extend PDF using Acrobat or LiveCycle server depending up on the volume or usage.
    Please go through this blog to understanding the licensing of Reader Extensions http://blogs.adobe.com/livecycle/2013/05/understanding-reader-extensions-licensing.html
    --Santosh

  • Embed Fonts converting xdp to pdf

    Hi,
    I saved some documents as xdp files. I need now to generate pdf files form it using LiveCycle Forms, how can I make LiveCycle Forms to embed the fonts into the generated pdf?
    Thank you

    Hi Neptas,
    It's been a long time since you posted this message but do you still remember how do you embed fonts when using LiveCycle?
    Thanks.

  • Submit as xdp or pdf

    Generated a pdf in designer 8.2 and added a submit button, when set "Submit AS" to "XDP", I am able to submit the form in workspace. However, when I set "Submit AS" to "PDF", there's no response after I click the submit button. Nothing happened. What's wrong?
    Thanks,
    Wayne

    Thank you, Jasmin.
    Yes, the input datatype is "Document Form". Do I have to have Acobat installed in the workspace side? From my test, the submit works in the machine with acobat installed. Will "Adobe Reader Extension ES" help here?
    Thanks again,
    Wayne

  • Convert Dynamic XDP to PDF

    Hi,
    Can PDF Generator programatically (Java) convert a dynamic XDP form that has been filled out by a user into a static PDF?
    Thanks,
    Bob

    Hi,
    Is it possible to access interactive PDF through windows logon( windows may have multiple user accounts). On one particular account , if the user enter login credentials--(if valid)--then he should access the paricular pdf( fill & submit vice versa.).
    Any useful information would be appriciated.
    Thanks,
    Ramesh

  • Processing exception during a "GetData" operation when update XDP and PDF

    i came accross this error message when i want to update adobe interactive forms in SAPGui.
    Processing exception during a "GetData" operation.
    Request start time: Tue Jan 06 20:08:06 GMT 2008
    com.adobe.ads.exception.FailedCreationException:
    ADS restarted and tested fine but problem is not solved.
    could anyone experience this before? and how to you solved this?
    Thanks.

    There can be several reasons for getting this Error.
    1.ADS problem.
    2. Binding problem.
    3. Value node, Cardinality problem(1-n)
    4. Not mapping PDF Source problem
    5.PDFSource - type-Binary
    Please check it once. If you can post the total error it would be better.

  • Saving XDP form in PDF format at the end of the process

    Hi,
    I want to save my XDP form to a file system as PDF documents at the end of the workflow. There is a service writeDocument to writing PDF files, which accepts 2 parameters as input
    pathname -- type : string
    document -- type : document
    In my workflow , I have an Xfaform variable which holds my form data.
    But, as service requires the parameter as document I could not pass this variable to service. I tried to define a process variable of type document
    and assign my xfaform variable to it, then pass this variable to the service. A pdf file is generated but not valid (1 k).
    My question is how should I pass the variable to this service?
    Thanks in advance
    Regards
    Cihan

    The xfaForm variable usually contains a pointer to an XDP file. The XDP needs to be rendered by a service to create a PDF. You can then save the resulted PDF into a "document" variable and use that variable with the WriteDocument service.
    I guess what I want to make clear is that there are extra step you need to take to get from XDP to PDF before you write it to the file system.
    Jasmin

  • Including pdf uri when emailing xdp data

    I'm trying to create an e-mail button which e-mails the xdp data along with a reference to the associated pdf.
    The XML Forms Architecture Specification (3.1) says the following about the submit element:
    function(){return A.apply(null,[this].concat($A(arguments)))}
    The embedPDF property
    0 [default] = The associated PDF document is not embedded in the XDP PDF packet; rather, a URI is optionally
    provided. The URI must resolve to a PDF resource of MIME type pdf. The URI is the value of the
    href attribute in the XDP PDF packet. The URI may be obtained from the XFDF F-key path, which
    is relative to the system on which the original PDF file was created. If the URI is unavailable, neither
    the PDF itself nor a URI is included in the PDF packet in the submitted XDP.
    The way I interpret it is that when Reader exports the xdp data to the e-mail application, it inserts the value of the xfdf-snippets f-tag into the xdp data's <pdf href=""> tag. So I went ahead and added (in bold):
    <xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
       <f href="http://server/populate_me.pdf"/>
       <annots/>
    </xfdf>
    Needless to say I won't work. Upon filling out the form in Reader and clicking the e-mail button, the reference I'm getting in the exported xdp is:
    <pdf href="populate_me.pdf" xmlns="http://ns.adobe.com/xdp/pdf/"/>
    (what I want is <pdf href="http://server/populate_me.pdf" xmlns="http://ns.adobe.com/xdp/pdf/"/> )
    I'd really appreciate some advice.

    I believe the ability to create an XDP email attachment that would fetch the form was removed after Reader 9. It might have been for security reasons.
    If you or someone else finds the answer to this one, I would appreciate it if you/they could send it to me.
    In designer, we're using a button containing the following xml:
                <event activity="click">
                   <submit textEncoding="UTF-8" xdpContent="pdf datasets xfdf xdp" target="mailto:"/>
                </event>
    It used to work fine if the form that created the email attachment generated it while the Reader plugin was inside the browser window at the time the email was created.
    Is the form at least populating the subject field of the email with the uri? Ours is, using the code above.

  • Converting flowing layout xdp to background artwork pdf using java

    I design a Form in LiveCycle designer and save it as XDP. Very nice, since I can see the "fixed content" as content of "draw: elements and my dynamic fields.
    This pdf is going to be served up through the web, and needs no editing. All the form display information either comes from
    a) the boilerplace text)
    b) from a database.
    The boilerplate text data needs to be modified only before the production release of the pdf. after which is really is fixed.
    The second kind of data is really dynamic data.
    Is there a way to programmatically save the XDP as PDF converting all the draw elements into pdf atrwork after we are satisfied with the changes to the boiler plate ?
    I have access to XPAAJ, does that have any way of doing this ?
    Thanks

    Things like that are normally done with the "Interactive Form" UI Element with which you can use the integrated Adobe Forms environment. For more information have a look at the Integrate Online Interactive Forms by Adobe

  • Keeping .xdp docs to DB and convert them run-time to .pdfs? Is it possible?

    We need to keep the LiveCycle documents in .xdp format and to visualize them run time at client work space with Acrobat Reader.
    Is it enough to use only LiveCycle Designer Enterprise Suite for this goal or we have to use a combination of Adobe LiveCycle Designerand "Adobe InDesign CS3 SDK", "PDF Library SDK or any other component model? Or may be you can offer any other solution?

    Converting xdp to pdf at run time requires the Adobe LiveCycle ES Forms service.

  • PDF XDP data caching in IE 6

    The following situation we have encountered using the following client software:
    Browser:IE6
    Reader version: 7.?
    1. We have a process that renders an xdp as PDF. A servlet was written to invoke the render service and return the rendered PDF in the browser. This works fine.
    2. Next, the user changes some of the text in the data fields which have been merged. The user doesn't save the document, but closes the browser.
    3. Open the browser and invoke the servlet again with the same data as on the first go around, and we momentarily see the rendered form with the original data, then it quickly changes to the edits the user made in step 2.
    We identified that what happens is IE actually is creating a temp file of the XFA xml data when the user changes some value in the field, and that it appears this temp file is being used in some sort of caching scheme whereby it takes priority over the data originally coming back in the xfa based PDF servlet response.
    What we haven't figured out is how to bust the cache. We have tried several parameters on the response header of the servlet. We have forced IE to always ask for new versions of resources. We have disabled server caching on the render process, turned off client rendering on the render process. Nothing seems to work.
    This behavior does not occur when opening the rendered PDF's directly from the filesystem, so it seems browser/servlet specific.
    Has anyone come across this and know of a solution?
    Thanks!
    Ryan M. Jacobs

    Thanks. I will try to find a similar setting on version 7, which is what our client is using. It still seems strange that this only happens when the document is loaded from the browser plugin and not in standalone reader, but we will try it out.
    Thanks again!
    Ryan

  • Dynamic Header help in PDF Portfolio

    Need some help please, to create and load a Dynamic Header when creating a PDF Portfolio in LiveCycle ES2.  Have input parameter of a [name] and an [image file] to place in the Header.  Process flowing out of Assembler (PDF Generator).  Currently other PDFs being inserted within the Portfolio, and Navigation parameter being received ok, and setting up custom navigation.  Any help w/ creating Dynamic Header is very much appreciated.

    By "Dynamic Header" do you mean the PDF cover page, or the interactive portfolio navigator?
    If its the cover page then it should be a fairly easy thing to do.  You can create a form (XDP or PDF template) with a field for the name and one for the image.  Then you would use something like LC Forms or Form Data Integration to merge the data (image and name) with the template.
    The one thing you would have to do is to put the image and data into an XML format before you merge it with the form. That means you will need to convert the image to a base64 encoded format.  Fortunately there is a built in function for doing the conversion in a SetValue operation (its under Document Object Functions).
    If you are talking about the Navigator (portfolio shell) then it gets a bit more tricky.  The navigator is actually a Flex application and not a PDF.  You'll have to code a new one using Flash Builder, then import the resulting .nav file into your LiveCycle application. Merging the data with it is not something I've done before, but it should be possible (the LiveCycle Interactive Statement Solution Accelerator does something similar).
    If it is new navigator you need, check out some of the following links:
    http://joelgeraci.com/adobe/devjunkie/web/portfolios_p1_outer.shtml
    http://acrobatusers.com/tutorials/modifying-pdf-portfolio-navigator
    http://acrobatusers.com/navigator-contest-faq  (for the development software links)

  • WSDL data connection error after Form Server xdp render

    Hi
    I have a wsdl data connection inside an xdp after I render the xdp as pdf and reader extend the form when I click on the button to execute the web service method a pop up box appears saying the data connection has no properties. I am using LiveCycle Forms and Reader Extensions 8.1.
    Thanks

    Hi Paul
    Thanks for the reply.
    Reader extensions wasn't the problem, it was how I was manipulating the xdp before rendering.
    Thanks

Maybe you are looking for

  • Solaris 10 : Direct Access to internet

    Hi guys !!! I have a server with Solaris 10. It access the internet by a router, but i want to access in a direct point without the router. When the server is on the router the internet work good, but i plug it on direct point it does not work becaus

  • How to overcome a big loss

    Dear Adobe, First I want to congratulate you with the Adobe FormsCentral pack. It really is a boost within my company. To see that you will quit your service on such short notice does frighten me. This especially for two reasons: 1) An easy to use to

  • Server is requesting Authentication for.

    Hi, New in SAP XI. When i try to open the Integration Builder : Design Window , a pop up open asking for the User Authentication saying "Server is requesting Authentication for " Please tell the solution. Regards Rajiv Kumar garg

  • Severe Puppet Warp bug

    I have been having this issue with certain uses of Puppet Warp and I'm not sure if it's how I'm using, the settings I have for the warp or my computer. It happens on two different MacBook Pros with 8GB of RAM, on Mac OS X 10.8.4 I will spend about 40

  • Can you write Application.log from an EJB?

    I can write to my EAR's Application.log file from a servlet using the ServletContext's log method. But I can't find a way to do the same from an EJB. Anyone know if it's possible?