HOW TO PRINT ONE PAGE OR "TILE" OF A MULTI TILE DOC??

I'm looking to print just one page or tile of a large document. I want to print the pdf at full size, yet only print one of the tiles (preferably the one I choose!). In InDesign you can set the rulers and it will print from where that ruler is and then you don't tile it to get a full size print of a portion of the file. How do you do that in Acrobat?? Thanks.

I'd recommend the crop tool.

Similar Messages

  • JS: How to make a script to print one page at a time and set print job name?

    What I want is to print one page at a time to the printer.
    Document.print(false, app.printerPresets.item(0)) almost get me there. But how do I get it to print page by page? There seems to be no way to set which page to print to printerPreset.
    Also, is it possible to change print job name from the default of using document name?

    >Is there any solution to this other than saving the document to a different name before each page print?
    Here is an altered and abriged version of the script that I use. I use print preset called "PS to PDF" in it, so you should change it to your own.
    if(app.documents.length == 0){
       alert("Please open a document and try again.");
       exit();
    var myFolder = Folder ("~/Desktop");
    var myDoc = app.activeDocument;
    var myNoExtention = getFileNameOnly (myDoc.name);
    var myPrintPrefs = myDoc.printPreferences;
    if (app.printerPresets.item("PS to PDF") == null) {
       alert("Preset \"PS to PDF\" has not been installed");
       exit();
    else {
       myPrintPrefs.activePrinterPreset = app.printerPresets.item("PS to PDF"); 
    myDoc.sections.everyItem().sectionPrefix = "";
    myDoc.sections.everyItem().includeSectionPrefix = false;
       var stop = myDoc.pages.length;
       var w = new Window ( 'window', 'Printing PS-files' );
       var pb = w.add ('progressbar', [12, 12, 300, 24], 0, stop);
       var txt = w.add('statictext');
       txt.bounds = [0, 0, 200, 20];
       txt.alignment = "left";
       w.show()
    for(var myCounter = 0; myCounter < myDoc.pages.length; myCounter++){
       curPage = myCounter + 1;
       pb.value = curPage;
       var myText = String("Page " + curPage + " of " + myDoc.pages.length);
       txt.text = myText;       
       var myPageName = myDoc.pages.item(myCounter).name;
       var cornumber = pagenum(myPageName);
       var myFilePath = myFolder + "/" + myNoExtention + "_" + cornumber + ".ps";
       var myFile = new File(myFilePath);
       myPrintPrefs.pageRange = myPageName;
       myPrintPrefs.printFile = myFile;
       myDoc.print(false);
    w.hide();
    alert("Done!");
    function pagenum(myNumber){
       if (myNumber >= 1 && myNumber <= 9)
       x =  "0" + "0" + myNumber;
       else if (myNumber >= 10 && myNumber <= 99)
       x = "0" + myNumber;
       else if (myNumber >= 100 && myNumber <= 999)
       x = myNumber;
    return x
    function getFileNameOnly (myFileName) {
       var myString = "";
       var myResult = myFileName.lastIndexOf(".");
       if (myResult == -1) {
          myString = myFileName;
       else {
          myString = myFileName.substr(0, myResult);
       return myString;
    Kasyan

  • How do I print one page at a time for a photobook .pse project?

    I am trying to print a photobook project one page at a time as I am using double sided paper that I need to turn over.  One other project I did asked me if I wanted both sides and would I do the turning myself, but this one doesn't.  I also wanted no border on the prints and it came out with a border.  It is also frustrating to have to wait for it to load 75 pages and then it prints them back to front.  Is this PSE or the printer software?

    Yes, you can print one page one at time as you want .
    In print dialog, select other pages and click on remove button.(refer to screenshot).
    For border click on more options and ensure check box is not selected ( refer to screenshot)

  • How to print last page in sap script in ladscape format?

    Hi all,
    can any 1 tell me How to print last page in sap script in ladscape format?
    Thanks In advance.
    Pravin

    Hi Pravin Sherkar,
    we can do this in SAP Scripts.
    we need to create two pages, one of landscape and another of potrait.
    now after filling the data at last we need to call the page which is of format landscape using START_FORM  function module.
    You can use condition &PAGE& = &FORMPAGES&.
    Please check this link
    Printing Portrait/Landscape in sapscript
    Re: Landscape and potrait in same layout?
    http://www.sap-img.com/ts013.htm
    Best regards,
    raam

  • I am trying to print all the PDF pages in a range of 5 pages but can only print one page at a time . . . It will print the current page, but not all or pages 1-5.  Can this be overcome?

    I am trying to print all the PDF pages in a range of 5 pages but can only print one page at a time . . . It will print the current page only, but not all or pages 1-5.  I need to go to the next subsequent page and command to print current page; continuing with this procedure until all pages are printed one at a time. Can this be overcome?

    You can use printPages(1, 5), however I need to know how you print current page.

  • Can only print one page at a time

    Using Adobe Reader 9.4.2
    Operating system Arch Linux
    Printer Brother DCP-115C
    When trying to print more than one page at a time in a PDF document,
    Adobe Reader appears to create the print
    the print job appears in my print queue
    the printer says 'Receiving Data', but only momentarily
    the printer resumes 'normal' status
    the printer does not print anything
    It is as if there is very little data actually sent to the printer, even though the print job appears to be 254k in size
    When I try to print one page at a time from a PDF document
    Adobe Reader appears to create the print
    the print job appears in my print queue
    the printer says 'Receiving Data' for several seconds
    the printer prints the page
    no problem
    It seems to me that Adobe is creating a print job (for multiple pages) that the printer either does not understand, or the printer believes that there is nothing to print.
    I am able to print everything that I need to, but only one page at a time!
    Does anyone else experience this problem? Do you know how to overcome this?

    You can use printPages(1, 5), however I need to know how you print current page.

  • Laserjet 2100 will only print one page at a time.

    I recently acquired a second hand Laserjet 2100 Series. Installation was fine but it will only print one page at a time, I have to keep pressing the 'Go' button, which is very frustrating. The manual tells me that it is in 'Manual' mode but not how to change it. Can anyone help, please? O/S Windows 7. Thank you.

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial Laserjet board here:
    http://h30499.www3.hp.com/t5/Printers-LaserJet/bd-​p/bsc-413
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • InDesign CS5 only prints one page at a time.

    InDesign CS5 only prints one page at a time. No multiple copies. Each page in a document has to be printed one at a time. I didn't have this problem with any version before this. No matter what I do, change settings, etc. I still have the same outcome. How do I work around this problem so I can print a 5 copies of a 3 page document without having to do each copy of each page one at a time.

    Sounds like a printer driver issue. Can you export to PDF and print that correctly?

  • My hp 100 mobile printer will only print one page then quits. will not print all of the pages.

    my hp 100 mobile printer will only print one page then quits. will not print all of the pages.  i have rebooted, new install, and reset. still the same thing. when i look it shows that it is printing but there is nothing happing. i use this with my lap top.

    Hello colt1,
    Are you using Bluetooth or USB cable to connect to the printer?  Did you install from the disc, or from the online program?  When it sits there and doesn't print, does it eventually give error messages, lights flashing, etc.? 
    Thanks,
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Printer prints one page

    When i print a document, it prints only the first page, then i try to print something else and it takes the paper in but doesn't print it. i have to cancel printing, printer returns the blank paper it took in for printing, i turn off my printer then turn it on again in order for me to print another page.. what is the issue ?? it only started doing this recently...
    thanks

    Hello there, Welcome to the Forums! I hope you enjoy your experience
    I understand your printer is now only printing one page at a time. I would like to offer my help where I can with this concern. Please try Resetting the Printer and if you are running a Windows OS, run the HP Print and Scan Doctor.
    If this information does not curb the problem, please respond to me with which OS you're running and which printer you have.
    Help to find which Operating System you are running:
    Which Windows Operating System am I running?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Help to find your printers Model Number:
    How Do I Find My Model Number?
    Thanks for posting!
    Happy Monday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Printer prints one page followed by blank page

    My HP printer will print one page followed by a blank page until the document is complete. Any suggestions on how to correct this?

    Try changing the 'Page Setup' > 'Format for' from 'Any Printer' to the printer you are using.

  • How to print blank page in script

    Hi all,
    how to print blank page in script

    Hi,
    Try the command /: NEW-PAGE. Let me know if it is working.
    Ray

  • HOW TO SHOW ONE PAGE AT A TIME

    Does anybody have a clue how to show one page at a time? I clicked Facing Pages in the Inspector and 2 columns of pages showed up. Now, I can't get it back to just one page showing up at a time. There must be a fix, but I don't' want to spend days on this. Many thanks.

    Frank,
    At the bottom left of the page, click on the zoom percentage, then select One-up from the menu.
    -Dennis

  • How to print the page in custom format

    Hi All,
    I've a login page like
    USER ID : Test box to enter data
    PASSWORD: Text Box to enter data
    A Button named as Print
    When i click on print button i want to print the form in custom format. when i use window.print in java script it is printing text boxes and button . but i dont want to print button and text boxes. i just want to print the user id and password entered by the user with corresponding labels.
    Can anyone suggest me how to print the page in the above format with out using the request object. coz i need to implemnt above with plain java script and html.
    Tks in Advance

    Use CSS. Check out the 'media' attribute. http://www.w3.org/TR/REC-CSS2/media.html

  • How to print different pages of sap script  from diff. trays of printer

    Hi All,
    I have the requirement in SAP script. How to print different pages from different trays in the printer.
    For example  page 1 logo and address has to print from tray-1,
                        page 2 main data print from tray-2,
                        page 3 footer data print from tray-3.
    will appreciate if u come up with solutions asap.
    Thanks in advance.

    Hi,
    May be the links given below might help you,
    SAPScript:Selecting Different Tray in SAPscript
    Print to different output tray in SAPscript/Print Workbench
    Regards,
    Hema.
    Reward points if it is useful.

Maybe you are looking for

  • Idocs - Inbound function module

    Hi All, I'm facing a prolem while testing the inbound function module thru transaction WE19. The steps i'm following. 1) i'll give the message type & will proceed further 2) when i select the idoc & click on the push button "inbound function module "

  • Personnel Area

    Hi friends, I need to create a new personner area for a exisisted company code, please let me know all the configuration steps for this. Please respond me as soon as posible, answers will be rewarded with great points. Thanks in advance, Naga

  • CS4 + CS5 Brush CURSOR outline disappear when increase the brush size

    Hi In Photoshop CS4 and CS5, the outline of the brush cursor starts to disappear when you increase the brush size. It's OK under 65px in diameter and it's start to disappear over 66px. In 438px the outline is a single dot and over 439px the cursor ou

  • Project stock in SO/Delivery

    Hi, I need to create delivery for project stock, but I'm not able to create PGI for that. It has project stock in the inventory, but system only check the normal stock, and telling not enough stock for PGI. What I need to maintain in SO and Delivery

  • Help!! How to accept numeric input characters only

    How do I incorporate my isInputStringNumeric(String s) into my while loop; I am having a problem with this specific area. System.out.println("Enter Input Currency Value:"); System.out.println("Select currency: "); public static boolean isInputStringN