Set Paper Source by Page Size for multi files

I have over 500 pdf files. How can I batch set "Paper Source by Page Size" in Print Dialog Preset for these files.
Thanks!

Hi Andrew,
Apple made some pretty significant changes to the way that printers function when they released 10.6.
The setting you're looking for is completely controlled by the OS.
Choose Apple > System Preferences > Print & Fax.
Click on your printer and use the drop-down menu to change the default page size for your printer.
-David

Similar Messages

  • Paper Source by Page Size

    I often print documents on letter or legal size paper. I'm currently switching my office over from Windows based products (and Acrobat 9 Standard) to Mac, and upgraded to the newest Acrobat as well.
    When printing, I've noticed that the printer defaults to letter size documents for every PDF, even if the PDF is on legal paper. There is no option to select paper source by page size when printing.
    However, for each document, I can go to Properties > Advanced, and there's an option for "Paper Source by Page Size." However, this only applies to the current document, and not future documents.
    Am I missing something here? Why can't I default to select the paper source by page size? This was an option in Windows and Acrobat 9, so is this feature actually gone now?

    Hi Andrew,
    Apple made some pretty significant changes to the way that printers function when they released 10.6.
    The setting you're looking for is completely controlled by the OS.
    Choose Apple > System Preferences > Print & Fax.
    Click on your printer and use the drop-down menu to change the default page size for your printer.
    -David

  • Paper source by page size not doing the trick

    We are using Acrobat X on Windows 7.
    Are there printing presets that allow for 8.5x11 to print as is, but limits larger pages to 11x17?
    We have to deliver large PDFs to a commercial printer (so we'd like to save presets to file) for them to print a "book" for us.  The pages we have compiled are of various sizes:  8.5 x 11, 11 x 17, 23 x 24, etc.
    Our printer has 8.5 x 11 and 11 x 17 paper only, and so we'd like to limit the largest pages in our PDF to 11 x 17.  When we use Paper source by page size preset, the 23 x 24's throw an error -- they want A4 paper.
    We don't want to scale the 8.x5 x 11's up to 11 x 17.
    Is there a solution?

    Hi Andrew,
    Apple made some pretty significant changes to the way that printers function when they released 10.6.
    The setting you're looking for is completely controlled by the OS.
    Choose Apple > System Preferences > Print & Fax.
    Click on your printer and use the drop-down menu to change the default page size for your printer.
    -David

  • How to increase page size for balance file upload in Workspace.

    Hi All,
    Please suggest how to increase page size for balance file upload in shared Workspace pages.
    Thanks,

    A word of caution is in order regarding changing from facing to non-facing and back again. If you have overridden master page items, you'll get a second, non-overridden copy on all the even-number pages when that half of the master page is re-applied. This applies to master text frames which override automatically when text flows into them as well as to objects you manually override. I think you'll find this particular technique also only works for master text frames, whereas the Layout Adjustment should work in all situations where frames snap to guides.

  • Change page size for PostScript file?

    Hi,
    While trying to stream Java2D objects to a PostScript file using Java Printing API, I found I couldn't change the page size, it always gives me ISO_A4 size. In the following modifed sample from printing doc, even if I changed the book's page size and printer media size attribute, it still gave me ISO_A4 size.
    thanks for your help
    Frank
    ==== Code ====
    import java.io.*;
    import java.awt.print.*;
    import java.awt.*;
    import javax.print.*;
    import javax.print.attribute.*;
    import javax.print.attribute.standard.*;
    import java.util.Date;
    public class Print2DToStream2 implements Printable {
    public Print2DToStream2() {
    DocFlavor flavor = DocFlavor.SERVICE_FORMATTED.PAGEABLE;
    String psMimeType = DocFlavor.BYTE_ARRAY.POSTSCRIPT.getMimeType();
    StreamPrintServiceFactory[] factories = StreamPrintServiceFactory.lookupStreamPrintServiceFactories(flavor, psMimeType);
    if (factories.length == 0) {
    System.err.print("No suitable factories");
    System.exit(0);
    try {
    FileOutputStream fos = new FileOutputStream("C:/WUTemp/out.ps");
    StreamPrintService sps = factories[0].getPrintService(fos);
    DocPrintJob pj = sps.createPrintJob();
    PrintRequestAttributeSet aset = new HashPrintRequestAttributeSet();
    aset.add(MediaSizeName.NA_LEGAL); // no effect
    aset.add(OrientationRequested.LANDSCAPE);
    Book book = new Book();
    PageFormat pf = new PageFormat();
    Paper p = new Paper();
    //p.setSize(595, 842);
    //p.setImageableArea(0,0,595,842);
    p.setSize(612, 1008); // didn't take it
    p.setImageableArea(0,0,612,1008); // didn't take it
    pf.setOrientation(PageFormat.LANDSCAPE);
    pf.setPaper(p);
    book.append(this, pf);
    Doc doc = new SimpleDoc(book, flavor, null);
    pj.print(doc, aset);
    fos.close();
    System.out.println(new Date());
    } catch (PrintException pe) {
    System.err.println(pe);
    } catch (IOException ie) {
    System.err.println(ie);
    public int print(Graphics g,PageFormat pf,int pageIndex) {
    if (pageIndex == 0) {
    Graphics2D g2d = (Graphics2D)g;
    g2d.translate(pf.getImageableX(), pf.getImageableY());
    g2d.setColor(Color.black);
    g2d.fillRect(0,0,200,200);
    g2d.drawString("example string", 250, 250);
    System.out.println("printing ... ...");
    return Printable.PAGE_EXISTS;
    } else {
    return Printable.NO_SUCH_PAGE;
    public static void main(String args[]) {
    Print2DToStream2 sp = new Print2DToStream2();
    }

    It turned out that it was the PS viewer mislead me. There is nothing wrong in generating PS file.
    Frank

  • Setting paper size for multi-tab numbers file?

    i have a (currently) 3 tab spreadsheet that someone is working with me on. two of the tabs i print to 12 x 18 and one of the tabs i print to 8 x11.
    right now i have to open inspector, set paper size to 8 x 11, go to print view and slider-scale to appropriate size so it will print to single width, open print dialog, select 8 x 11 printer, print the pages from this tab. then i go back to inspector, select 12 x 18, select next tab, go to print view and slider-scale to appropriate size so it will print to single width, open print dialog, select 12 x 18 printer, print the pages. then i select the next tab, go to print view and slider-scale to appropriate size so it will print to single width, and run a print to 12 x 18 paper.
    this gets me all three documents if i didn't make a mistake somewhere and forget to select the correct printer or open inspector or whatever.
    can someone tell me whether in numbers i can set a PAGE SIZE for a TAB (as i have done above) and have it stick or does the selection of a page size in numbers apply to the whole document? i keep sending this to my bookkeeper and getting it back and this is a whole lot of aggravation that is really messing up my workflow and there seems like i should be able to find a way to streamline this.
    note: i am actually /receiving/ xls from my bookkeeper (and exporting to xls when i send it to her) and we also need to keep the tabs together b/c one tab is pulling info from the others but i am wondering if there could be some kind of workaround.
    i'd like to ask her to just print the pages to pdf before she sends it to me but this is an added layer of work on her end that is not going to happen. also, i /can/ open in excel (i have excel for the mac) so if this works easier by printing from excel i will do that.
    any experience with this issue would be greatly appreciated.
    THANKS

    hi Y. BIG time thank you for this. i was not aware this was such an issue. i definitely cannot have any ambiguities in my spreadsheet and customizing it in numbers is the whole reason i am spending this time formatting (i.e. to make it intuitive and visual).
    that said, if accepting excel and then exporting to excel will cause problems i absolutely cannot have this.
    can you help me a little more on what the problems are? i have already got a file with two tabs directly imported from Quickbooks (by my book keeper in excel) and a tab that she set up that pulls data from these tabs - and then i have MY tab that i have been customizing and proofing and fixing as i go along. more info on this work below.
    are there commands i can run to clean this up?
    what is considered OK to do in numbers if i am accepting excel (printing? adding new numerical entries)?
    THANK YOU
    background: right now i am /mostly/ doing formatting things like adding bold outlines or adding color or whatever but i have /also/ been dragging and dropping some rows to put them in a better place and fixing some cell sums that were either left out by my book keeper or which needed to be added to check THEIR work. are you saying that by doing this i am setting myself up for various formatting issues such as merged cells?
    if so, once i finish the format of the spreadsheet and the tabs i can only exclusively open in numbers if this is necessary. are there some commands i can run to "clean up" issues? for instance can i go around the various tabs and unmerge cells to clean things up?
    also, i definitely cannot split up tabs into individual documents as the customized spreadsheets are pulling numbers from a set of tabs that are quickbooks imports....

  • Set custom page size for printing

    I want to set a custom page size for printing some PDF three and four-page musical scores to roll paper on an Epson 1290 using Adobe Reader 9.3.4 on Ubuntu 10.04. The printer properties in the print dialog has a media size option, and one of the choices is "custom", but having chosen "custom", the dialog does not allow me to add the actual page size to the lpr printer command. I can see that when I choose "custom", the lpr command is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom etc
    but what I need for a three page output, for example, is
    lpr -P Stylus-Photo-1290 -o PageSize=Custom.297x630mm etc
    and I can't see how to add the actual custom paper size. If I Ok the media size choice dialog with it just set to PageSize=Custom, I can see from the output preview in the print dialog that the actual page size that has been chosen is letter. The online Adobe doc for Reader 9 printing (http://help.adobe.com/en_US/Reader/9.0/content.html#heading2.3) says "For documents that are larger than the standard page size, go to File  > Page Setup.  Create a custom page size before you print your  document". The problem with that is that there is no "Page Setup" option on the File menu in the Unix version of Adobe Reader, only a "Print" option, which is where I already am.
    If I open the PDFs in Evince, it allows me to add the custom page sizes I want, but as Evince doesn't have the option to print multiple pages per sheet I can't use it either...

    Yes, it used to work, and the resize zoom bar used to work too (now its grayed out). I don't know if this is a "who's to blame for it" thing, but its not getting fixed and its pretty bad that no one seems to care enough even to respond. I found my own solution by opening it in Gimp. Just right click and select open with other ...Gimp and it will import into it. In the Gimp Print dialog, you have a scaling percentage in the "Page Setup" tab, and size settings in the "Image settings" plus loads of other stuff including multiple copies.

  • PIXMA MG8220 default page size for printing is set incorrectly to 6x4, need Letter

    I have a PIXMA MG8220, and the default page size for printing is set incorrectly to 6x4, I need it to be Letter paper size. I'm wasting a lot of paper, and cannot figure how to reset the defaults on the printer vs. individual laptops using the printer?Simon

    Hi simonp, To set the paper size to be printed on, please follow these steps: 1.  Open an application such as TextEdit. 2.  Go up to File and select Print, or press the CMD+P keys on your keyboard. 3.  Locate the PAPER SIZE field, then select the LETTER paper size. 4.  Look for the drop-down menu labeled PRESETS, then expand this menu and choose SAVE AS.
    5.  Type in a name of your choice for this default setting, then click OK.
    You will now be able to select the above created preset from any application you print from, with the default paper size being Letter.  Hope this helps!

  • Default page size for printing

    Is there a way to configure (i.e., specify non-programatically) the default page size to use when printing in Java? We have several JREs installed on a single Solaris machine. It seems that all but the one that came installed with the OS defaults to a an ISO-A4 page size.
    I wrote a test program (see end of post) and compiled using a 1.2.2 JDK. Here are some results:
    $ /usr/java/bin/java -cp . PrintPageFormat
    Java version: 1.2.2
    Page size: 612.0 x 792.0 pts
    $ /opt/java-packages/jre-1.4.0_04-solaris-i586/bin/java -cp . PrintPageFormat
    Java version: 1.4.0_04
    Page size: 595.0 x 842.0 pts
    $ /opt/java-packages/jre-1.4.2_08-solaris-i586/bin/java -cp . PrintPageFormat
    Java version: 1.4.2_08
    Page size: 595.0 x 842.0 pts
    $ /opt/jre-1.5.0_04-solaris-i586/bin/java -cp . PrintPageFormat
    Java version: 1.5.0_04
    Page size: 595.2755813598633 x 841.8897399902344 pts
    I've searched the Internet, but cannot find how to go about setting the default page size for a JRE. I've opened a ticket with Sun, and was told you can't do this other than programatically. It seems unreasonable that I would have to recompile my existing applications just to get them to work correctly under newer JREs. Is Sun's response to my ticket correct???
    Thanks in advance!
    Chris Rorvick
    [email protected]
    ============================================================
    import java.awt.print.*;
      public class PrintPageFormat
          public static void main(String[] args)
              PrinterJob pj = PrinterJob.getPrinterJob();
              PageFormat pf = pj.defaultPage();
              double w = pf.getWidth();
              double h = pf.getHeight();
              String version = System.getProperty("java.version");
              System.out.println("    Java version: " + version);
              System.out.println("    Page size: " + w + " x " + h + " pts");
      }

    This problem was fixed by setting the locale variable LC_CTYPE to "C" or "en_US". The JREs 1.4.0 and above deployed on our Linux and Solaris environments all have the system property 'java.awt.printerjob' set to 'sun.print.PSPrinterJob'. This is a subclass of sun.print.RasterPrinterJob which in turn is a subclass of java.awt.print.PrinterJob. So, PSPrinterJob is the actual class of the PrinterJob returned by PrinterJob.getPrinterJob(). Looking at the code of RasterPrinterJob:
            /* Default to A4 paper outside North America.
            String defaultCountry = Locale.getDefault().getCountry();
            if (!Locale.getDefault().equals(Locale.ENGLISH) && // ie "C"
                defaultCountry != null &&
                !defaultCountry.equals(Locale.US.getCountry()) &&
                !defaultCountry.equals(Locale.CANADA.getCountry())) {
                double mmPerInch = 25.4;
                w = Math.rint((210.0*ptsPerInch)/mmPerInch);
                h = Math.rint((297.0*ptsPerInch)/mmPerInch);
                newPaper.setSize(w, h);
                newPaper.setImageableArea(ptsPerInch, ptsPerInch,
                                          w - 2.0*ptsPerInch,
                                          h - 2.0*ptsPerInch);
            }This should have been fairly obvious. Java's locale settings depend on the platform's locale settings (i.e., LC_ variables in this case), and then the default page size is determined (or actually altered) based on that.
    I'm kicking myself for not figuring this out much sooner. I would hope Sun is, too! (not me, themselves)

  • Reader 9- Cant seem to keep ' Choose paper by PDF Page Size' uncheck -online doc

    We have been looking at this for a long time.  If a certain posted doc gets printed and the Choose paper by PDF Page Size is checked, it breaks the users profile.  We have made that change on the doc before posting it but users still have the issue.  Also we have had users make the change locally but it doesnt 'keep' the setting.
    Is there a way (GP or script) to force at the user session level?
    This has been killing us for months.  My searches didnt yield any solutions either....

    In order to get help you need to provide more detail about your settings. Perhaps the margins for the paper size you have chosen have print margins that leave a smaller print area than you think. In combination with this is there some sort of "scale to fit" set somewhere?
    So what size paper are you printing to, and what is your document page size in Acrobat 7? I have the same printer and may be able to help if you provide more detail.
    Al

  • Create coustom page size for Smartforms

    Dear All
    How to create coustom page size for smartforms.
    rgds
    pramod

    HI
    To define a new page format, choose
    Administration -> CCMS -> Print->® Spool Administration.
    Choose Full Administration and then Page Formats on the Device Types tab page. On the next screen choose Change and  Create or  Create with Reference. Fill out the fields on the next screen.
    Activating a New Page Format
    Before using a new page format, you must specify it as a page format in a SAPscript form. Be careful when replacing a page format in a standard SAPscript form as the form may not necessarily fit on the new page format.
    You also have to define a format and device type format for the new page format before you can use it.
    Thanks and Regards
    Santosh   Kate

  • Suitable Page Size for Fixed Layout

    What could be a suitable Page Size for EPUB Fixed Layout? Is there a best practice? Should we take iBook Author's format which is 768 x 1004 pt? Has Google Play Books any suggestions (I didn't found any...).
    Any suggestions?
    Thanks
    Haeme Ulrich

    Not sure whether this link will be helpful or not!
    http://apex.infogridpacific.com/dcp/fxl-pagesize-tutorial.html
    Derek

  • Getting the page size in PDF file

    i want know how do get the page size in PDF file befor placing every page in document
    for example height=297 mm And width=210mm

    This script:
    http://indesignsecrets.com/zanelli-releases-multipageimporter-for-importing-both -pdf-and-indd-files.php
    answers all your questions.
    Peter

  • Can I change iTunes & iPod display font (not font size) for selected files only?

    I loaded a Russian classical music CD into iTunes and iPod. On the original CD, titles, names etc. are written in cyrillic alphabet.  Once I loaded the CD into iTunes and on iPod this info was displayed unreadably in western alphabet.  Example:  "Èæå õåðóâèìû..." (Í. Ãîëîâàíîâ)Õîð È.
    I have cyrillic font on my Windows 7 computer.  Can I change the display font--for only these selected iTunes music files--to the cyrillic font?  Thanks!

    Does any one know how you can adjust the font size (point size) for the file
    names.
    Sadly enough you can't chance that, feel free to add a feature request for
    that, the more there ask for the bigger chance it will be realized.
    It would be great if the colors for the image name (background and font color)
    could be changed so the contrast could also be increased so it is also easier
    to read.
    And this the cheerful part, go to Bridge preferences General tap and play
    with the sliders for user interface and Image Backdrop until your satisfied.
    BTW using the slider for thumbnail size bottom right of the Bridge window to
    increase the thumbs does not increase the font but makes it nevertheless a
    little clearer.

  • Anyway to create custom page size for designjet 500? wasting way too much paper!

    just got a hp designjet 500 from jobsite. hooked up to mac. everything prints fine................
    EXCEPT
    ok i did a simple test 'strip' in adobe illustrator setting the width of the document to 36" which is the size of the paper roll i'm using. i had placed a couple of strips of the same objects with different color fills close to the bottom of the 'artboard'. when going to select print i realized that the printer only recognizes standard page sizes and does not allow me to change to a custom size to say like 36"w by 4" h. so the print came out in the center of a 48" long size piece of paper which obviously wastes soooo much paper.
    so i can't create a custom size print page is there a way to have it print close to the bottom margin, turn off the cutting feature, print it, cut manually then move the paper back via the machine or would i have to do it manually and realign the paper and setup after every print?
    thanks in advance!

    This forum is focused on consumer level products.  For the Designjet you may have better results posting in the HP Designjet forum here.
    Be sure to mention your operating system when you post there. 
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

Maybe you are looking for

  • Measuremen​t Studio help reference no longer works correctly.

    I've recently loaded a new version of MSDN (Oct. 2001) and Adobe Acrobat Reader 6.0(the latest as of July 2003. Now the hyperlinks in the Measurement Studio Reference give an error that indicates it cannot no longer find the linked information.

  • Insuficient Memory errors

    We bought two of the Elipsis7 tablets and generally love them. However, we are getting insufficient memory errors every day which is ridiculous. Without some correction to this defective configuration the tablet is nearly worthless. We install few ap

  • External firewire as boot drive

    I plan to add an external firewire drive to my 466 SE Graphite (10.4.6) as an alternative to the apparently labor-intensive process of replacing its original internal 10GB drive. Then I'll clone the iBook drive to the external with SuperDuper. The ex

  • Adobe Captivate 6 and 64 Bit to Download

    I downloaded Adobe Captivate 6 and got an error message that I needed 64 bit to activate.  My download capability is 32 bit.  What do I do?  Thanks Sacredfox

  • PARAMETER CONVERSION ERROR

    Hi all, We have a strange problem. When run a RFC FM, SAP shows the abap dump and runtime error was PARAMETER CONVERSION ERROR. I use ST22 and find Error analysis was below. Parameters: P1..................... "XMLConverterMultipleImport failed in ab