Default paper size in page setup

I have 3 different printers, each with specific paper sizes. My HP C3180 uses letter size only. My HP Officejet pro K850 uses tabloid (ledger) size only. My Toshiba e-studio 20s has a tray for letter and another for tabloid. My problem is that when I set the default paper size in page setup, it changes the paper size for all three printers! How do I set a different default paper size for each individual printer?

Thanks. I'm really disappointed that apple had to dumb-down Leopard. It really makes it difficult to use my macs in the office. I hate to say it, but score one for the PC on this one. I'm really frustrated, and this will definitely affect future purchases (Apple, did you hear that?)
Thank you.

Similar Messages

  • Custom Paper Size in Page Setup grayed out and cannot be selected.

    I am playing with the iWork '08 demo and looking at Pages. I need to create an 8.25 x 10.5 custom paper size, which I did, but when I try to select it in Page Setup, it is grayed out. If I open a document made in the previous Pages that was done using this size, it still works.
    Any thoughts?

    I'm having this same problem as well. I'm trying to set up my page size to B5. I create a new custom size with B5 dimensions in the Page Setup screen but after I save it, I'm unable to select it as my page size.
    Thanks for the help.

  • Setting postcard as custom paper size in Page Setup

    I am once again in trouble with paper sizes and printing. I want to print standard postcards (13.9 cm wide, 8.8 cm high). I opened a word processor, went to File -> Page Setup, set the printer to Stylus Photo R340; then -> paper size -> manage custom sizes. I set the width and height, set the margins to the printer's ones and named the size 'Postcard (landscape)'.
    When I wanted to print a card, I went to Paper Handling -> Scale to fit paper size, I chose 'Postcard (landscape)', un-checked 'Scale down only' and printed. What happened? The card went straight through and my text was printed on the rollers after the card had gone. In other words the printer ignored the postcard paper size and printed as if I had put an A4 or other letter-sized sheet in. What am I doing wrong? This happens with various word-processors.
    eMac G4, 1.25 GHz Mac OS X (10.4.8) Printer: Epson Stylus Photo R340
    eMac G4, 1.25 GHz   Mac OS X (10.4.8)  

    I now have some further detailed information, which makes it all seem even more bizarre. I have now carefully tried three word processors, and I have also tried some slightly different paper size specifications:
    WORD: 13.88 x 8.80 works. Size appears under 'Paper handling'.
    APPLEWORKS and MELLEL: 13.88 x 8.80 does not work; size does not appear under 'Paper handling' — 'Scale to fit' has to be used, but does not do anything.
    ALL THREE: 13.90 x 8.90 works. Size appears under 'Paper handling'. 14.00 x 9.00 also works correctly in all three WPs.
    I should be really interested in an explanation, if anyone could supply one.
    eMac G4, 1.25 GHz Mac OS X (10.4.8)
    eMac G4, 1.25 GHz Mac OS X (10.4.8) Printer: Epson Stylus Photo R340

  • Default paper size in Numbers

    The most common paper size in Mexico is US letter not A4. The Numbers App in my computer is confused and sets it to A4. This may be because my region is Mexico, or because I use a Spanish keyboard. How can I tell Numbers to change to US letter as the default paper size?

    Hola Jose,
    Open any application with direct access to Page Setup (in the File menu), for example. Text Edit.
    In Page Setup, use the Paper Size pop-up menu to choose US Letter:
    Then use the Settings pop-u menu to choose Save as default.
    The default setting should now apply to all applications accessog the Print dialogue to print.
    Regards,
    Barry

  • How create Default Paper Size of 6" X 9" in Print and Fax System Prefs

    I would appreciate help in creating a Default Paper Size of 6" X 9" because this size is not listed among the options for Tiger's Print and Fax in System Preferences. I mainly use my imac and Epson Photo R200 printer to print 6" X 9" formatted pages on 8 1/2" by 11" sheets created in MS Word. But without an Apple default for a 6" X 9" custom size, I run into all kinds of formatting problems, including the making of PDFs. My friend has a Windows machine that does have the 6" X 9" among its options, and she has no problem producing the results I am after. Thanks for helping!
    imac G-4   Mac OS X (10.4.9)  

    You should be able to create a custom page size with these dimensions in the Page Setup Dialog (under Paper Size). After creating it, use the "Save As Default" under the Settings menu.
    Hope that helps.

  • How do I set "US letter" as my default paper size when I open a document?

    I'm using Adobe Reader 9.5.5 and Mac OS 10.7.5.
    Every time I open a PDF that's been emailed to me, Reader thinks it's US legal size, 11" x 14". Printing the document becomes a mess, unless I first remember to go File > Page setup > Paper size > US letter.
    I'd like to be able to set US letter as my default paper size when I open a document. Can anyone tell me how to do that?
    Thanks in advance,

    I am replying to my own question. I learned that if you right click when trying to open a PDF, you are asked which app you wish to use to open the file. If you click on Get Info, instead of choosing an app, you get this great information box which gives you the option to set Adobe Reader as your default app for PDF files. It even allows you to change all the pdf files you already have to Adobe Files. Yay.

  • Not able to print to custom 4x6 paper size with Pages 5

    I'm having a lot of trouble printing to a custom 4" x 6" paper size with pages 5.  I create my custom size, switch the page setup to use that size in landscape orientation, and everything looks fine.  Then when I go to print the document the destination paper size is set to "Suggested Paper: US Letter" instead of "Custom" as it used to be.  If I do print on US Letter paper then its properly lined up at the top left corner, but if I print on 4x6 it is all cut off.  I've tried scaling it to fit on my 4x6 size in the destination paper size menu, but that just shrinks the whole thing to fit in the center of the 4x6 in portrait orientation.
    I am able to do this fine in pages '09, however I've already converted over 40 recipe cards to work with pages 5 and they don't export back to pages '09 properly.
    If anyone has any suggestions on how to get this to work I would really appreciate them!

    Hi,
    here a short extract like i do it:
    CLASS LCL_EVENT_HANDLER DEFINITION .
      PUBLIC SECTION .
        METHODS:
       HANDLE_PRINT_TOP_OF_PAGE
             FOR EVENT PRINT_TOP_OF_PAGE OF CL_GUI_ALV_GRID,
    ENDCLASS.                    "LCL_EVENT_HANDLER DEFINITION
    * Event-Händer Implementierung
    CLASS LCL_EVENT_HANDLER IMPLEMENTATION .
      METHOD HANDLE_PRINT_TOP_OF_PAGE.
          PERFORM PRINT_TOP_OF_PAGE.
      ENDMETHOD.   
    ENDCLASS.
      CREATE OBJECT GR_EVENT_HANDLER.
      SET HANDLER
      GR_EVENT_HANDLER->HANDLE_PRINT_TOP_OF_PAGE  FOR GR_ALVGRID_LEFT.
      CALL METHOD GR_ALVGRID_LEFT->SET_TABLE_FOR_FIRST_DISPLAY
    FORM PRINT_TOP_OF_PAGE.
      LINSZ = SY-LINSZ - 16.
      WRITE: / 'Report:   ', SY-REPID,
               AT LINSZ 'Datum:',  SY-DATUM.
      WRITE: / 'Benutzer: ', SY-UNAME,
               AT LINSZ 'Zeit: ', SY-UZEIT.
    ENDFORM.
    hope it helps.
    Regards, Dieter

  • Default paper size won't stick in Snow Leopard

    Hi,
    I have a Mac which prints to a usb laser, which is on the network. Since Snow Leopard the default paper size won't stick. Every time I print I have to change it from US Letter to A4. It's ok on the Mac which host the printer. Both Macs are on Snow Leopard. (I have ensured that the Region is appropriate and set the Default Paper Size in the Printer prefs.)
    Anyone any ideas?

    I had a similar problem and none of the above solutions worked. However, with the help of my daughter, we figured it out (at least it worked for me).
    Go to Apple Preferences/Print & Fax.
    Pick your printer.
    Ensure the 'Default paper size' is correct.
    Click on the 'Options & Supplies' button, then 'Driver'.
    On the Fit to Page menu, choose 'Nearest Size and Scale'
    All the programs now use the default paper and size.
    I hope this helps.
    Don

  • Default paper size scanning problem, LaserJet M1120n MFP

    Hi, I just got a used LaserJet M1120n MFP. Installed the most up-to-date drivers form HP's website. Printing is fine over USB or LAN, however the WIA scanning driver defaults to paper size "Letter" and I can't scan A4 pages all the way. The bottom is always cut off and I get an unwanted strip besides the scanned document. Please, advise how to change the default paper size of the WIA driver to A4. I use Windows XP Pro. Looked everywhere but cannot find any settings that will allow me to change the default paper size. Any ideas?
    I have been thinking, could default paper size be somehow be tied to system locale? My locale is European and all other device drivers do default to A4. I wonder how the WIA scanning driver chose to default to Letter size.
    The TWAIN driver works fine (I can choose default paper size), though it is less intuitive than I expected. Too bad I can't use it over a LAN. Is there a way to calibrate the scanner for white as the background seems kind of dark?
    Your suggestions and ideas are most appreciated. Thank you.

    Thanks for the reply, Spencer. I have used Adobe Acrobat to scan by means of the WIA driver, but when I do so the paper size selection box is dimmed (inactive) and I can't choose any paper size (nor any is preselected). I have also used Win XP's native Scanner and Camera Wizzard; it doesn't even have a paper size setting. Then I have used it with Win 7's native Windows Fax and Scan; no paper size setting here either.
    Here is a useful thread on the same issue from Adobe's forum: http://forums.adobe.com/thread/844549
    Reading around the forums I came across several posts where people discussed the impossibiity to set paper size when scanning using the WIA driver. Their problem was a bit different, though. The WIA driver had locked to size 'Legal' while they needed to scan in size 'Letter'.
    The WIA interface was developed by Microsoft and here is what they have to say about the issue:
    http://msdn.microsoft.com/en-us/library/windows/hardware/ff548440%28v=vs.85%29.aspx
    'Supported Scanner Paper Sizes
    Although two WIA user interface components are able to display a list of page sizes to the user, there is no easy way for a WIA driver to know which page sizes a scanner supports.
    Page Size in WIA Applications
    There are no WIA properties that allow WIA drivers to report supported page sizes or that allow applications to specify page size directly. To communicate page size settings to a driver, an application must calculate the required size in dots per inch (dpi) and adjust the origin of the scan to conform with the registration requirements of the device.
    Page Size in the Common Scanner Dialog and in the Scanner and Camera Wizard
    Both the Common Scanner Dialog and the Scanner and Camera Wizard have a static table of supported page sizes in which each page size is described by its horizontal width and vertical height, both in increments of 0.001 inch. These page sizes are currently displayed only when the scanner is in document feeder mode.
    The largest page size (by area) that a driver supports in page feed mode, as determined by the maximum bed size, is considered the default page size. Paper sizes that do not fit on the feeder or on the bed of the device are not offered to the user.'  -- exactly my case!
    Having tried the same WIA driver (developed by HP in this case) on several PC's running different WIndows OS and using non-US locale settings, I have came to the conclusion that HP may have hard coded the Letter paper size in the driver. I guess this works for North America but not in Europe where A4 is the standard size.
    I guess I have to look into ways to get to that hard coded paper size setting in order to be able to make use of the driver. I don't even know if that will be possible but I'll keep on reading. Wish me luck

  • How do I change the default paper size for printing?

    I am running Firefox 3.6.3. Recently, the default paper size for printing unexpectedly changed to a user-defined size of 3.00" x 4.57". It used to be letter size (8.5 x 11). The default paper size is 8.5 x 11 for everything else. I have tried changing the size in the preferences dialog box and then clicking "default", but after I close Firefox or if Firefox opens a new window, the default size switches back to 3.00" x 4.57". Does anyone know how to fix this?
    == This happened ==
    Every time Firefox opened
    == About 2 weeks ago

    In "mine" dutch firefox 3.6.12 there is no option to change paper-size see
    "about:config" Promise to be careful (and be!) Enter "print.postscript.paper_size" gives a empty screen
    "paper_size" gives a few results
    What about the numbers 4259872, 4784247 and what is the meaning of
    paper_size, paper_size_type , paper_size_unit

  • How do I change the default paper size in Firefox if Printer Properties does nothing?

    I print on different including a receipt printer with roll paper.
    I had to reset Firefox yesterday because of a bug, and then changed the Printer Properties to be able to print again in the right format on the receipt paper. But now everything I print from Firefox (even when I change the paper size to Letter on the Printer properties for the regular printer) is in the receipt paper format (long and narrow.) When I do Print Preview, I can see that the paper looks like the roll paper, even if I'm trying to print on letter size.
    I tried resetting both printers with about:config, I tried changing in the printer properties for both printers and nothing works.
    Is there a way to change the default paper size in Firefox?

    Hello,
    My understanding is that Firefox uses the global printer settings. I am not familiar with the Windows 8 interface, but can you change the printer settings in its Devices and Printers and see if it changes the default for Firefox as well?

  • Change default paper size on Preview when printing

    When I open the print window on Preview (ver 7.0) to print a .pdf file, the default paper size is always A4, which I never use; I use US Letter instead. Is there a way to change the default paper size to US Letter so I don't have to change it every time I print or forget completely? I tried looking under Preview preferences, but no luck.
    I use my MBP in the Japanese language (in Japan they use A4 as main paper size), but I live in the US. Is this the cause of this problem?

    Having the region set to Japan will have set the default to A4 but you can change it by opening Printers & Scanners and changing the setting "Default Paper Size" from A4 to US Letter.

  • Change default paper size to A4 Two Sided Margins

    My default paper size (System Preferences > Printers & Scanners) is currently set to A4.
    However, I think this is giving me problems when I try to print duplex (HP Photosmart 5520). If I select two-sided printing in the print dialog (from any application) I get an error saying that the margins have to be adjusted.
    I think this is preventing me from setting two-sided as the default, or even including it in presets. If I try to include it in a preset, next time I select the preset, two sided printing remains off.
    How can I change my default paper size to "A4, Two Sided Margins"? There is an option in the print dialog to change it (only for that current print job) but this particular paper size/margins is not available in System Preferences where you select the default paper size.
    Is there something I can install to make this option show up in System Preferences? Can I make a custom paper size for it?

    You may be able to change the defaults by following the instructions of PAHU in the thread linked below, but you're on your own as to the consequences.
    How to STOP default two sided printing

  • Change default paper size

    I print from Firefox 34.0.5 under Windows Vista Home Premium to a Kyocera laser printer FS-C8520MFP.
    How can I change the default paper size in Firefox?
    The default paper size on the printer is A4 and this works fine on all other print originating software. But from Firefox it defaults to A3. I can and do change it each time I print, but that means going into properties and changing both paper size and layout. There must (surely!) be a default paper size setting in Firefox. Indeed, the fact that Firefox alone defaults to A3 indicates that there is such a Firefox default. Any offers?
    Mike

    hello,
    I am sorry you are facing this problem.
    Please check the following link:
    [https://support.mozilla.org/en-US/questions/968149 This is the link.]
    Hope it helps you. For additional help you can ping me anytime.

  • The default print size on Pages is too small - how can I program it to be larger?

    The default type size in Pages is too small - can I permanently size is larger? Thank you.

    Hi Ellis,
    When you say the default font size, is this set by the template you use for a new document? If so, create your own. Open a blank template, set the font size, and Save as Template... with a new name.
    In Pages > Preferences > General > For new Documents > Use Template.
    Choose your template. When you open Pages, it will open that template.
    File > New will also open that template.
    The font of a document from someone else has been set by the author of that document. You will have to change it.
    Also, have a look at View > Zoom. Perhaps the font is not small, but your view of the page is small.
    Regards,
    Ian

Maybe you are looking for

  • How do I move files, photo's and itunes to new imac hard drive permanently?

    Hi, just bought (on route) new iMac and want to know how to move all files, photos and itunes to it hard drive permanently from my MacBook. MacBook being given to daughter after so want to transfer everything and then wipe clean. I am ok with compute

  • Class not found for: double

    Does anyone know how to get the class for a primitive double? I am trying to invoke a method that has a double parameter and I need the primitive double class. java.lang.ClassNotFoundException: double

  • Burning avi to dvd

    I'm not sure where this question belongs..anyway, I've downloaded a 460MB avi file that has video but no audio. I downloaded the codec VLC and got sound. I'd like to burn this file to a dvd but when I do I get no sound. How can I get this avi file to

  • Downloaded Songs From iTunes Won't Play

    I downloaded three songs from iTunes. The songs were downloading, and stalled during processing. I restarted iTunes canceling the downloads. When I went back to re-download, it told me that the songs had already been purchased. I checked for the purc

  • How do I point to the iTunes file that lists purchase history?

    My iTunes library got messed up and I've been able to point back to most of my settings but do I point to the iTunes file that lists purchase history? Perhaps I'm pointing to an old iTunes library by mistake?