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.

Similar Messages

  • How to save a single page in a pdf file

    how to save a single page in a pdf file?

    I also need to do this so i can send portions of a large fax file.

  • How to save a html page

    I'd like to know how to open and save a html page from a java code, specifying the url. I need to search a lot of pages and i'd like to do it automatically once i have generated the url.
    Thanks
    David

    Here's the tutorial about networking, it shows you how to read from a URL:
    http://java.sun.com/docs/books/tutorial/networking/index.html
    Here's the tutorial about how to do file I/O, if you didn't already know how:
    http://java.sun.com/docs/books/tutorial/essential/index.html

  • How to save a web page on a safari?

    How do I save a web page on a safari?
    didn't notice any tabs that says file > save as

    ride1992 wrote:
    You might try reading the user guide. You would be surprised at the information it offers.
    http://manuals.info.apple.com/enUS/iPad_UserGuide.pdf
    I don't believe that there is anything in the iPad User Guide about saving Web pages as Web archives which is what the original poster asked.
    With the current iPad Safari there is no way of saving web pages. Images on web pages can be saved and, of course, web pages can be bookmarked.
    To save web pages you can use another app like Goodreader. A URL in Safari can be transferred to Goodreader for downloading (add "g" before http).

  • How to save current output page as pdf or xls format?

    hello expert,
    i have  make 2D line graph . now i am trying to save current output page as pdf or xls format.
    how can i do this?
    please reply soon
    thanks in advance

    I have a similar problem with Firefox on android. When saving a page as PDF, often the PDF page size isn't big enough and just shows part of the full web page. Is there any way to set the PDF page size and make it bigger,say A4 or some other size?

  • How to save PDF with fields so someone can fill out form and send it to printer

    Using Adobe Acrobat X for Mac, I built a pdf template with fields for
    sending an assortment of Business Card files to the printer to print.
    How do I save the file so my brother/client can start typing in different
    names, job titles, and contact info and send them to a printer.
    Thanks,
    jsorlean

    Create your form.
    go to advanced menu
    choose the item about Reader Rights
    when open set what you want Reader to be allowed to do.
    Once set and saved the can fillout, save, email but they can not change the actual form itself just the contents they added.
    Not there is a cap of 500 hundred instances per different PDF.
    (Please note information is given by an Experienced User of Acrobat. I am not an employee of Adobe.)

  • How to save ONE single page of pdf document?

    I have a 115 page pdf document that I can open in Adobe Reader. I want to email just ONE page of this file to someone. How do I save just that one page from the file (as opposed to sending the entire pdf document)?
    I know, lame question. Thanks for any help!
    Angela

    If you're on a mac forget about Acrobat on Lion (maybe even Snow Leopard and Leopard too). I ran into this issue on Lion so here I am....
    you have to go through the routine of "printing to",, With Acrobat go to the printer preferences panel > select pdf, select save as pdf... only to find you cannot and get some even more riduclous and useless pop up telling you to chose file save as.... which only lets you save the entire document! Utter
    waste of time and space...and not what you are after.
    Solution... Open the pdf with Preview, then Cmd + P will bring up the same dialog box mentioned above with pdf down bottom left... First enter the page number into the pages option's From dialog... eg From 40 to 40 (= page 40 only) then hit the pdf bitton and dave as,,, Works perfectly with Preview but no chance with Acrobat!!!! I am starting to get the feeling that this product is fast becoming redundant as it seemingly is not up to basic operations such as printing or saving off a single page anymore. Plenty of freeware solutions are now available on the net - some of which I am quite sure would handle this... but since preview is installed on mac by default.... why not?
    After all this have a good think abou whether you will or even need to Upgrade Acrobat the next time round. It seems the more 'advanced' Adobe get the more useless certain products are becoming.... Don't know if it's just me...
    UPDATED Sept 11
    Seems there is a way to print a single page with Acrobat X.. but not at all as straightforward as mentioned above...
    You need to go View>Tools> Extract, then select the page you want and save it as a seperate pdf. Then open the new pdf and print that... Wonderfully intuitive on Adobe' s part....

  • How can 'save as' a Pages document in iCloud Pages?

    I have a number of standard documents that I keep on iCloud. Occasionally, I need to edit them through iCloud.com. I'd like to be able to go into a standard document, make changes, and then 'save as' and create a new document, but I can't find how to do this. Any ideas?

    Sorry, my previous directions were for the Pages app on Mac OS X. If you want to duplicate a file from the browser you'll need to navigate to the main file repository and choose the file you want to create a copy of.
    Click on the gear at the top of the page
    Click Duplicate

  • How to save the web page content? help!

    i'm doing 'saveAs' button in order to save all the web content. I'm using ole automation. Can help me to check how to modify my code in order to run 'saveAs' function'? I'm stucked at the code shown below as i would like to insert the web content instead of "tre" tat i assigned. how to do that? thanks
    // Enter text
    dispIDs = objSelection.getIDsOfNames(new String[] {"TypeText"});
    System.out.print(dispIDs.toString());
    objSelection.invoke(dispIDs[0], new Variant[] {new Variant("tre")});
    the save method is as shown below:
    public void save(){
              String fileName = "c:\\test\\tmpdoc01.doc";
              OleClientSite site = new OleClientSite(webFrame, SWT.NONE, "Word.Application");
              OleAutomation objApplication = new OleAutomation(site);
    // Get Documents object
    int[] dispIDs = objApplication.getIDsOfNames(new String[] {"Documents"});
    Variant varResult = objApplication.getProperty(dispIDs[0]);
    if (varResult != null && varResult.getType() != OLE.VT_EMPTY) {
    OleAutomation objDocuments = varResult.getAutomation();
    varResult.dispose();
    // Add Document file
    dispIDs = objDocuments.getIDsOfNames(new String[] {"Add"});
    varResult = objDocuments.invoke(dispIDs[0]);
    if (varResult != null && varResult.getType()!= OLE.VT_EMPTY) {
    OleAutomation objDocument = varResult.getAutomation();
    varResult.dispose();
    // Get Selection object
    dispIDs = objApplication.getIDsOfNames(new String[] {"Selection"});
    varResult = objApplication.getProperty(dispIDs[0]);
    if (varResult != null && varResult.getType() != OLE.VT_EMPTY) {
    OleAutomation objSelection = varResult.getAutomation();
    varResult.dispose();
    // Enter text
    dispIDs = objSelection.getIDsOfNames(new String[] {"TypeText"});
    System.out.print(dispIDs.toString());
    objSelection.invoke(dispIDs[0], new Variant[] {new Variant("tre")});
    objSelection.dispose();
    // Save Document file
    dispIDs = objDocument.getIDsOfNames(new String[] {"SaveAs"});
    objDocument.invoke(dispIDs[0], new Variant[] {new Variant(fileName)});
    // Close Document file
    dispIDs = objDocument.getIDsOfNames(new String[] {"Close"});
    objDocument.invoke(dispIDs[0]);
    objDocument.dispose();
    objDocuments.dispose();
    // Quit Application
    dispIDs = objApplication.getIDsOfNames(new String[] {"Quit"});
    objApplication.invoke(dispIDs[0]);
    objApplication.dispose();
         }

    import java.io.*;
    import java.net.*;
    class SiteSaver {
         public static void main(String[] argv) throws Exception {
              if( argv.length != 2 ) usage();
              BufferedWriter bw = new BufferedWriter(new FileWriter(argv[0]));
              URL url = new URL(argv[1]);
              BufferedReader br = new BufferedReader(new InputStreamReader(url.openStream()));
              String input;
              while( (input = br.readLine()) != null ) {
                   bw.write(input);
              br.close();
              bw.close();
              System.out.println("Contents of \"" + argv[1] + "\" have been saved to the file \"" + argv[0] + "\"");
         private static void usage() {
              System.out.println("usage: java SiteSaver [filename] [url]");
              System.exit(1);
    }

  • How to save as in pages

    I have used Word for ever and love being able to "save as" so that I can use a document and edit for new document.
    But there is no such command in Pages and its a nuisance, there must be an easy way, please?

    Darrell,
    The changes introduced with Lion didn't go over very well with a large number of Mac users, not because they couldn't continue to do what you are asking about, but because they couldn't do it the same way they used to do it. There are two ways in the new scheme, plus the reinstated and somewhat hidden old way. What Apple thought you could be taught to do (differently) is to open the old file and then File > Duplicate. This gives you an exact copy of the old file, with an altered file name, so you don't accidentally save your changes over the old file. The new file will look exactly the same on the surface but won't have the history of changes created by the new autosave function that the old file has accumulated. The other way is to File > Duplicate after making some changes, probably because you forgot to Duplicate earlier, and use the new feature called "Revert" to put the old file back to where it was when you opened it.
    Jerry

  • How to save A4 size page as PDF format

    I want A4 size page in pdf format

    I have a similar problem with Firefox on android. When saving a page as PDF, often the PDF page size isn't big enough and just shows part of the full web page. Is there any way to set the PDF page size and make it bigger,say A4 or some other size?

  • How to do a two-page form field?

    I'm trying to build a two page letterhead with two fields, but I need to make the text continue from one field to the next (similar to a Word doc automatically continuing onto the next page).
    Is there a way to do this?
    Thanks,
    B Miller

    Yes, you can use something like this as the custom keystroke code of your first field (of course, you might need to adjust the name of the second field in the code):
    if (event.fieldFull) getField("Text2").setFocus();

  • Basic question: how to submit a dynamic page form to a procedure?

    I am trying to submit a form created in a dynamic page to a procedure in portal. For some reason the procedure doesn't seem to execute. Can anyone give me a hint?
    Here is my code for the form:
    <html>
    <body>
    <oracle>
    begin
    htp.formOpen('portal_public.submit', 'post');
    htp.formText('textbox');
    htp.formSubmit('submit', 'submit');
    htp.formClose;
    end;
    </body>
    </html>
    I have created a procedure called "submit" in the portal_public schema...
    Create or Replace PROCEDURE PORTAL_PUBLIC.SUBMIT
    p_textbox_string IN VARCHAR2 DEFAULT 'default')
    as
    begin
    htp.print(p_textbox_string);
    exception
    when others then
    null;
    end;
    When I submit the form I get a generic IE "cannot be found" page.
    Can someone tell me what I'm doing wrong, I'm kinda new to this.

    I am trying to do the same type of thing. I want to have multiple rows on a form with checkboxes and use a plsql stored procedure to process the rows that are checked. The thing I have found is that is works with form method of 'GET'. I really need to use 'POST' though since I can have many rows to pass. GET attaches the passed variables to the URL. So, in your example, the actual URL would look something like portal_public.submit?p_textbox_string=whateveryoutypedin. Try changing your formOpen to use 'get' and hopefully you'll see what I mean.
    Anyone know anything about the difference on GET vs POST please let us know. Thanks!

  • How to save the image in the form?

    As thread, how to save the image into a file from the pdf form - image box?
    I have Adobe Acrobat 9 Pro extended.

    Hi Sandy,
    Sorry for Delay.Could you please provide script code for the Button and in which event we want to add the code
    I want to Save the lot of images in the PDF. For that I kept Image field in the form.Here I am able to upload the images but those are not saved.
    If possible please share the details document.
    Please help me.
    Thanks,
    Ravi.

  • How to tell Safari to open and save a web page

    While on vacation, I would like to save a daily puzzle that occurs on a web site that uses the same URL for each new puzzle. Using the Energy Saver Preference panel, I can schedule a daily start up and shut down and add Safari to the Login Items. How would I tell Safari to open that URL and then save the web page to the Desktop?

    Ralphjh,
    An Automator workflow can save the page in a web archive format:
    First download the Save Safari Web Archive workflow.
    I would add two additional actions at the beginning of the workflow, each from Automator's Safari library, so that your final workflow would look like this:
    1) *Get Specified URLs* -- Deselect or use the minus sign to remove the default www.apple.com address. Open your puzzle page in Safari, make it frontmost, and click on the Current Safari Page button.
    2) *Display Webpages*
    3) *Run AppleScript* -- No need to modify the existing script.
    4) *Get Selected Finder Items*
    5) *Move Finder Items* -- The desktop is default.
    Save the Workflow as File Format: application, and add it to your Login Items.
    It all may be for naught however. I suspect that upon your return from vacation, you'll be disappointed to find that opening any one of the saved files will only result in opening the current day's puzzle. For example, on Tuesday April 29th, the puzzle linked from the URL you posted opened the puzzle for +that day,+ Puzzle Number 760. A quick look at the 30 Day Killer archive (scroll down the page) reveals that each day's puzzle has its own URL. The actual URL for Puzzle Number 760 is:
    http://www.sudoku.org.uk/DailyKiller.asp?day=29/04/2008
    You'll notice that the URLs for the individual days' puzzles in the Killer Archive differ only in the dates appended to them. You would likely need to find a way to incorporate that pattern into an AppleScript -- correlating the current date to the updated URL.
    Regards, Andrew99

Maybe you are looking for

  • Problems with the dynamic loader... And well... I SERIOUSLY messed up.

    So you might call me an idiot.  Go ahead... I deserve it. I was in the process of updating my netbook over SSH because I left it back home when I went to school.  I ended up running into problems with glibc etc...  So I did something that I seriously

  • Hme0:DLPI link does not exist

    hello guys, This is my first post in this forum....I've installed Solaris 10 recently in my ia64 pc. I've encountered a problem configuring my network to create a pppoe connection to my ISP. To add a network interface I issued the following command:

  • 1607: Unable to install InstallShield Scripting Runtime......help!!

    What does this mean?!?! I tried upgrading and now I lost iTunes. Can anybody help out here? Macbook   Windows XP  

  • Is it just me? Look, it's not rocket science but it's not Janet and John either!

    Janet and John being the main characters in a very old reading scheme for children in the UK. Look, John sees Janet. Janet sees the dog. Like that. Anyway. I used to get a bit fed up with Adobe's marketing of Golive that implied you could just plonk

  • Why won't iPhoto open?

    I've just tried to open iPhoto (5.0.4), the version that came with OS X and the only version I've got. iPhoto won't open. A dialogue box says: "You can't open your current photo library using this version of iPhoto. You have made changes to your phot