Page Size for Z2100 - Mac Software

I print lots of long documents, all of which are 23" wide but of vaiable lengths. I used to use HP Instant Printing software on my PC, where I would simply add the file and my HP Designjet Z2100 would print it and then cut the roll before moving onto the next document.
However, I recenly bought an iMac and found that the HP instant printing software isn't available. When using the standard printer driver, I need to enter a page size. As my pages aren't standard sizes, this is annoying. Is there any way to make the printer just print the document in the page size of the document (usually pdf's), cut the roll and move on?

Ella:
Welcome to the Apple Discussions. There's no way to create a 12x12 book from iPhoto.
MyPublisher now has an offline application, BookMaker, to create books offline and then upload. However the only sizes available are 8.75 x 11.25 and 11.5 x 15.
TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

Similar Messages

  • 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)

  • 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.

  • 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.

  • I purchased the Pages App on my iPhone. Does that include the Pages Application for my Mac Mini? If so, how do I get it onto my Mac?

    I purchased the Pages App on my iPhone. Does that include the Pages Application for my Mac Mini? If so, how do I get it onto my Mac?

    No it does not. The 2 are separate.
    To get Pages on your Mac mini purchase it from the Mac App Store. The icon is on your Dock.
    Peter

  • 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

  • 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

  • HT202794 how can i get imovie for my mac software 10.7

    how can i get imovie for my mac software 10.7

    You can buy iLife '11 (OLD) version on Amazon, the version on the APP store is for Mavericks

  • 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!

  • 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

  • Need Help Programmatically setting Page Size for printing to Adobe PDF

    We are upgrading from Adobe 5 to Adobe 9.  In Adobe 5, we set a few parameters in the __pdf.ini file to create a document with a specific Page Size.  For Example:
    [Acrobat PDFWriter]
    PDFFileName=
    bDocInfo=0
    Orient=1
    bExecViewer=0
    cpmarginwhole=18
    cpwidepart=0
    cpwidewhole=612
    cpheightpart=0
    cpheightwhole=792
    Paper=0
    Since upgrading to Adobe 9.2, this no longer appears to work.  I have also tried adding these values to the following Registry Locations with no luck:
    HKCU\Software\Adobe\Acrobat PDFWrite
    and
    HKCU\Software\Adobe\Acrobat Distiller\PrinterJobControl
    Is it still possible to create a custom page size using this method?  Or am I going to have to do that in a different way?

    Bill, thanks for the quick response.  However, we generate many forms on a daily basis with different page size requirements.  The way this was accomplished through Adobe PDFWriter was by setting the various parameters in the __pdf.ini file for the Document that we are generating.  I believe we have about 7 different page sizes that we generate.

  • How to Setup Default Page Size for Multiple Printers

    I've got two printers, a laser printer for printing "normal" 8 1/2 x 11 pages and a Zebra label printer for printing 4x6 shipping labels. I have my laser printer set as the default printer with a default paper size of US letter. Whenever I go to print shipping labels on my Zebra printer, I switch the printer in the Print dialog box and it always defaults to a paper size of "Full Bleed 8 1/2 x 11". Is there any way to change this setting so that it defaults to "4x6"?
    Another interesting thing is that if I temporarily set the Zebra printer up to be the default printer, none of the paper sizes that are "appropriate" for this printer appear in the default paper size popup menu. It looks like the choices are only those that would make sense for my laser printer. But when I go to print with my label printer, I can choose all sorts of "appropriate" sizes from the dialog box, including the "4x6" size that I use.
    Any ideas?

    Stop the queue (or take the printer offline manually), queue a print job, and check the settings on the submitted job using the CUPS interface; see if you can get the print job "captured" in the queue, and then see if the job is asking for the page size.  Based on what you're describing, I'd guess that whatever application or tool you're printing from is specifically requesting the page size, and not defaulting it.

  • 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

  • Change the Default Page Size for WebI

    Hello Experts,
    We have requriement where we need to change the default page size and margins for WebI, I have change the page size in defaultconfig.xml but don't see any options for Margins, How do I change the default margins?
    Any help or suggestion would be highlt appereciated.
    Thanks,
    Nishith

    From what I am finding it doesn't seem to be possible in 3.x, I could be wrong and someone might chime in with a workaround but at least it was added in 4.0
    -Dave

Maybe you are looking for

  • One or more ports used by the Compute Emulator are currently used by other processes

    Environment: VS 2012 Professional Azure SDK October 2012 Windows 8 I lost the last few days of my life struggling with a weird issue in the emulator. I just ran out of options and I would really appreciate if someone could help me figure out what's w

  • Dual automatic numbering in 1 page

    hello I need a way to add automatic numbering in a page, I know indesign can add this based on the page number, but I need to add 2 numberings in the same page. So let's say I want to have a page from 10 to 26, I want to have in page 1 the numbers 10

  • Xorg working half of the time with 1920X1200 ( Pictures inside )

    I can finally get it to work by continually restarting X. Sometimes It takes 1 time ... some other it can takes 10+ times. It is completely random. This is in 1920X1200 resolution but it doesn't want to take all the screen space. (Samsung 2493HM) If

  • Duplicate photos in Iphoto 08

    Good afternoon Is there any way to weed out duplicate photos already in Iphoto08 and delete them? I note when loading from the camera it sometimes says duplicates were found and do I want to delete them. Something similar would be nice for this probl

  • Looking for an ABAP Trick

    Hi All, I have two internal tables say it_itab1 and it_itab2. it_itab1 have distinct sale order numbers and it_itab2 contains the material numbers with the sale order numbers. Now in the output i need those lines from it_itab2 which material numbers