Problem with resizing on Photosmart Premier program on my 4240 series 400 Photosmart Printer

I went to "create" on my HP Premier program and made a calendar with it.  I am trying to print out that calendar but it won't make it small enough to print off on an 8x10 format.  It comes up like 16x20 or so no matter what I do, ie, with white borders, scale to fit 8x10 paper, letter sized, scaled to fit onto letter size, etc, etc.  I am using the calendar form provided by the HP Premier so I would think I must just be doing something really wrong for it to not print out the correct size for me.  Can you tell me what I need to do to make the entire calendar print off on one sheet of paper?

Hi Gannato.
You may want to try the print-at-home calendar project in HP Photo Creations. It offers multiple output sizes, from 8½ x 11 to 13x19. HP Photo Creations is a free download for Mac and Windows at www.hp.com/go/hppc.
You can start your calendars on any month. With the ship-to-home calendar project, you can customize the grid section as well by dragging images there. Place a picture of Grandma on her birthday, or a heart graphic on your anniversary day.
Another fun feature: On the print-at-home calendar, try resizing the calendar grid by dragging the bottom right corner. The 12 squares line up in different layouts, such as 3x4, 4x3, 2x6, and 12x1.
Hope this helps,
RocketLife
RocketLife, developer of HP Photo Creations
» Visit the HP Photo Creations Facebook page — news, tips, and inspiration
» See the HP Photo Creations video tours — cool tips in under 2 minutes
» Contact Customer Support — get answers from the experts

Similar Messages

  • Have some problems with my hp photosmart printer

    I have an hp photosmart c3100 all-in-one printer and having some problem, after replacing the black ink.  Anytime I turn tthe printer one it prints the test page.  I've checked all the settings and everything seems to be ok.   I tried to follow some troubleshooting tips I found online by scanning the testpage but it did not work.  Does anyone have any solution, my ink is running out because of this this problem

    Thats the page that keeps printing :-)
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • Problems with a simple stop watch program

    I would appreciate help sorting out a problem with a simple stop watch program. The problem is that it throws up inappropriate values. For example, the first time I ran it today it showed the best time at 19 seconds before the actual time had reached 2 seconds. I restarted the program and it ran correctly until about the thirtieth time I started it again when it was going okay until the display suddenly changed to something like '-50:31:30:50-'. I don't have screenshot because I had twenty thirteen year olds suddenly yelling at me that it was wrong. I clicked 'Stop' and then 'Start' again and it ran correctly.
    I have posted the whole code (minus the GUI section) because I want you to see that the program is very, very simple. I can't see where it could go wrong. I would appreciate any hints.
    public class StopWatch extends javax.swing.JFrame implements Runnable {
        int startTime, stopTime, totalTime, bestTime;
        private volatile Thread myThread = null;
        /** Creates new form StopWatch */
        public StopWatch() {
         startTime = 0;
         stopTime = 0;
         totalTime = 0;
         bestTime = 0;
         initComponents();
        public void run() {
         Thread thisThread = Thread.currentThread();
         while(myThread == thisThread) {
             try {
              Thread.sleep(100);
              getEnd();
             } catch (InterruptedException e) {}
        public void start() {
         if(myThread == null) {
             myThread = new Thread(this);
             myThread.start();
        public void getStart() {
         Calendar now = Calendar.getInstance();
         startTime = (now.get(Calendar.MINUTE) * 60) + now.get(Calendar.SECOND);
        public void getEnd() {
         Calendar now1 = Calendar.getInstance();
         stopTime = (now1.get(Calendar.MINUTE) * 60) + now1.get(Calendar.SECOND);
         totalTime = stopTime - startTime;
         setLabel();
         if(bestTime < totalTime) bestTime = totalTime;
        public void setLabel() {
         if((totalTime % 60) < 10) {
             jLabel1.setText(""+totalTime/60+ ":0"+(totalTime % 60));
         } else {
             jLabel1.setText(""+totalTime/60 + ":"+(totalTime % 60));
         if((bestTime % 60) < 10) {
             jLabel3.setText(""+bestTime/60+ ":0"+(bestTime % 60));
         } else {
             jLabel3.setText(""+bestTime/60 + ":"+(bestTime % 60));
        private void ButtonClicked(java.awt.event.ActionEvent evt) {                              
         JButton temp = (JButton) evt.getSource();
         if(temp.equals(jButton1)) {
             start();
             getStart();
         if(temp.equals(jButton2)) {
             getEnd();
             myThread = null;
         * @param args the command line arguments
        public static void main(String args[]) {
         java.awt.EventQueue.invokeLater(new Runnable() {
             public void run() {
              new StopWatch().setVisible(true);
        // Variables declaration - do not modify                    
        private javax.swing.JButton jButton1;
        private javax.swing.JButton jButton2;
        private javax.swing.JLabel jLabel1;
        private javax.swing.JLabel jLabel2;
        private javax.swing.JLabel jLabel3;
        private javax.swing.JPanel jPanel1;
        // End of variables declaration                  
    }

    Although I appreciate this information, it still doesn't actually solve the problem. I can't see an error in the logic (or the code). The fact that the formatting works most of the time suggests that the problem does not lie there. As well, I use the same basic code for other time related displays e.g. countdown timers where the user sets a maximum time and the computer stops when zero is reached. I haven't had an error is these programs.
    For me, it is such a simple program and the room for errors seem small. I am guessing that I have misunderstood something about dates, but I obviously don't know.
    Again, thank you for taking the time to look at the problem and post a reply.

  • HT204152 hello i have a problem with app store cant download program get this error verification required and no accept my visa card

    hello i have a problem with app store cant download program get this error verification required and no accept my visa card

    what i can start to download and updated programs

  • Why is itunes saying "there is a problem with this installer package. a program required for this install to complete could not be run. contact your support personnel or package vendor."

    why is itunes saying "there is a problem with this installer package. a program required for this install to complete could not be run. contact your support personnel or package vendor."

    Go to START > ALL PROGRAMS > Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you can't find ASU, go to Control Panel:
    XP - Add n Remove Programs
    Win7/Vista - Programs n Features
    Highlight ASU, click change then Repair.

  • Split pane - problem with resize

    I have problem with splitPane. I can't resize panels using splitpane and i dont know why :(
    Here is my program: https://rapidshare.com/files/4139244909/inzynier.rar
    Any ideas, what i am doing wrong?
    Another problem is: When i try build this project i geting warinings :
    warning: No SupportedSourceVersion annotation found on org.jdesktop.beans.JavaBeanProcessor, returning RELEASE_6.
    warning: Supported source version 'RELEASE_6' from annotation processor 'org.jdesktop.beans.JavaBeanProcessor' less than -source '1.7'
    2 warnings
    ;/

    Seeing that your file has a size of 3.5 Mb, I preferred not to download it, but to send you this link.

  • Problem with InDesing hiding and other programs can not be opened on screen at the same time.

    I have just installed InDesign on my Mac today. When opened it takes up all the screen and then when I try to open any other programs like a browser, it hides. I would like to make the InDesign window smaller, so I can follow instructions from a website, but the minimize window size buttons are not showing up at all. Any idea how I can fix the InDesing window size and show it along with the browser? Also how to detach it from Finder bar on the top of my screen?

    Hi Guys,
    Thank you so much for all your help. I was now able to fix it. It was after all the problem with the application frame being Off by dafout. It was showing up, but taking my whole descktop. Now when I followed your advice and checket it on under "Window" , it become much smaller and I am not able to resize it and the buttons to minimize or close it are now showing up (they were invisible before). Thank you so much to all of you who have helped me here.
    If I may have one more question, I have enocuntered another problem with using this Trial version of inDesign. When I wanted to access Bridge from the Bridge icon inside the program, I got an message that I need to download it from Creative Clowd. I found it strange since I have Photoshop CS6 and Brigge is part of this program, so I don't want to pay for it via Clowd service.
    I was able to open Bridge by just clicking on the program from my software launch screen, so it is now working along InDesign, but I wanted it to be part of the InDesign workspcace, so it would show along the program frame on the right of InDesign window and then could be attached there and moved along with it. In such set up I won't need to move each program frame separatelly when they are in my way while I work.  I wonder if it could be fixed and how. Any ideas? I would appreciate very much your reply.

  • Problems with resizable container

    Hi,
    I have a resizable JPanel with cubes inside it.
    The problem is when I resize the JPanel the cubes inside it gets resized only after I move the borders of the JPanel ~14 pixels...
    The problem is in the X axis...
    The Y axis "jumps" every ~5 pixels...
    I need content of the JPanel also to resize every 1 pixel (so it would be on the borders of the JPanel)...
    Any Ideas?

    I guess that the only solution is NOT to use gridLayoutWell that would explain the behaviour. It would have been nice if that information was included in the original question. Thats why I always ask for a SSCCE, since you never no what information is importan or not.
    All components in a GridLayout have the same size. So if you have a Grid with 10 component that is 400 pixels wide each component will be 40 pixels wide. As suggested above the size of each component will only be adjusted when you incread the width by 10 or more (since you have 10 components in each row).
    Doing it manually would also be a pain. If you increase the width by 1 pixel you would only be able to increase the size of one component. Then if you increase it by one pixel again you can only change one component, so do you change the first one again or the second. So now you need an algorithm to determine which component gets the extra space.
    I need content of the JPanel also to resize every 1 pixel (so it would be on the borders of the JPanel)...Don't know exactly what your layout is like, but maybe you could center the panel in the frame. That way as you change the size the "border" will change on both sides and it may not look as bad.
    You can try using a BoxLayout. Components will grow as the size is increased but I think you might have problems with the first components always growing first.

  • Am getting the following message when trying to download latest upgrade. "a problem with Windows Installer Package, a program run as part of the setup did not finish as expected" Upgrade did not happen. Any suggestions ?

    Am getting a message when downloading latest iTunes upgrade:
    "There is a problem with this Windows Installer Package.
    A program run as part of the setup did not finish as expected"
    It doesn't give me any specific information about what or where the problem is.
    Any Suggestions

    Repair your Apple Software Update.
    Go to START/ALL PROGRAMS/Apple Software Update. If it offers you a newer version of Apple Software Update, do it but Deselect any other software offered at the same time. Once done, try another iTunes install
    If you don't find ASU in All Program, go to Control Panel, Add & Remove programs and repair it.

  • Problem with AR in NewCustomer Interface Program

    I had a problem with importing data into Main Interface tables
    i have created a Staging table
    This r the columns i have selected and inserted data into this Manulley AR_ATPL_SAMPLE_STG(Staging table) from this i have done validations to Import data into Interface tables
    The problem is the data is inserting into RA_CUSTOMERS_INTERFACE_ALL but the columns which belongs to this (CUSTOMER_PROFILE_CLASS_NAME,CREDIT_HOLD) RA_CUSTOMER_PROFILES_INT_ALL(table) is not (data) inserting into this.
    I have done the validations for this tables RA_CUSTOMERS_INTERFACE_ALL,RA_CUSTOMER_PROFILES_INT_ALL
    the data is not inserting and i have deleted the validations which belongs to the RA_CUSTOMER_PROFILES_INT_ALL ,still i am not inserting the data into profiles interface.
    would u plz tell wat the reason is that.
    any columns i have to include.
    RA_CUSTOMERS_INTERFACE_ALL,RA_CUSTOMER_PROFILES_INT_ALL
    CUSTOMER_NAME
    ,orig_system_customer_ref
    ,CUSTOMER_STATUS
    ,SITE_USE_CODE
    ,ORIG_SYSTEM_ADDRESS_REF
    ,ORG_ID
    ,PRIMARY_SITE_USE_FLAG
    ,LOCATION
    ,ADDRESS1
    ,ADDRESS2
    ,ADDRESS3
    ,CITY
    ,STATE
    ,COUNTRY
    ,CUSTOMER_CATEGORY_CODE
    ,CUSTOMER_CLASS_CODE
    ,BILL_TO_ORIG_ADDRESS_REF
    ,INSERT_UPDATE_FLAG
    ,LAST_UPDATED_BY
    ,LAST_UPDATE_DATE
    ,CREATED_BY
    ,CREATION_DATE
    ,CUSTOMER_NUMBER
    ,CUSTOMER_PROFILE_CLASS_NAME
    ,CREDIT_HOLD
    ,STATUS
    ,ERROR_MSG
    BEGIN
    BEGIN
    SELECT COUNT(LOOKUP_CODE)
    INTO v_custcate
    FROM AR_LOOKUPS
    WHERE LOOKUP_TYPE ='CUSTOMER_CATEGORY'
    AND UPPER(lookup_code) = UPPER(r_arstg.customer_category_code);
    IF v_custcate = 0 THEN
    UPDATE ar_atpl_sample_stg
    SET status = 'FAIL',
    error_msg = 'Must Exist in Customer class Category in AR_LOOKUPS'
    WHERE ROWID = r_arstg.rowid;
    COMMIT;
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    v_custcate := 0;
    UPDATE ar_atpl_sample_stg
    SET status = 'FAIL',
    error_msg = 'Must Exist in Customer class Category in AR_LOOKUPS'
    WHERE ROWID = r_arstg.rowid;
    COMMIT;
    END;
    BEGIN
    INSERT INTO RA_CUSTOMERS_INTERFACE_ALL
    ( CUSTOMER_NAME
    ,ORIG_SYSTEM_CUSTOMER_REF
    ,CUSTOMER_STATUS
    ,SITE_USE_CODE
    ,ORIG_SYSTEM_ADDRESS_REF
    ,ORG_ID
    ,PRIMARY_SITE_USE_FLAG
    ,LOCATION
    ,ADDRESS1
    ,ADDRESS2
    ,ADDRESS3
    ,CITY
    ,STATE
    ,COUNTRY
    ,CUSTOMER_CATEGORY_CODE
    ,CUSTOMER_CLASS_CODE
    ,BILL_TO_ORIG_ADDRESS_REF
    ,INSERT_UPDATE_FLAG
    ,LAST_UPDATED_BY
    ,LAST_UPDATE_DATE
    ,CREATED_BY
    ,CREATION_DATE
    ,CUSTOMER_NUMBER
    VALUES
    ( r_arstg.CUSTOMER_NAME
    ,r_arstg.ORIG_SYSTEM_CUSTOMER_REF
    ,r_arstg.customer_status
    ,r_arstg.SITE_USE_CODE
    ,r_arstg.ORIG_SYSTEM_ADDRESS_REF
    ,r_arstg.org_id
    ,NVL(r_arstg.PRIMARY_SITE_USE_FLAG,'N')
    ,r_arstg.location
    ,r_arstg.ADDRESS1
    ,r_arstg.ADDRESS2
    ,r_arstg.ADDRESS3
    ,r_arstg.CITY
    ,r_arstg.STATE
    ,r_arstg.COUNTRY
    ,r_arstg.CUSTOMER_CATEGORY_CODE
    ,r_arstg.CUSTOMER_CLASS_CODE
    ,r_arstg.BILL_TO_ORIG_ADDRESS_REF
    ,r_arstg.INSERT_UPDATE_FLAG
    ,-1
    ,SYSDATE
    ,-1
    ,SYSDATE
    ,r_arstg.CUSTOMER_NUMBER
    INSERT INTO RA_CUSTOMER_PROFILES_INT_ALL
    ( ORIG_SYSTEM_CUSTOMER_REF
    ,ORIG_SYSTEM_ADDRESS_REF
    ,INSERT_UPDATE_FLAG
    ,CUSTOMER_PROFILE_CLASS_NAME
    ,CREDIT_HOLD
    ,ORG_ID
    ,LAST_UPDATED_BY
    ,LAST_UPDATE_DATE
    ,CREATED_BY
    ,CREATION_DATE
    VALUES
    ( r_arstg.ORIG_SYSTEM_CUSTOMER_REF
    ,r_arstg.ORIG_SYSTEM_ADDRESS_REF
    ,'I'
    ,r_arstg.CUSTOMER_PROFILE_CLASS_NAME
    ,'N'
    ,r_arstg.ORG_ID
    ,-1
    ,SYSDATE
    ,-1
    ,SYSDATE
    COMMIT;
    END;
    END;
    Thanks in Advance
    Regards
    Seenu

    The problem is that the ZIP file format has not standarized way to handle file name encodings (i.e. there's no standardized way to handle non-ASCII characters).
    Java implemented it in one way and WinZIP/WinRAR implemented it another way.

  • Lenovo x230: Problems with Login and Startup of programs

    Hello,  Lenovo or Lenovo Users 
    I have a few problems with my Lenovo X230 Laptop
    1.
    Every time when i'm pressing Win + L to lock my account for windows. It will go smoothly to the lock screen and when I return to my laptop. And I press ctrl + alt + del  to unlock the laptop it's going to a blue screen and the mouse is still visible and I can move it around. ( The laptop is not crashing it is not a BSOD ) its just go's to a blue screen and then I must restart the Laptop if I want to use it again
    have someone the same issues?  And is there a solution for this problem?
    And i meant the background screen color of qquestion  ( 3. ) with blue screen
    2.
    And when I'm starting a application in Windows 8 and not 8.1  it's starts. And then I will close automatically there our no errors or problems will be displayed in a box or something like that 
    someone have the same problems and is there a solution for this problem?
    3.
    end i have another problem with login in to windows  when i have type in my username and password And then i press enter to login. It will not login it will get stuck on this screen Welcome  and then i must restart the laptop end when i have restarted my laptop it will work perfect    i have this problem only when i have turned af my pc end start him the next day op 
    do someone else have this problem to ? And how do you solved the problem 
    I thought its was maybe a driver issue. But i have update every driver that was available for my laptop
    oke but if someone else have the same issues i want to hear how you have solved you problem because i have 5 laptop with the same issues   
    and i'm thinking to go back to Windows 7 but windows 8 was pre-install on the laptop and i think it's maybe a Windows 8 issues
    and i have another question can Windows 8.1 solve all the problems ?  Because i think Windows 8 i the problem

    Our company also has almost the same problems with our Lenovo 2324CTO series. Any help with the problem please because it might also solve one of the biggest problems for us and it is holding us back with buying new laptops in this series.

  • Cartridge/Ink problem with my HP Photosmart C3180

    hi, 
    i have a nasty problem with my printer. i have an old cartridge and a new one who i just refilled. my problem is that when i insert the new refilled cartridge the start black copy light is blinking and when i insert the old cartridge is not and i can even print a document but not black just color. and when i try to print a black&white document the paper gets out very fast and with no writing on it. even though i refilled the old one it still doesn't print. i don't know why is this happening because when i bought the new cartridge it was working! and to make notice: i bought an original cartridge!

    Hi - Try the steps in this document.  It will walk you through troubleshooting power related issues.  One additional note, I'd recommend disconnecting the USB cable from the back of the printer as you go through the troubleshooting.  It will help isolate the printer.
    Hope that helps.
    Say Thanks by clicking the Kudos thumbs up. Please mark the post that solves your problem as an Accepted Solution so other forum users can utilize the solution.
    I am an HP employee.

  • Performance problems with SAP GUI 7.10 and BEx 3.5 Patch 400?

    Hi everybody,
    we installed SAP GUI 7.10 and BEx 3.5 Patch 400 and detected hugh performance problems with this version in comparison to the SAP GUI 6.40 and BEx 3.5 or BEx 7.0 Patch 800.
    Does anybody detect the same problems?
    Best regards,
    Ulli

    Most important question when you are talking about performance-issues:
    which OC are you working on and which excel version?
    ciao
    Joke

  • Problem with mouse-over value on a column chart (by Series)

    Hi.
    First of all thanks for any offered tip.
    I am having a problem with a column chart.
    When I move the mouse over a column it should show a small pop-up (or tip) with the column name (series name) and the value (series value). The problem is that it displays an extra '1' just like the following:
    SeriesName
    1
    X.XXX
    How can I remove the extra '1' and only show the name and the value ?
    The data is populated by series (manually added).
    Mihai.

    Hi,
    Thanks for the tip Shanthakumar KA.
    Yes. It looks like the '1' is coming from the X Axis labels. The chart that I have built does not require any labels on the X Axis, so this was not set (X-Axis labels: Empty). I tried setting this to an empty cell, but the '1' still appears in the mouse-over tip.
    It is very weird. If I leave the X-Axis labels empty, I still get the '1' displayed which is very annoing.
    Are there any solutions for this except the re-building the tip with a label a.k.a. '[customize the mouse over values|http://xcelsiusandme.blogspot.com/2009/07/xm-sample-7-customizing-mouse-over.html].'
    Regards,
    Mihai.

  • Trouble printing custom sizes from pages with my HP photosmart printer

    I am having a problem printing a custom size to my HP photosmart printer. Any advice would be helpful!
    Thanks

    Hi Jerry,
       I am trying to print invitations. I have all of the correct measurements typed in, but it keeps telling me that there is a paper size mismatch. Is there some sort of conversion? This is frustrating as all get out. Thanks.
    B

Maybe you are looking for

  • Creating a new webpage in UCM

    Hi folks, I need to create a new web page using UCM. Currently going through the UCM training guide. I find information on how to edit an existing page and how to add contents to the pages. These questions might be basic. But it will be of great help

  • Display link item using SPEL

    Hi, I have an issue I am displaying a column say empno as item type link in a multi row table. I want to be able to control on whether employee number actually is a link which shows employee details or if it shows just the plain employee number (it's

  • Url for the geocoder

    Hello friends I'm learning how to use the oracle maps, now I'm studyng the "gant_chart_pivot_table.htm" of the oracle examples to jdeveloper 11g this is the url http://www.oracle.com/technology/obe/obe11jdev/11/dvt/gant_chart_pivot_table.htm#tv but t

  • Actions that I make are gone when I restart photoshop

    I make actions, they work. But when I close photoshop and reopen they are gone. I also get this message when I close photoshop cc 2014. Could not save Preferences because the file is locked, you do not have necessary access permissions, or another pr

  • Tkprof - how to read this o/p file

    Hi Experts I have a o/p file send by a customer using tkprof but no source file what can we interpret from this o/p file TKPROF: Release 11.2.0.1.0 - Development on Wed Oct 11 16:31:02 2012 Copyright (c) 1982, 2011, Oracle and/or its affiliates. All