Adding attachments to PDF form

I tried everything and looked everywhere and can't find the best solution to this problem.  I just need a way for the user to attach documents to a PDF form in Adobe Reader.  I have access to LiveCycle and Acrobat so is there way once the extended features are enabled for a user to add attachments to the form in Reader.  I have LiveCycle ES 8.2.1.  I guess the only possible way is when the user emails the form they can add the attachments then but I just want to see if it can be done by attaching to the actual form.

Hi Roy,
I can't test now, but I've had Paul's example working on a Mac before in Acrobat.
If you are using Reader on the Mac (or Windows), then the form would need to be Reader Enabled using LC Reader Extensions ES on the server.
If you have Reader Enabled the form in Acrobat, then the ability to attach files is not available to users with Reader.
See a summary here: http://assure.ly/etkFNU.
Hope that helps,
Niall

Similar Messages

  • Adding Metadata to PDF Form

    Hi, I'm trying to add some metadata to a pdf. I have the follow script in the form initialize event:
    if (form1.desc.nodes.namedItem("metadata") == null) then
    var oNode=xfa.form.createNode("text", "metadata")
    form1.desc.nodes.append(oNode)
    endif
    I receive the error message:
    Argument mismatch in property or function argument
    I also tried this code:
    if (form1.desc.nodes.namedItem("metadata") == null) then
    var oNode=xfa.form.createNode("text", "metadata")
    oNode.value = "Test Data"
    form1.desc.nodes.append(oNode)
    endif
    Which gave me this error:
    accessor "oNode.value" is unknown
    It appears that the oNode object is not being created.
    Any suggesting how I can add Metadata to the PDF?

    Hi,
    This is the code I use to place metadata into the pdf file. If you open
    the resulting pdf file using Notepad, the metadata is visible as readable
    text in the file. I'm not sure the same approach can be used to add
    metadata as viewed under Document Properties. We are not using it that
    way. Maybe by changing the node name?
    if ((EMAIL_SUBJECT1.rawValue != "")&&(EMAIL_SUBJECT1.rawValue != null))
            var vDesc=xfa.template.data.desc;
            var oNode1=xfa.template.createNode("text", "EMAIL_SUBJECT1");
            vDesc.nodes.append(oNode1);
    vDesc.nodes.namedItem("EMAIL_SUBJECT1").value=EMAIL_SUBJECT1.rawValue;
    Andrew Zwickl | Worldwide Information Systems |
    Eastman Kodak Company | 1669 Lake Ave | Rochester, NY 14652-4455 |
    VOX: 585-477-1402
    FAX: 585-588-4123
    EMail: [email protected]
    www.kodak.com
    From:
    SI_MSD7 <[email protected]>
    To:
    zwickl <[email protected]>
    Date:
    08/10/2012 06:18 PM
    Subject:
    Adding Metadata to PDF Form
    Re: Adding Metadata to PDF Form
    created by SI_MSD7 in LiveCycle Designer - View the full discussion
    Bruce / Zwicki - or anyone who can assit...
    How did you get this to work? I
    I'm looking for a way to add/inject values (keywords) into the form's
    meta-data by retrieving the info/values from user input.
    To test the above solution, I added the following script to the initialize
    event as referenced, but I'm not sure what is happening:
    if (form1.desc.nodes.namedItem("metadata") == null)
    var oNode=xfa.form.createNode("text", "metadata")
    form1.desc.nodes.append(oNode)
    1. Do I need a field on the page?
    2. What part of the above script affects the meta-data?
    Thanks!
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/4613534#4613534]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/4613534#4613534]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in LiveCycle Designer by email or at Adobe Forums
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/message/2936746#2936746.

  • Adding attachments to PDF within ISR and possibly link to BDS in ESS

    I have a requirement where the user needs to attach documentation to a request (ISR) for approval.  From my research on this forum I see that currently SAP does not support attachments in a PDF within ISR as only a small subset of the xml data to render the form is actually saved as part of the request.  A person has the ability to add attachments to the form in the process but once the form is recalled from the work list and displayed the attachements are missing.

    Hello Guys,
    We are using Adobe forms with ISR framework and facing problems attaching the files  from within the PDF ; using the paper clip icon.
    Once the files are  attached to the PDF form and the form is submitted, attachment disappears from the Form . Instead we have to use a "Attachment Manager" on UWL to attach the files. It is quite Confusing to have a "Paper Clip" button inside the form and also a attachment manager on UWL.
    If anyone faced similiar issue and has solution to fix this, please let me know.
    We are on ECC6 with component SAP_BASIS - 701- 006- SAPKB70106.
    Thanks in advance.
    Regards
    Sandy
    Edited by: Sandy on Sep 6, 2011 5:18 PM

  • Check the attachments in PDF Form

    I am currently working on a offline interactive form wherein the requestor is supposed to attach a file to his pdf Form before submitting. Now my requirement is to check if there is an attachment with the form(offline) on the click of the submit button.
    If attachment is not there pop up an error messages "No attachements'.
    Help is greatly appreciated ...

    Hello
    var oObj = event.target;
    var fileAttachments = oObj.dataObjects;//dataObjects returns all dataObjects(attachments)in the pdf
    if(attachmentsList.length > 0) {  ... }
    also search at google, you´ll find a page by Mr. Cameron where you can find the whole attachments demo solution.
    Regards, Otto

  • Adding attachments to PDF in webDynPro-Urgent

    Hi,
    I need some information, how to add attachments to pdf in webDynPro. A sample code or examples or suggestions would be helpful.
    Thank You
    Regards
    Ravi.Golla

    Hi,
    Check the following links,
    Interactive PDF Form(Example):
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/dc/f1783fe3263042e10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/online%20interactive%20pdf%20form.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/wd%20java/wd%20tutorials/offline%20interactive%20pdf%20form%20using%20download.pdf
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/dc/f1783fe3263042e10000000a114084/frameset.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/d1088b7e-0c01-0010-c78e-984c0537e3ec [original link is broken]

  • Attachments and pdf form offline

    It would be great if partecipants in my surveys could be able to attach files at the pdf form while they are filling it offline.

    Hi,
    Please add or vote on feature ideas:
      http://forums.adobe.com/community/formscentral?view=idea
    If you need to add a new idea, please go to http://forums.adobe.com/community/formscentral and click on "Submit Feature Request" link within Resources section. We use this list to prioritize our feature list.
    Thanks
    Wenlan

  • Adding filename in PDF form and inserting the filename as the subject when emailing the form

    I have created a form in LiveCycle and have added 2 buttons - Save As and Submit by Email (created successfully thanks to the posts in this Forum).  Can someone please advise how I can:
    1.  Add the file name to the PDF document when the Save As button is clicked.
    2.  Use the file name as the Subject when the user clicks the Submit by Email.
    Thank you in advance for your help with this query.

    Here is a sample for your save as request.
    http://thelivecycle.blogspot.com/2009/11/save-form-to-specific-directories-and.html
    To determine the file name and use it in the subject you can use for example:
    var FileName = event.target.documentFileName;
    event.target.mailDoc({
            bUI: false,
            cTo: [email protected],
            cSubject: FileName,
            cMsg: "Bla bla bla...",
            cSubmitAs: "PDF"

  • Problem in adding attachments to pdf

    Hi All,
               I ve created a dynamic interactive form using WD Java and Adobe Livecycle designer. My requiremnt is to attach files to the pdf document.To enable dynamic pdf, i have set IWDInteractiveForm instance to dynamic in my wdModifyView method. In this case, the create attachment option in my Adobe Reader 7.0 toolbar is not available. But when i remove the code from wdModifyView method, the create attachment option is available. I need to solve this issue.. Your suggestions are welcome.
    Regards,
    Sathish M

    Hi Sathish
    You can refer this blog to attach files to interactive form
    Demystifying Attachments with SAP Interactive Forms:
    /people/amit.rai4/blog/2008/02/01/demystifying-attachments-with-sap-interactive-forms
    Regards,
    Mandeep Virk

  • Appending attachments to PDF form

    When you export a form as a PDF, it would be helpful if any supporting documents attached to the form were exported with the PDF.  It would prevent having to have multiple files/docs for one respondent. 

    Thank you for the feedback. You should submit a feature request here so others can vote on this request.
    Randy

  • Adding text to PDF form Text field

    Hello there,
    i'm trying add text to textfield in PDF programatically using java.
    if text  contain "(" or ")" brakets are not displaying in PDF textfiled,if i convert "(" to "[" then the text is displaying in the pdf textfield.how do I allow "(" inside text.and i'm creating pdf programatically in java.
    thanks in advance

    hi there,
    finally I figer out the problem that was causing,
    PDF use's  escape character "\" in front of "(" in the text.
    so i replace "(" with "\\ (" in the String using java,that fixes my problem.
    thanks 

  • How to embed attachments in interactive form?

    Hi guys,
    current, customer wants to embed files(doc, exl or something like that) in adobe form,
    is it supported in interactive form? or which version of interactive form support?
    does that need a lot of coding?  any tutorial is available?
    thanks
    John

    Attachments
    http://eslifeline.wordpress.com/2009/04/06/adding-attachments-to-pdf-form/
    WD Java - removing attachment from interactive form
    Attachments for WDA form
    Re: Attachments with Adobe Interactive Forms in WDA
    Regards Otto
    p.s.: depends if you want the system to add/read/remove the attachments for you or you want the user to work with it, you can learn about both from the links above

  • Adding attachments to an e-mailable form

    I am creating a form that is to be filled out and then
    submitted and sent to an e-mail. I want to make an option available
    of adding attachments to the form being sent to the address but I
    don't know how. Is this something that I will have to do in a .php
    code?

    The type of thing you want is possible, but if it needs to work with Reader the document must be enabled by LiveCycle Reader Extensions so it includes the embedded file usage right.
    The best you can do with a file that's been Reader-enabled with Acrobat is to manually attach a file as a comment. A button can be used to display instructions, but that's it. There is also the licensing restrictions that come into play when you enable with Acrobat.

  • Adding attachments to a dynamic form

    Hi there,
    I am creating a dynamic PDF form and I would like users to be able to attach a file (e.g. a word file, photos) to the dynamic form.
    Once the form is completed and returned (in PDF format) I want the person reviewing the form to be able to open the embedded attachments.
    If this possible?
    Many thanks for you help in advance
    Lee

    The user can add attachments by clicking the paper clip icon.
    If you mean you want to add attachments through script or associated with a form field, below is an example where a form check box triggers adding an attachment. It adds an attachment with a description pulled from the caption of the check box. My check box captions end in : which is stripped.
    //Change event of check box
    {variable object in Heirarchy}.attachmentCheck(this, event.target);
    //code in variable object
    function attachmentCheck(checkField, myDoc) {
              var descrip = checkField.parent.nodes.item(0).value.resolveNode("#text").value;
              descrip = descrip.substr(0, descrip.length - 1);
              //app.alert("\"" + descrip + "\"");
              if (checkField.rawValue == "1"){
                        var cancel = true;
                        myDoc.importDataObject(descrip);
                        try {
                                  var objDoc = myDoc.getDataObject(descrip);
                                  objDoc.description = descrip;
                                  cancel = false;
                        } catch (e) {}
                        if (cancel){
                                  checkField.rawValue = 0;
              } else {
                        mBoxResult = xfa.host.messageBox("Unchecking will delete the attachment.", "Confirmation", 2, 1);
                if (mBoxResult == 1) {
                                  var obj = myDoc.dataObjects;
                                  for (var i = 0; i < obj.length; i++){
                                            //app.alert("\"" + obj[i].description + "\"");
                                            if (obj[i].description == descrip) {
                                                      //app.alert(obj[i].name);
                                                      myDoc.removeDataObject(obj[i].name);
                } else {
                                  checkField.rawValue = 1;

  • I saved a PDF doc in adobe and then added text to the form. But every time I try an email it it only

    I saved a PDF doc in adobe and then added text to the form. But every time I try an email it it only sends the original form without text. Once I've changed a doc in Adobe, how can I save it so that I'm able to use it with added text and notes? Also, I'm using a new iPad.

    If you are using those apps or websites, they are likely viewing the PDF using iOS' built in PDF previewing, which will not show annotations and markup to the PDF. We have informed Apple of this issue, but do not have any insight into whether or when they will fix it.
    Regarding the qustion about importing pictures, Adobe Reader does not provide any capabilities to import pictures into a PDF. To do this, you'll need to use Acrobat, available on your desktop computer.

  • Editing a pdf form that I created. Adding header error msg "do not have sufficient permissions to perform this task"

    Editing a pdf form that I created. Adding header, currently the header only appears on page 1 of a 3 page pdf form.  I want it to appear on each page.  I am receiving the error msg "do not have sufficient permissions to perform this task"

    In Adobe Acrobat use a Action for this.

Maybe you are looking for

  • Purchased export to word etc

    1. I purchased export to word etc., paid iTunes - still does not work asks me to pay again., 1. I purchased export to word etc., paid iTunes - still does not work asks me to pay again., 1. I purchased export to word etc., paid iTunes - still does not

  • DW CS3  child page content doubled after template change

    Hello I am using DW CS3.  My question / problem is that the child page of a template has double content (two times the same) after changing something on the template. On the child page I am entering text into a editable region in side an AP div.  Whe

  • Security issue in planning app

    Hi All, I have issue while trying to provide access to users by changing the security for members in planning application->administration->Dimensions. Usually, it will give the list of members of the dimension that is selected from the drop down list

  • SSRS 2008 - ServerReport.SetParameters() suddenly extremely slow

    Hi, We have been using SSRS 2008 R2 for quite a while now but 3 weeks ago we started to notice some performance problems when generating SSRS reports. We have a .NET client which gets the list of reports from the server and then the end user can sele

  • Best way to make a high quality slide show from still images

    I know that this may have been asked before but i am trying to create a high quality slide show of my still images that will look great on a TV. I have tried imovie, idvd, and iphoto and i am not happy with the quality. i do own FCP. can anyone walk