Is it possible to Embed a PDF and command by a button within a PDF document

Is it possible to embed a fillable PDF form onto a PDF document and using the button to open the embedded file?
I am using XI Pro.
Thanks.
Jj

Files cannot be "embedded" in a PDF.
Attach the form PDF to the not-a-form PDF.
Create the Button field on the not-a-form PDF.
For the Button's Action select "Go to a page view".
You'd open the attached form PDF.
The  Action wll look like:
Mouse Up
    Go to a page in another document
           File: PDF attachment
           Page: 1
           Zoom level: Fit Page
The default "Open" for the attached PDF is "Window set by user preference".
You can edit this to select either "New Window" or "Existing Window".
Be well...

Similar Messages

  • Is it possible to link to specific files on a server from within a pdf?

    Hi all,
    Is it possible to create hyperlinks to a specific file on a Windows server from within a pdf?
    Let me explain further, I am working on a Mac trying to create hyperlinks from within InDesign to specific files on a Windows server. I am exporting the file to pdf, along with the hyperlinks, which look correct when I click on them from within Acrobat.
    On Windows, the links will read as \\servername\directoryname\filename so this is exactly how I enter it as the hyperlink. When I view the hyperlink information in the resulting pdf from within Acrobat, it still looks correct as \\servername\directoryname\filename but when I try to click on it from the Windows side OR the Mac side, the link doesn't work and gets changed....the slashes revert to the opposite direction and the whole link gets messed up. I am trying to figure out if the cause is InDesign, Acrobat or whether this can even be done? Of corse, I never have issues with normal URLS.
    What we are trying to do is set up an internal catalogue for the company of all our materials. (Everyone works on Windows)
    Should I try to create the links from within a Windows version of Acrobat... do you think that will make any difference?
    Thanks in advance for your help:)
    Very much appreciated!
    Christine

    Thank you for your help...very much appreciated!
    Basically, what we needed were for the links to be static and not relative, and they were mainly for Windows users. What finally worked was creating the links from within a Windows version of Acrobat. We plan to email the final pdf to several employees around the word (we are an international company) with all the links intact. Once they were logged into our network (vpn'd in) the links would still be valid no matter where the document was located. The trick is to change the start of the link to a specific IP address (the server address) when you are setting it up in Acrobat. I hope this makes sense and is helpful for everyone else out there:)
    (P.S. This works for Windows users only though and cannot be done via the Mac version of Acrobat. I can set things up within the Mac version of Acrobat so that the links will work as long as the document resides in the same location on the server... the advantage to doing it THIS way is that it will work for BOTH Mac and Windows users.)
    Thanks again,
    Christine

  • Load a PDF and Print it Without User Seeing the PDF

    I have a client who has a need to allow users via a web browser to print PDFs wihtout gaining direct access to them.  Ignoring all the flaws in this logic , I am new to Flex and am having difficulty determining if this is possible.  So, here are the details:
    1) This is a web browser application.
    2) The files reside on a server.
    3) The user will view a list of available PDF files in their browser.
    4) There will be a print icon next to each one.
    5) When they click on the print icon we need to pull in the PDF from the server and initiate a print, all without the user seeing the PDF.  So once they click the print icon the next thing they see is thier browser's print dialog box.
    I have 1-4 done, I just need help with the most important one, #5.
    So, can Flex (without AIR) load a PDF in without displaying it and print it?
    I am using Flash Builder 4.6, if it matters.
    Thanks in advance for any input.

    Well, that's going to be difficult. Before everything else, a silent printing in general, is not what Browser is all about. A print dialog is thrown by the browser when a user selects a print option. Same thing if an application is trying to print using built into it conventional methods of printing - you get Print dialog. It gets even harder if you want to print PDF files silently. You will need to make sure that a file is available to print in case it's generated on the fly. The following code will print your PDF without dialogs to a selected (var printer) printer:
    var WshShell = new ActiveXObject("WScript.Shell");
    var fs = new ActiveXObject("Scripting.FileSystemObject");
    var fi = "AcroRd32.exe /N /T " + '"c:\\temp\\' + "filename" + '" ' + printer;
    WshShell.Run(fi, 0, false);
    As you notice, the file is on the local system. Or you can try printing over the network.
    This code will be a part of a JS function in your html wrapper. You will call this function from Flex using ExternalInterface.
    AcroRd32.exe is an Adobe free PDF reader.  I would suggest starting from the end - have a file on the local system and working on everything esle.
    HTH

  • Converting to PDF and Inserting into another PDF?

    Is there a way to convert a file to PDF and then insert that file into another pdf using JavaScript?
    Thanks,
    Todd

    Hi Paul,
    Thanks for the response, this is actually an adobe form that has been saved as an adobe dynamic XML pdf. Is there a way to do this in a form via code?
    What I would like to do is attach a supporting document to the form and Print both the form and the supporting document with a simple click, is this possible?
    Any help or a point in the right direction would be appreciated.
    Thanks,
    Todd

  • Embed pcl or postscript commands in pdf

    Hello!
    I am currently facing the problem, that I want to specify the paper-source tray for the pages of a pdf, that is sent directly to the printer. I know that there is no way to do this directly in the PDF. Or are there plans to put this into one of the next standards?
    Printing PDFs on the printer using "PDF Direct" for example works great, but we also need to select different trays.
    So, I am now trying to add PJL/PCL commands in front of the PDF, but these PJL commands are valid only for the whole PDF. And I only got it to work one time, that a PDF with the PJL/PCL commands in front, was printed from the desired tray.
    Well, now here is my question: Is there a way to add PCL or even Postscript commands to a PDF and specify the tray on a per PDF or even per page granularity? And how would I achieve this?
    Or in general: How can I embed Postscript commands into a PDF?
    Thanks for your help!
    Kind regards,
    Johannes

    The PDF specification does provide a feature referred to as a PostScript XObject which permits embedding PostScript fragments within a PDF file. However, use of PostScript XObjects is strongly discouraged as many if not most software processing PDF files either totally ignore these objects and are unlikely to pass them onto printing devices either at all or in a consistent fashion. For example, printers and RIPs based on the Adobe PDF Print Engine totally ignore any PostScript XObjects. When printing from Adobe Reader or Adobe Acrobat to a PostScript device, it is very unlikely that any embedded PostScript XObjects would appear in the proper location within the resultant PostScript job to properly select input tray, output tray, and/or finishing options.
    There is no way of embedding PCL in a PDF file.
    The concept behind PDF workflows is that content and production instructions are maintained separately. Graphically rich content in a device independent form at the highest level of abstraction is carried by the PDF file. Job processing instructions including paper types, tray selections, copy count, duplexing, collation, and finishing options are transmitted separately in a job ticket, often JDF. None of international standards such as PDF/X or PDF/A support any embedded job ticketing or job control functions.
              - Dov

  • Exporting from InDesign to PDF, and the updated PDF is larger than a month ago and not printing easily on letter paper, it is PDF presets?

    Hello,
    I am exporting from InDesign to a PDF and the page is larger in the PDF then others I have exported. Is this because of the PDF presents? One of the project managers is not able to print it out on 8.5 x 11 paper, but the document presets for InDesign are the same as before. I wish I could upload the PDFs to show, but the newly exported PDF is larger than the version I created a month ago. I created a PDF binder and the newly updated PDF is almost a .5 inch wider with the same export presets. Any thoughts?

    Sadira00123456789 wrote:
    One of the project managers is not able to print it out on 8.5 x 11 paper, but the document presets for InDesign are the same as before.
    I suspect the project manager simply has his/her copy of Reader/Acrobat set to print at actual size, rather than "Fit" (assuming the InDesign page size is truly 8.5 x 11).
    ..the newly updated PDF is almost a .5 inch wider with the same export presets.
    It would have nothing to do with export presets. How are you determining that half-inch difference?

  • Error opening pdf and file can't be found,why

    I received an attachment in my BT emails and opened it,then printed it.When I tried to find it so I could copy it to my Outlook emails it had disappeared. Adobe said there had been an error opening it and the file could not be found.What happened and why?
    Hacien

    I described what had happened when I tried to view a pdf, and said that when I found the pdf and tried to open it again, all I had was a message telling me there had been “an error” and as a result the file could not be found. I don’t know if it was hidden or deleted and asked “why did it happen”
    If Adobe does not give me any more information than that, how am I supposed to give any more information?
    It was the first time I had used the Adobe reader, and I was not expecting someone to be so terse in their reply to my query.  As the song says, “Everybody’s  got to learn some-time.” It would be easier if the ones who DO know could remember the time when they didn’t know.
    To avoid further embarrassment, I will withdraw and not attempt to use your forum again.

  • Export for PDF and items disapear from the page...

    Hello Big Masters,
    please give me a solution to the fact that:
    I lose some items (a text box and a graphic) at the export from Indesign to PDF.
    -The file is 6 pages long. Simple. Some text and small pictures.
    -The missing items are close to the right bottom of the page. It is allways on the same page. In my case on the last page.
    -The missing item is exactly the same like some others. (it is like an object I could put on master page, but I wanted only to COPY/ PASTE IN PLACE)
    -I tried countless solutions, but no one passed successfully. I tried to ungroup/regroup (it is an object made of letters and outlined letters), I tried to outline all of the object, I tried recopy the object, I tried to put the page in a different order (thinking that the bug always came on the last page), I closed down indesign, I tried different PDF quality options, I tried renaming and overwriting, I checked all the layers (they are all printable). NOTHING worked.
    I start worring about the quality of Indesign, that I thought being the perfect software for multipage layouts, but I experienced this bug that wasted me 2 hours. In the researches for solutions I also found out that more problems are ahead in big ePubs or when you bring old big files, with Masterpages, it seems that is a real mess what comes out.
    Do you experience these troubles with Bermuda-effect in Indesign (dissapearing items surprisingly unexpected...)???

    The answer for you is YES.
    But Still didn't get the bug solved.
    The first pic as you see, is from ID before I export to PDF
    and the last image is the crazy pdf file, I am getting.
    If the adobe guys need my file for investigation, I can send it to them somehow.
    But then again, I got a compromise solution by putting the "missing" object on a separate masterpage.

  • I received a replacement iPad. On my original iPad I had dozens of books and PDF's. I completely backed up my original iPad. The categories of my iBook files transferred but NOT the actual PDF and Books. Please help.

    I received a replacement iPad. On my original iPad I had dozens of books and PDF's. I completely backed up my original iPad. The categories of my iBook files transferred but NOT the actual PDF and Books. Please help.

    Are the PDFs and ibooks on your computer's iTunes ? If so then you should be able to re-sync them, if not then you can re-download ibooks for free as long as they are still available in the store and you use the same iTunes account as you originally used to buy them : http://support.apple.com/kb/HT2519 . The backup doesn't contain the contents of the ibooks app, so for them to be restored to the device they needed to be in your iTunes library.

  • 2 CFR IN 1ST PAGE PDF AND 2ND PAGE PDF

    HOW TO SET if i want to 1 cfr in 1st page in pdf and 2 cfr in
    2nd page of PDF??

    Hi,
      Might be you have checked the check box 'Test Printout' in the very first screen of F-58.  Kindly uncheck this and try once again.
    Purpose of Test printout:
    Indicator: Test Print
    If you select this indicator, the print program carries out a test print (for purposes of fine-tuning the printer output) before printing the actual payment media.
    thanks & regards
    Kishore Kumar M

  • Opening new window on button click from pdf without loosing session

    Hi,
    In my Java web applicaion on click of a link, we are opening a new window in which we are displaying a pdf. There are 5 buttons on this pdf.
    On clicking of this button again we are opening a application link in new window. But in this window we are not gettting our session, which is there in first two window.
    For opening new window from pdf button click we are using
    var dynamicUrl3 = myappurl;
    app.launchURL(dynamicUrl, true); 
    How can i open new window with the same sesion from the pdf button.
    Please help for the same.
    Thanks,
    Abhijit Mohite.

    Yes, with target="_blank" in a link or a form.Thanks for ur valuable suggestion. I changed the button to link.
    Its working fine now without JavaScript.
    Now i got another requirement. When user select some items and press a button in the new popup window, the window must close on button click and the parent window must refresh. This must also be done without using JavaScript.
    Is this possible? Please give me an idea to do this.
    Thanks.

  • Bad PDF; could not read page structure. Bad PDF; error in processing fonts: unsupported Type2 font

    I created a "form" in MS Word using a table with blanks for where the fill-in fields are supposed to go. I converted the file to PDF, and then I tried to use the PDF Forms maker with the automatic field detection feature (Acrobat 8 Pro) but I keep getting the error "Bad PDF; could not read page structure. <Bad PDF; error in processing fonts: unsupported Type2 font> [1]" What could be causing this? Is there something I need to do in Word to make the field recognition work? The field recognition has worked with other PDFs that I have not created in Word. I'd rather not have to create each individual field myself, if I don't need to. I thought this was a great feature when I have used it on other PDFs, but I need to figure out what I'm doing wrong on forms I am creating myself in Word.<br /><br />I am using a MacBook with Leopard, all updates installed, Office:MAC 2008 and Adobe Acrobat 8 Professional.<br /><br />Thank you in advance!

    I got where you were going with this, so I printed with the Adobe 8.0 printer and then I was able to use the auto field detection. THANKS!!

  • How to Embed Fonts and make Grayscale in Acrobat Pro 9 PDF

    I supplied my printer with a PDF but he says that I need to "Embed The Fonts" in the PDF.
    I made the original document in MS WORD and then I created the PDF in Acrobat Pro 9 but nowhere
    along the way did I see anything that asked me to Embed The Fonts.
    He also says that the type is in RGB but it needs to be in Grayscale.
    When I created the PDF I didn't see any option along the way that gave me a choice between
    RGB and Grayscale.
    Any ideas how to achieve these two effects while going from an MS WORD document to a PDF using
    Acrobat Pro 9 please?
    Any help would be much appreciated.

    Sorry to bother you with my problem but I wondered if you could explain a little bit more about things I didn't understand.
    1 - you said > On a Mac there is no advantage to using the Word plug-in.
    Do you mean that I can type directly into Acrobat?
    I thought that a document needed to be created in a word processor first before I could turn it into a PDF.
    Is that incorrect then?
    2 - > Create the pdf file a print file menu gives you greater control.
    I do apologize but I did not understand this statement either, could you please expand on it a little (to a non-techie.)
    3 - > If you use the Press job option setting, the fonts will be embedded.
    I can't find Press job option setting anywhere - I am using Acrobat pro 9 but there doesn't seem to be a menu with Press
    anywhere, could you please expand on this a little bit too please.
    4 - > If the pdf file has already been created it can be converted to greyscale using the Preflight or Convert Colors
    under Advanced -> Print Production.
    I understood this part and I executed it according to your instructions so thank you for that.
    Unfortunately I couldn't find out how to embed my fonts and my printer charged me $75 to do that
    so I was pretty upset about not being able to understand that part of your explanation.
    Since the printer was able to embed the fonts in a document that was already a PDF then it must be possible
    to embed fonts after a PDF has been created, is that correct?
    If that is correct then i don't know how I could not find how to do it because I looked everywhere for that
    ability but I could not find how to do it.
    I'd be very grateful for any further help you could give, thank you.

  • Is it possible to create a script to produce a high res and low res pdf and jpeg from Indesign at the same time

    Hi, I'm just wondering if there is a way to automate a long process I have to do to create assets for my job.
    I have a single page InDesign 6 file which I have to output three ways:
    A low res pdf without bleed or trims
    A high res pdf with bleed and trims
    A low res jpeg downsized to 2% of original size.
    If anyone knows if this is possible I'd love to hear from you.
    Thanks in advance

    Automation requires creating your own IDML script for output. Scroll down on this page to the section on Scripting resources. The text is a bit confusing. It says InDesign CS5 Scripting resources, but then the paragraph for that section says the PDF files are for CS6. I haven't read through these, I just found them by searching for "indesign automation". It does say in part that is can be used for preparing files for printing, so once you figure it out, it should be a single click option to do all three steps.
    You can do them now with the menus you have, assuming you also have Acrobat Pro installed. With any document open, choose File > Adobe PDF Presets, and choose either from the prebuilt defaults, or create your own in the Distiller. However, I don't see a way in the Distiller settings to choose whether or not to include bleed and marks, so I'm not really sure how you'd have them on for one and not the other. As far as JPEG output, that can be chosen under Export. You get a choice to set a resolution and JPEG quality level, but not a size, so the output will be the dimensions of the document.

  • Is it possible to "embed" YouTube and other web videos in emai?

    Many videos on the web have "embed" capability. Can these be embedded in an email?
    I found a passing reference in Mail help about "HTML," but that's Greek to me, and I found nothing about embedding in emails. (I know we can attach movie files that can play in emails, but that's not what I'm asking about.)
    Thanks.

    Here's an interactive PDF with a Flash player I built awhile back embedded
    http://www.zenodesign.com/forum/zenoyoutube.pdf
    This won't work inside of a browser, but if you download the pdf and open it in Reader 9 it should work. You'll have to click the Flash icon and Allow dialogs first then enter a YouTube URL in the field in the lower right corner and click play. Most YouTube URLs from your browser address field should work, i.e. this format:
    http://www.youtube.com/watch?v=c1oMtwmTaNQ

Maybe you are looking for

  • LR5 encountered problems reading this photo.

    Hi, I am working on a Macbook Pro, 8gb with 1 tb Recently did external back up. Mac was having issues so we ( IT guys ) did a clean install and only brought back in basics. ( I was on LR3 and PSE9 ) but we didn't bring it over as mirror copy because

  • IPhone text messages and apps

    When I check the text messages on my teens phone there is an app that is updating constantly and overrides me being able to see her text messages. Can anyone tell me what that is?and this is when I log onto AT&T to check our bill. It is using up data

  • PDT in Outline Agreements

    Dear All, Can anyone tell me where abouts in an Outline Agreement the Lead Time (PDT) is input, we want to use the OA to consolidate requirements with approved suppliers and thus avoid the need for individual Info Records. Thanks Simon

  • Access another java file

    hello quick question again i have the main java page that calls and child page . when the child pg is called and loads , a custom sequence from the EOImpl.java gets the next number which is a primary key. if i choose to update a record all the correc

  • Previews load slowly in Browser view

    I'm noticing that when I view albums in the browser, the photos are not loaded initially - they just show up as grey outlined boxes: They eventually fill in as they are loaded one by one, but very slowly: Does anyone know how to get these previews to