Sending a one-page form in a multi-page document

Hello - I am trying to create a multi-page pdf document in Acrobat X, with a form at the end of it. I need the form to be able to be submitted straight to email without the entire document being sent along with the form. I know how to create a submit button, but every time I test it out, it's sending the entire document, when all I want to send is the form only. Any help on this would be much appreacited!

This is only possible if the form is submitted only from Acrobat (ie not
from Reader).
You basically need to create a script that extracts the form page, submits
it, and then closes it without saving.

Similar Messages

  • Getting Page Count for a Multi-Page PDF file using Illustrator script?

    Does anyone know how to get the page count of a multi page PDF file?  I know you can then open each page using the PDFFileOptions (pagetoopen).  But I need to know up front how many pages there are to loop thru to open each page and process each page.
    Any Ideas?

    This script i did for photoshop:
    OK so lets do it working on WIN and MAC without any shell script.
    This solution is not the best but its working.
    I used Try catch to solve it.
    Only issue is that you should at least somehow know how many pages you expect in pdf.. this mean if you are working with books or flyers...
    Then set the maxPagesCount to that number.
    I am working with pdfs with max 20pages.. so i start open the 20 then 19 then 18 and when i am success i know the amount of pages.
    Its not the quicker way but its usable.
    var maxPagesCount = 20;
    var actPagesCount = maxPagesCount;
    var opts1 = new PDFOpenOptions();
    opts1.usePageNumber = true;
    opts1.antiAlias = true;
    opts1.bitsPerChannel = BitsPerChannelType.EIGHT;
    opts1.resolution = 10; //it will load faster the test page
    opts1.suppressWarnings = true;
    opts1.cropPage = CropToType.MEDIABOX;
    myFunction = function () {
      try { 
          app.displayDialogs = DialogModes.NO;
          var fileList = openDialog();
          for (i = 0; i < fileList.length; i++) {
            actPagesCount = maxPagesCount;
            getPagesCount(fileList[i],maxPagesCount);
            alert(actPagesCount);
      } catch (exception) { 
        alert(exception);
    getPagesCount = function (checkFile, lastPageID) {
      try {          
        for (var checkPage = lastPageID; checkPage > 0; checkPage--) {
          opts1.page = checkPage;                    
          var docRef = open(checkFile, opts1, false);                  
          docRef.close(SaveOptions.DONOTSAVECHANGES);                  
          actPagesCount = lastPageID;                  
          return;                  
          checkPage=0;                              
      } catch (exception) {
        // Look for next page        
        checkPage--;        
        getPagesCount(checkFile,checkPage);

  • Safari 7.0.6, using Adobe Acrobat 11.0.10, aren't rendering pdf files in the Print Preview screen.  Additionally, only a single, blank page prints for a multi-page pdf document.  Any ideas?

    Safari 7.0.6, using Adobe Acrobat 11.0.10, isn't rendering pdf files in the Print Preview screen.  Additionally, only a single, blank page prints for a multi-page pdf document.  Any ideas?

    Figured it out.  It had nothing to do with the software levels of Safari or Adobe Acrobat.  Here's the fix:
    Open Finder/Applications
    Search "Internet Plug-Ins"
    Move any Adobe plug-ins to the trash
    Quit Safari
    Launch Safari
    Your pdf document should now render in Print Preview and print properly.

  • Duplicate form fields across multi-page forms

    Hello!
    I have some multi-page forms which include a few identically laid out pages; pages which take a long time to manually set up (nearly 100 fields per page, of varying sizes and positions)...
    I tried to duplicate the fields from one page to the others, which worked; but they are identical fields, meaning text input into one will likewise be seen in the other pages. I need the other pages to be unique, even though they look identical (field-wise they look identical, the background images for my form distinguish the actual contents of each field).
    Copy/Paste is the same as duplicate.
    I can just do that and then manually rename a few hundred fields; but at that point I am not much better off than manually placing the fields. Some, but not much.
    Is there any way to do this?

    I would look at using the template object within for this task.

  • DPS for iPad, linking pages to/from a multi-page file

    Hi Everyone!
    I've been building an InDesign CS6 file for an iPad presentation, it contains video files, Edge Animate files, and more basic text and photos; there's 16 pages total so far. It is horizontal format only.
    Now, there's a new page with 10 links, each is a link to a multi-page PDF article. I don't want the user to leave Adobe Content Viewer to view these documents. One solution I have is to convert each page to a JPEG, use the overlay feature to pan the image up and down to read it. A mini navigation will be built to jump from page to page or return to the originating link page. The problem is the user has to tap the image first to enable panning, not a big issue, but is not intuitive.
    Is there another way I can display these pages while staying in the Content Viewer, keeping the iPad horizontal, and offering a "return" button to jump back to the originating page?

    Thanks Bob, everything is in one folio, I'm going to give that a try. I've seen that solution in a video before but the whole folio/article definition and relationship is shaky in my head.
    I haven't created article links before, for those that are reading this, the below video covers how to create the article links.
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60-8ad81e812b10bfd837-80 00.html

  • How do i save a multi page spreadsheet as a multi page pdf

    how do i save a multi page numbers 3.5 spreadsheet as a multi page pdf?  has this feature been removed?

    I don't use Numbers - so I don't know if it had that option.  Here is a kluge, if you print a Numbers sheet to PDF using print from the File menu, then open that PDF file in Preview, then choose the Thumbnail View options you can drag any desired page(s) from that Numbers converted to PDF file to your desktop or folder.  Those files will have a  (dragged) #.pdf name in them.
    Edit: I misunderstood you to say how do you print multiple page PDF Numbers as Multiple page PDF.
    To Jerold's reply below, you have to make sure you select all pages.  I think it defaults to current page.  You can also export via Numbers to PDF.

  • How do I get my HP Photosmart 7960 to print the page numbers on a multi-page project?

    How do I get my HP Photosmart 7960 to print the page numbers when printing a multi-page project?

    Hi,
    This has most likely nothing to do with the printer but with the program you are using to print. For example Word has a setting for this, so let me know which program and I might be able to check for you.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • Is it possible to only submit/email a one page form embedded in a large document?

    Hello. I have a catalogue with numerous product enquiry forms embedded (designed in ID CS6). When one submits an enquiry form, the entire massive pdf is put into an email for sending. Is it possible to define that only the form page is emailed? Thanks in advance.
    Regards Justin

    Hi 1.try67, thanks for your input. I had a look at the Indesign interactive button features and couldn't see that option. Would you please steer me in the right direction?
    Many thanks
    Justin

  • How to save a specified page range in a multi page form

    Hi,
    I'm working on a multipage PDF document consisting of several electronic forms. At the end of each form there is a SUBMIT button to send the form via email. Is there a javascript to specify the page range that gets submitted, so that only the one form that is filled out gets submitted, rather than the enitre PDF?
    Many Thanks!

    I don't think that what he had in mind:
    here is what I think he wants though I don't know if possible in Acrobat. (Maybe indesign but never used indesign).
    he has 3 forms that span over a 10 page PDF. (this is all suposition)
    Say they are not necessarily related. Or do not have to all be filled out even if related.
    say first form is 3 pages long and has a Submit buttonon 3. The next starts a page 4 and goes to end of page 7 where there is a submit button. Finally the 3rd form starts at 8 and finishes at 10 where there is a submit Button.  Posibiliy there is a Submit All button  on 10 also.
    Submit button 1 would only submit 1-3
    Submit button 2 would only submit 4-7
    Submit button 3 would only submit 8-10
    Submit all would submit 1-10
    I don't if an extract and send would work.

  • Variations of a fixed content multi page Form

    Problem Statement:
    There are two variations of a fixed content page Form. This form runs for multi-pages say 10 pages of fixed content. One variation has an additional 4 to 5 line fixed text contents enclosed by a rectangular box object at the top of the page right below the title of the Form on the first page and there no other differences Vs the second variation.
    Approach:
    The form is created using a multiple page Section.
    Question:
    Can we avoid creation of multiple version of Sections in Documaker with use of any special Studio rules to insert the conditional rectangular box object with the 4 to 5 line contents between the Title of the form and the first paragraph based on a trigger?
    Assume that the First version and the second version of the form contents can be differentiated with a trigger or signal say "0" or "1" in the extract.
    Edited by: Nirmalgarga on 16 Dec, 2010 12:07 AM
    Edited by: Nirmalgarga on 16 Dec, 2010 3:06 AM

    Dynamic growing rectangles are supported in Documaker, review the Rule Book for the GorupBegin rule. This rule needs to be implemented at the section level.
    A box can also be place around a text area as a border. You can implement this as only one section using a variety of options, however its not clear what is making the section different in the first place. If its variable data then I'd try the border around the text area first - it is the easier option of the two.
    The grouping rules were specifically designed to support dynamic rectangles when you have overflow/repeating data versus what could be contained in a text area. There is some additional detail that would be needed to determine the optimal way of implementing this need.

  • More than one tabular form in a page

    Hi ,
    Is it possible to have more than one tabular form on a single page ?
    Just wondering since the no of updtable column is 50 ,
    will having 2 different tabular forms each with about 30 columns will cause an issue ?
    Thanks,
    Deepa

    Hi Dippy,
    Ok, yes, it seems you need then not to use tabular form because of that limitation.
    Btw, if you need to create so many Apex items, you may be can utilize wwv_flow_api.create_page_item
    if you dig out how to use it exactly, at least I always look inside Apex application export files.
    But I would reconsider the initial design. Place as many tabular forms on as many pages as you need, and create some kind of wizard.
    So, you fill in in the first page tabular form, then press Next, and so on. You may use collections for this.
    I think from user point of view it will be the same, and GUI will look much nicer.
    regards,
    Oleg
    Edited by: oleg.lihvoinen on Feb 19, 2010 11:44 AM

  • Illustrator CS4 on Windows Vista 64--opening multi-page PDF

    I see that Illustrator CS4 will save multi-page PDFs, so I'm wondering what I'm missing that I cannot open all the pages of a multi-page PDF at once?  I'm receiving illustrations from an artist who uses a much older version of Illustrator and he sends them as a multipage PDF.  It would be a huge time saver to be able to open all the pages at once to grab out the art I need, but I can't seem to figure out how to do that.
    I apologize if this has been asked before.  This new forum format doesn't seem to yield itself to easily seeing frequently asked questions.

    But if it exports multi-page PDF, why can't it open it? I wouldn't think that would be a compatibility issue. PDF is not necessarily an AI format after all.
    In my mind, I guess that defeats the purpose of a multi-page (artboard) file, if you can't open a multi-page file--even if the opening requires some kind of conversion. I'd take a multi-page import or a multi-page convert.
    In a google search, I noticed that someone has written an applescript for Mac versions that will import multi-page PDFs to a multiple artboard AI file.  Any chance there is a script available that will work on Windows?  I upgraded my personal (Windows) copy of the suite, but chances are we'll be waiting on CS5 at work (where I have my Mac).

  • How to create a multi-page view PDF from Ai save file.

    Dear all.....
    Good day!
    I wish that some one can help (answer) me on the save file from ai to PDF as multi-page view.
    I have log in the adobe follow the instraction, but, still can't fine the way to select from the <save type> as multi page,
    * Selact the "Create Multi page PDF" is the something when's wrong?
    my purpose is to view it in Adobe Reader as scrolling Multi page1 page2 and page3.....
    Please help......
    Best Regards
    David Chan

    You are in the wrong forum. Adobe Reader can't create PDF documents. Try the forum for Ai.

  • More then one tabular form

    Hi everybody,
    is there any way to put more than one tabular form into the same page ?
    When i am trying to do this, below error occures at the "*Page and Region Attributes*" step ...
    *1 error has occurred*
    Updatable SQL Query already exists on page 5. You can only add one updatable SQL query per page. Select a different page.
    thanks..

    Hello,
    What is your name?
    If you want to have more than one tabular form on a page, you'll need to process at least one of them manually. See Denes Kubicek's example here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:163
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Multi-page pdf not linking properly

    I have a 6-page interactive indd template that I have been using for months without any issues (well, not these at least), but recently it has been not linking multi page pdfs properly. The pdf that I use is always saved from illustrator cs6 and correlates page to page with the indesign file; page 1 in the pdf links with page 1 in the indd and so on... The issue I am having is that almost every other time I link the file up it behaves differently. Sometimes it will link one page of the pdf to all of the pages of the indd while showing that they are linked to different pages, other times it will not show up at all on the pages, but will show that it is linked in the links panel. Sometimes it will only link one of the pages up and leave the other 5 blank or it will link the pages up with some sort of transparency...
    Now, I am not sure if this is a problem with Illustrator or Indesign because of another symptom: Sometimes when I save the file as a pdf it saves as if it is not a multi-page pdf with different content on every page, but rather a multi-page pdf with every page being a zoomed-out view of all of the artboards together but with only some of the content showing (only artboard 3 and 4, only artboard 6 and half of 1) when it is opened in acrobat. Also, sometimes the pdf when viewed in acrobat looks perfect, but when linked it only does a few of the pages in indesign.
    Long story short, this doesn't make any sense...  I know this is hard to follow and I don't understand why or how it is happening because it seems that every time has a different issue.
    I know that you'll probably have questions and I’ll do my best to answer them, but I'm afraid that uploading files for samples won't work because there appears to be nothing wrong with the files themselves... just the links and/or export.
    Win7, CS6 , 12 gigs RAM, i5

    I have been using this method successfully for quite some time with these exact files, only in the last few days has this problem shown up.
    When I originally made the template in indesign, I imported the pdf, showed import options, and linked the pages to the same page number in the pdf. 1 to 1, 2 to 2, etc. My original thought was that this setting had been lost, so deleted the linked pdf and imported it again to try to get the 1 to 1 link. However, that did not change anything and I noticed that the page that shows up by itself in the pdf is almost always page 2, not page 1. If the page-to-page connection had been lost, all of the pages in indesign would be linking to page 1 as is the default behavior for linked pdfs.
    Also, I thought that the save issue would be on the illustrator side too, so I tried resaving it but that didn't work either. The only way that I can get the file to work is if I remake it completely and save over the old file.
    Now, I know that you're most likely thinking that this is an illustrator issue, but I don't think that it is one or the other, but rather both of them. The screenshots that I attached above are not the only way this error manifests itself. Sometimes the pdf looks right in acrobat, but once it is linked it displays with a transparency, shows only a few of the pages, or shows none at all.
    I'm probably going in circles here, but I cannot figure out which program is the cause of the error or if there are two different issues that are happening at the same time.

Maybe you are looking for