Attaching files to the PDF

Hi guys,
I would like to add attachments to the PDF form. I found some tutorial using the menu item with the following code:
try
app.execMenuItem("AddFileAttachment");
catch(e)
xfa.host.messageBox("Cannot add an attachment: " + e);
This works fine but not in the Acrobat Reader. For my business case the following two options can be possible:
a) using the attachment functionality of Acrobat (e.g. using the menu item)
b) transporting the binary data in the XML content of the PDF form
To a)
Is there another programmatical way to attach files to the PDF supported by the Acrobat Reader?
To b)
Does someone of you know how to read the binary content of a file using Java Script and adding it into the data XML? With this solution, the data can be extracted using the Adobe Document Service. Would be a fine solution.
Thanks for your help.
Thomas

Hi Paul,
thanks for you post. Sounds really good. But how can this be done?
Could you please give me a hint?
Thanks very much.
Thomas

Similar Messages

  • How to attach files to a .pdf

    hi!
    i have a question regarding the atachment of files to a .pdf.
    i am a dentist specialising in implants and working in different practices.
    Unfortunately this comes with several problems.
    1. There is no dentist software which deals with the needs of implantologists. instead of ready made forms where i can put in values i have to write everything important using a simple texteditor whic is built into the practice software.
    2. as dentist software works on a server client principle and every client license has to be paid seperately i don't have a clinet on my laptop (the softwares are usually windows programms anyway) and even if i had because it is server client i would have to do all the work in the surgery which wouldn't work as i will have to analyze models at home and other things like this.
    i started designing forms in illustrator for me to use and to scan into the practice software
    then i put al the forms together in one pdf
    now i added text fields to the pdf that i wont have to print anymore and can import a copy of the pdf into the software of the practice.
    my next step would be to attach files to the pdf.
    i am dealing with different filetypes (raw data from my camera, tiff files from the xray maschine and dicom files from 3d scanning units). it would be great if there wasa way to make my pdf being able to attach files to it. there is no need to be able to display the files (i doubt that acrobat is capable of displaying raw or dicom anyway) i just want to store them with the pdf and if necessary export them from the pdf again that they can be watched in the applications that support this kind of filetype. if this was possible i could basically take the whole case home with me and after preparing just have one pdf which i import to the practice computer which contains all data.
    is there any way to do this? it would be great if i could creat a pdf which allows me to do this with an acrobat reader so there would be no need to take my laptop to the practice.
    thanks for the help!
    best regards
    jens

    I have a document that is a PDF to send and need to attach an appendix, as an icon that can be opened by the reader, within the PDF.  I'm not sure if I need a certain version of Adobe to do this or if it's just me not being able to figure it out    Thanks for any tips!

  • Attaching files to a pdf in Adobe Reader

    Hi
    I found these instructions on the web on how to attach a file to a PDF document, however, when i get to step 3 (underlined in the instructions below)  "Click the "Add" button at the top pof the attachment navigation panel to open the "Add Attchment" dialog box.
    I do not see an "Add" button available.
    I want our users to be able to open our forms and attach scanned documents onto the PDF form in order to submit documentation related to their benefits.  Why do I not see an "Add" button?
    How do I get an "Add" button.  The version we are using is Adobe Reader 9.3.  The instructions below are for Adobe 8, but if this can be done in Adobe 8, then i can't imagine it can not be done in Adobe 9.3?
    Thank.
    JoBeth
    How to Attach a File to a PDF Document
    By an eHow Contributor
    I want to do this! What's This?
    You can easily attach files to your Adobe Acrobat PDF document by using the attachment navigational panel. This panel allows you to quickly attach any type of file to your PDF document if you need to send a corresponding file along with your PDF document. Find out how you can utilize the power of Adobe Acrobat by attaching other files to your PDF document.
    Difficulty: Easy
    Instructions
    Things You'll Need:
    Adobe Acrobat 8
    Start Adobe Acrobat, and open a PDF document to which you would like to attach an additional file.
    Choose the "View" menu, point to "Navigation Panels" and click to select "Attachments" so a checkmark appears before the selection and the attachment navigation panel opens at the bottom of the screen.
    Click the "Add" button at the top of the attachment navigation panel to open the "Add Attachment" dialog box.
    Use the "Look in" drop-down list and click on your computer files in the "Attach a File" dialog box to browse to find the file you have saved and want to attach to the open PDF document.
    Click to select the file you want to attach, and click the "Open" button to close the "Add Attachment" dialog box and add the file to the attachment navigation panel. The file is now attached to the open PDF document and will be included any time the PDF document is opened or emailed.
     Read more: How to Attach a File to a PDF Document | eHow.com http://www.ehow.com/how_2222241_attach-file-pdf-document.html##ixzz0zbsURkkr

    Hi Graffiti
    Collaboratively some co workers and I figured out a roundabout way to attach files in adobe reader (not the full blow adobe acrobat reader). 
    Via Adobe Acrobat 9 Pro I created a blank form with the "comment/mark up" tools enabled.  Then I merged that file with the other PDF form that was formatted with fields, radial buttons etc. 
    I had to create the blank form for the attachments separately because if I tried to enable the "comment/mark up' tool on the form with fields and radial buttons it disabled the fields. 
    Once created separately and then merged the functionality worked.  Does that make sense?
    The comment markup tool then allowed me to attach files via the "attach file as a comment" option. 
    With all that said.... I would like to know if this functionality works in all versions of Adobe reader and if not at which level it will not.
    In addition, is there a way to make sure that the "comment/mark up tool bar" automatically populates when the form is opened.  This would be helpful, as otherwise will have to walk our users through additional steps. 
    Do you have any ideas???
    Thanks for your feedback!

  • Attach files to a pdf with Adobe LiveCyle Designer 7.1

    Hi, I need to add a button to a form so that it allows me to attach archives to the pdf, somebody knows if this is possible and in that case since it becomes?

    In my case I have a drop-down list of files with preloaded filenames to attach. Here is the code that works for me on a click of button.
    var selectFileName = form1.subform.DropDownList1.rawValue;
    if (selectFileName != "Please Select") {
    var doc = event.target;
    doc.importDataObject(selectFileName);
    var MyPar1 = doc.getDataObject(selectFileName);
    var filename = MyPar1.path;
    After you click the button it open a windows dialog box asking you to choose the file and adds the attachment to the attachment pane in runtime. To view the attachments simply view the attachment pane in runtime after you add the attachments.
    Good luck,
    SekharN

  • Attaching files to a PDF file via program

    Dear all,
    I discovered something new for me, and perhaps there is someone else there who can profit from it :-).
    in order to include attachment files as additional pages to a PDF file (frequent requirement for finance documents since the introduction of SOX compliance), you only have to append the internal tables containing the OTF before you convert it to PDF (no additional formatting or taking account of OTF file structure is required!!).
    Cheers,
    Ana

    Hi Graffiti
    Collaboratively some co workers and I figured out a roundabout way to attach files in adobe reader (not the full blow adobe acrobat reader). 
    Via Adobe Acrobat 9 Pro I created a blank form with the "comment/mark up" tools enabled.  Then I merged that file with the other PDF form that was formatted with fields, radial buttons etc. 
    I had to create the blank form for the attachments separately because if I tried to enable the "comment/mark up' tool on the form with fields and radial buttons it disabled the fields. 
    Once created separately and then merged the functionality worked.  Does that make sense?
    The comment markup tool then allowed me to attach files via the "attach file as a comment" option. 
    With all that said.... I would like to know if this functionality works in all versions of Adobe reader and if not at which level it will not.
    In addition, is there a way to make sure that the "comment/mark up tool bar" automatically populates when the form is opened.  This would be helpful, as otherwise will have to walk our users through additional steps. 
    Do you have any ideas???
    Thanks for your feedback!

  • My links don't work when I combine another file with the pdf

    My internal bookmarked links don't work when I combine another file with the pdf.
    The external links continue to work fine, though.
    This doesn't make any sense to me at all ... but I'm hoping one of you kind folk can help?

    I opened my file and instead of merging files I used insert pages and inserted all of the pages from the file I wanted.  Then I saved the file with
    the same name.  Attached is a rough draft of some helpful hints I put together.  This has been a very painful process for us to discover how to handle
    this and there really is not much help from Adobe.
    Instead of merging files you inset pages. In Acrobat select Document - Insert pages -From file. You can select all pages or some and where you want them inserted. After you do that save the file not save as and all of your links should work. If you combine files or merge files all of the links will break.
                                                                                    GillHarley <[email protected]>                                                                              
    05/07/2009 09:54 AM                                                                                To
                                                                        "Christine Salmon" <[email protected]>                                                                              
    cc
                                Please respond to                                                                              
    [email protected]                                                                                 Subject
                                    dobe.com                            Acrobat Windows My links don't work when I combine another file with the pdf
                                                                        29k833-1Kp0-8ahk                                                                              
    I think it's something to do with naming, but I can't figure out what. This is because it asks to be saved and gives me a Binder no as the name. If I
    press Cancel at that point, I keep the file and the links. But as soon as I need to close it, it asks me again 'Do you want to save this file' and if
    I say 'Yes', I lose all the links, and if yet if I say 'No', I lose the whole file. So at some point it has to be saved but whether I keep the Binder
    no name when I save it, or use the original name, it makes no difference ... it is in the saving of it that it looks the functionality, and yet, if I
    don't save it, I lose the file.
    This makes no sense to me....I hope it does to one of you.
    For instance, Christine, how did you keep your file if you couldn't save it?
    Or have I misunderstood?

  • Form data integration service. how attach file to a pdf

    I'm testing the FormDataIntegrationService
    to import data into a pdf form (XFA), and the result it is ok, now I need attach a word file,
    how can I attach  a file to a pdf, using the reader extensions web service ?
    pd: I know that it is posbible with forms service but for license purpose I need this with reader extensions service.

    Here is a sample DDX file
    Attach data.pdf to doc2.pdf (document-level).<PDF result=”doc2.pdf”>
    <!-- attach file to doc1.pdf -->
    <DocumentAttachment name=”data1”>
    <file name=”data.pdf” mimetype=”application/pdf”/>
    <description>additional data</description>
    </DocumentAttachment>
    <PDF source=”doc1.pdf”/>
    </PDF>
    Paul

  • Open attached file in the same editor(ZCRM_DNO_MONITOR customer program)

    Hi All,
    I wrote a dialog program to simplify the CRM_DNO_MONITOR.  I gave the facility to attach file from the PC(any doc  type .txt ,doc, xls. etc) by calling the functions. I need to give  a facility to open these attached file in the same edit. Please let us know way
    Additionally,I can find the logical and physical document of these attached files
    e. g
    (Doc class       : CRM_L_ORD
    Doccument   : 4CA517D70BE60F7FE1000000AC113F3F
    Doc Class       CRM_P_ORD
    Document        4CA517D80BE60F7FE1000000AC113F3F)
    Attached files successfully by calling the following functions
           objkey = wa_tab-guid .    " (crmd_orderadm_h-guid)
           objtype = 'BUS2000116'.
          CALL FUNCTION 'SO_FOLDER_ROOT_ID_GET
          CALL FUNCTION 'SO_DOCUMENT_REPOSITORY_MANAGER
         CALL FUNCTION 'BINARY_RELATION_CREATE_COMMIT'
         CALL FUNCTION 'CRM_KW_MIGRATE_GOS' DESTINATION 'NONE'

    Hello ,
    i think you can make use of Clase CL_GOS_MANAGER
    check Sap program which are using this clasee.
    try yourself and let me know if you have any doubts.
    regards
    Prabhu

  • How do I save a PDF as an excel file when the PDF is horizontal. Adobe tries to rotate the page, but the data is entered in an  horizontal format.

    How do I save a PDF as an excel file when the PDF is horizontal. Adobe tries to rotate the page, but the data is entered in an  horizontal format.

    Thanks for the quick reply.  I figured out how to get the desired results by using tagging.  For anyone who may reference this post in the future, I went to "Customize" in the top right corner of Adobe, then selected "Create new tool set...", looked under "accessiblity and found the "tag" option.  Hit ok, tag is added to the toolbar.  Then I highlighted the dataset in the PDF that was relevant to the output format, then clicked "tag", saved as spreadsheet.  Sorry I can't provide more details on how tagging works or if there's a more elegant solution available, but I'm sure one's out there.

  • How to attach files in the SMTP mail?

    Hi All
    Anyone know how to how to attach files into the mail configured
    with SMTP while changing the workstatus. The SMTP mail is working
    fine, but my requirement is to attach a file which is having static information
    like instructions for users or something like that.
    Please help me on this..
    My Version of BPC is MS 7.X
    Regards,
    Baijuchandran.B

    Have you seen this thread? Not an elegant solution, but it appears to work for some bizarre reason.
    https://community.bt.com/t5/Email/Email-won-t-accept-attachments-error-18-temporary-It-isn-t/td-p/14...

  • How to generate PDF using FDF file and the PDF form template (PHP)

    Hi Folks,
    I'm really sorry that I couldn't follow all the valuable discussions going on here, regularly. I need some immediate help.
    I NEED A PHP SOLUTION. I'm able to generate FDF files using the PDF Form Template in PHP. So, I have a collection of FDF files, which seeks the PDF template, while opened and populates the template with FDF data. Now if I need to save this PDF file, I have to do it manually clicking SAVE option. But, I need to convert FDF to PDF in bulk. So, I need some PHP based solution. The PHP script takes the PDF template and the FDF file and merges them to generate a complete populated PDF file. I know it's possible, but don't know how. I've seen Adobe FDF Toolkit. But by default it doesn't show any guideline for PHP. Please help me to write this code. I'm a professional coder. I can understand your hints and tutorials. PLEASE HELP GOOD PEOPLE.

    The only reason I am responding to this post is because the poster sent me a request through the forum message system asking for my help.
    Although I did populate PDFs with FDF data generated by web forms a year or so ago, I have since abandoned that kind of solution. It was a big headache. I found it far more stable and flexible to use html, php and css to populate forms that are almost as nice looking as PDFs.
    So my advice is, if you can possibly avoid going the FDF/PDF route, you will be better off.

  • I have a Word doc with lots of Excel/Pdf attached doc inside. Can I convert this word doc in PDF keeping the attached documents inside the PDF? or do I have to attach all af them again? thank in advance

    I have a Word doc with lots of Excel/Pdf attached doc inside. Can I convert this word doc in PDF keeping the attached documents inside the PDF? or do I have to attach all af them again? thank in advance

    Attach all of them again.
    Be well...

  • Save a attachment file in the shared folder of receiver using ABAP report

    Hi all
    Is it possible to save an attachment file in the folder of receiver's desktop using ABAP report?
    I am using the standard mail sending code to mail the excel file as an attachment.
    Consumer wants that file to be stored automatically in the folder of a shared drive he is using.
    Is it possible?

    You can do that via class CL_GUI_FRONTEND_SERVICES method gui_download. But this is not working in background. Reports running in background cant reach presentation servers.
    If you have XI/PI in place you can set up a scenario for that.

  • How to attach files to the thread we post in this forum?

    How to attach files to the thread we post in this forum?
    I’m wondering why there is no feature that allows attaching files from our hard drives! It is not practical to upload our file first in a certain web to provide it as a link in the post.
    Is there a way to attach our files directly from our hard drive to the post?
    Please, have a look on the screenshot below that shows a forum which includes all the very basic features!
    Thank you for the help
    Best
    Jamal

    Pierre,
    Just a guess on my part, but I would suspect non-image files in this case.
    As Ted points out, that WAS possible early on, and then the capbility to attach non-image files, was actually retained by a certain few forums, though not for long. This change was coincidental with a major spam attack, and at least one disgruntled user attempting to attach some rather nasty "stuff." I do ot know if those events prompted the change, as I was not part of the decision making group, that initiated the change.
    Though 95% of the files that I wish to attach, ARE image files, there are times, where a TXT file would be ideal, say for a crash log, or similar. Now, I can convert that TXT to a PNG, but then one has to work with pixel x pixel dimensions, and some files, like those crash logs, can be rather long.
    Personally, I find the loss of the Attach File (was via a button at the bottom-left of the editing screen) to be a sad comment on the actions of some, on these forums, but then that just reflects life outside of the forums.
    Hunt
    PS - I am glad that you found that little article useful Especially in the PS, PrPro, PrE and Encore forums, screen-caps can tell so very much about what is going on with a person's program, system or their Projects/Images.

  • Can i add watermarks to PDF files using the PDF Pack?

    Can i add watermarks to PDF files using the PDF Pack?

    Hi Susannah,
    Adobe PDF Pack does not allow you to edit a PDF file. For that, you would need Acrobat. You're welcome to try Acrobat for free for 30 days: see http://www.adobe.com/products/acrobat.html for more information.
    This Help document describes how to watermark a PDF in Acrobat: Add watermarks to PDFs
    Best,
    Sara

Maybe you are looking for

  • I have problem with hotmail on my macbook

    i have problem with hotmail on my macbook when i add my hotmail acc to mac mail the mail app got froze and closes by itself, when i try open it again it does the same thing till i remove it.

  • Given Up On BT

    I have been a Vision customer almost from day one, (at two different addresses),  and had no problems whatsoever with the service until the recent software update which has caused my box to reboot constantly, fail to record and generally drive everyo

  • EDI 820 paying multiple customers

    When I have an inbound 820 partnered with one customer but the payments in the 820 apply to multiple customers.  I have entered the alternate payee as the partnered customer on the customer master of each related customer.  The 820 enters the partner

  • Error A READ-ONLY bind variable used in OUT or IN-OUT context (report6i)

    cf_1 cf_2 balance a 1 3 2 b 3 2 1 c 3 3 0 tot=7 8 3 i am using conditional formatting to hide the cf_1 and cf_2 if balance=0 now i want to display tot should be cf_1 cf_2 balance a 1 3 2 b 3 2 1 tot=4 5 3 tot=a+b+c how can i exclude the hided columns

  • Changed who a phone number was assigned to in contacts-Treo 750

    I changed who was assigned to a specific phone number in my contact list. But whenever that phone number calls my phone the caller ID still comes up as the previous person. But in the call history list it reflects the new person. I have tried resetti