Printing Crooked Pages

Greetings:
I have an HP Photosmart C4280 all in one printer purchased in 2008. 
Recently it has begun printing crooked pages, as if the paper is being fed in unevenly.  The printer has not had a lot of use in the time i have owned it so I would be surprised if it is a usage issue.
Could any offer any help?
Thanks,
Francis

@Debtmonger, Welcome to the Community
I understand your Officejet J4550 is making noises when it's done printing, and the pages are printing skewed or crooked. I hope I can help you with my suggestions!
Please click the links below and try the steps and you can also read about causes there too!
HP Officejet J4500/J4600 All-in-One Printer Series - 'Out of Paper' Error Message and the Printer Do...
HP Officejet, DeskJet, and Photosmart All-in-One - Printer Paper Tears, Wrinkles, or is Damaged whil...
Tip: Make sure the printer is plugged in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power.
I hope that helps you! If you wish to say "thanks", click the thumbs up button below my message
If the noise or skewed or cooked printing continue, give us a call to see about your replacement or trade in options.
Reach our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region. http://www8.hp.com/us/en/contact-hp/ww-contact-us.​html
Have a great Tuesday!
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!

Similar Messages

  • PSC 2000 prints crooked pages even though print heads were supposedly aligned.

    The printer had not been used for awhile and was transported home from law school. I set it up back at home and everything works well except the the pages are printing slightly crooked (tilted to the right). I cleaned the print heads and aligned the print heads yet the problem persists.  Any suggestions?

    Hi monkplayer,
    It looks like your problem is solved? There wasn't a problem with the printer itself, just the printer settings on your Mac?
    This is good information though. We don't always have detailed solutions for customers that are using Safari, since it is hard to write instructions for the general public with specific steps for each operating system.
    Best of luck,
    Mary
    {I work on HP's behalf}

  • My HP Color Laserjet CP 1215 recently started printing crooked.

    My Printer at work, HP Color Laserjet CP1215 recently has started printing crooked.  I have open all doors to check for anything stuck in the printer that could be causing it to print crooked. 
    Any suggestions would be greatly appreciated as I am not getting anywhere with what I have found on the website.
    Tawnya Slagle

    Hi Tawnya,
    A couple of items come to mind that we can check:
    1) Paper type/specs  Make sure you're using recommended paper type for this product.
    2) Remove, restack and reload and check paper guides in the tray to ensure the guides are against the paper and if available, restock with some fresh paper.
    3) Have you recently experienced a paper jam?  Were you able to remove the page intact?  If not, there still may be a small piece of paper lodged in the printer causing the skew.  
    4)  If the above steps don't resolve, I might recommend a calibration, steps listed below.  
    Best of luck!!
    Follow these steps to calibrate the product.
    Open Toolbox .
    Windows XP: Click Start ( ), click All Programs , click HP , click your product, and then click HP Color LaserJet CP1210 Series Toolbox .
    Windows Vista: Click the Windows icon ( ), click All Programs , click HP , click your product, and then click HP Color LaserJet CP1210 Series Toolbox .
    Click the Device Settings folder, and then click the Print Quality page.
    Under Print Quality , click Calibrate next to Calibrate Now .
    Click OK when the 'Your request has been sent to the device ' message appears on the computer. The calibration process begins.
    NOTE:Calibration might take 2 to 3 minutes. Do not turn the product off during calibration.
    When calibration ends, try printing again.
    If the issue is resolved, stop troubleshooting.
    If you are still experiencing print quality issues, repeat steps 1 through 5 in this solution. You can recalibrate the printer as many as 3 times.
    (Although I am employed by HP, I am speaking for myself and not for HP)
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"
    I worked for HP but my posts and replies are my own....Thank you!
    *Say thanks by clicking the *Kudos!* which is on the left*
    *Make it easier for other people to find solutions, by marking my answer with (Accept as Solution) if it solves your issue.*

  • Printing crooked from Illustrator CS2

    When I print from Illustrator CS2, from my Mac OS X, on my HP All in One Printer the document prints crooked on the page. The printer is brand new (I bought it two weeks ago.) I checked to see if other applications were printing crooked too: Word prints fine, Adobe Photoshop prints fine. Any suggestions on what the problem might be, and how to fix it?

    So I have narrowed it down to something PS is doing to the file on output. Even when I output a PDF from the same PS file I get the haloed fonts. When I recreate the same art in InDesign or Illustrator the fonts are razor sharp.
    Weird.

  • How can I print some pages from multipage report

    Hello,
    I have created a multipage report in word. I would like the user to be able to print the pages selected (as in word printing: pages: 1, 2-3); 
    I am using Office 2007 pro, the LabVIEW Report Gen Toolkit, LabVIEW 2009, and Windows XP.
    I used the suggestion in thread:
    http://forums.ni.com/t5/LabVIEW/How-can-you-print-a-single-page-of-a-multipage-report/m-p/155233 , modifying the print VI that comes shipped with LabVIEW: NI_ReportGenerationToolkit.lvlib:Word_Print.VI.
    first of all I put two integer constants on "From" and "To" in the Invoke node (PrintOut), but Labview return an error:
    Error 1015 occurred at NI_ReportGenerationToolkit.lvlib:Word_Print.vi -> NI_Word.lvclassrint Report.vi -> print2.vi
    Then I searched for PrintOut Method in word 2007 Reference guide, and I saw that for using From and To the Range field must have the string  wdPrintFromTo;
    I insert wdPrintFromTo string  in RANGE Field and tryed.... same error......
    After that I change approach; removed all constants and used the field Pages; I put a string "1-2" connected to this field and now the printer respond, but all pages was printed!
    What's wrong?
    many thanks
    Attachments:
    print2.vi ‏18 KB
    parte comune.doc ‏43 KB

    Thanks, Alex!
    ok, I try first approach in print4.vi, but Labview return an error (view jpg); if I cut From, To controls, the VI print all pages. The same things happen also if I trasform I32 in Variant.
    I don't try second approach, because at this time I have only one report
    I try also with VB macro: this is better (print3.vi) but.....if I use:
    Sub Print_Pages_From_To()
    ActiveDocument.ActiveWindow.PrintOut Range:=wdPrintFromTo, From:="2", To:="3"
    End Sub
    is ok; print the pages selected; if I use:
    Sub PrintPages()
    ActiveDocument.ActiveWindow.PrintOut  Pages:="2-3"  
    End Sub
    printer print all pages.
    what do you think?
    regards,
    Italo
    Attachments:
    print Problem.jpg ‏39 KB
    print4.vi ‏19 KB
    print3.vi ‏19 KB

  • Is there a way to create a "Print This Page" link?

    I have a client who want to insert a print this page link that launches their print utility. Is this possible with Muse?

    This is not a function of Muse. You'll need to use the 'insert arbitrary HTML' function to add this.
    Here's where to get the javascript to insert.
    Beware that Muse only produces a generic stylesheet and does not define its specific media type. That means that printing a Muse-generated web page or rendering a Muse website on a mobile device can be extremely messy.  Elements may fall off of a page or may be sized oddly. The Muse showcase shows how the Horace and Lydia site falls apart in print. Elements appear broken and blank pages result.
    Muse developers need to employ semantic markup so that users can design stylesheets for different media types. This topic is related to the frequent requests that Muse should be able to design for mobile devices. Muse just isn't smart enough to do what a professional designer would want.

  • Ihave an ipad and an epson nx430 printer.  I tried to print my airline itinerary  and it printer 4 pages that was mostly ads.  How can i print just the itinerary which fits on oneage?

    I have an ipad2 and an epson nx430 printer.  I tried to print my airline itinerary  and it printer 4 pages ,most ofwhich were ads. How can i focus just on the information that i need?

    Does the website you're using offer a "printer freindly" button or perhaps the faciltiy to email the intenerary to yourself?
    Matt

  • 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

  • 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

  • Hp all-in One remote prints test page but cannot find printer for anything else

    The HP All-in-One application can print test pages on my 8610 but when I go to any document or photo and try to print I get the following message "This Printer is not available." I have checked and have the latest version of the HP All-in-one Printer Remote application and the HP Print Service Plugin applications from the Google Play store. I am using a Samsung Galaxy 5 running Android 5.0. If I print a page from my laptop using wireless to this printer, I can see the All-in-One application tracking my printer status so I know it can see the printer.  The app on the phone will show the status under the printer name going from Ready to Unavailable to Ready as a document is printed and then finished. I am printing directly with local WIFI and am not using the ePrint feature.

    Hello , Welcome to the HP Forums!
    I hope you have a pleasant experience here. I'd like to help you with the issues you are having printing from your Samsung Galaxy S5 to your HP Officejet Pro 8610 e-All-in-One printer. Firstly, do you have the printer plugged directly into a wall outlet? The printer has a power moderator built in, so if it is plugged into a power surge bar or battery backup it may be getting inconsistent power. This can cause all kinds of firmware glitches (like the printer status not being broadcast properly). If that doesn't immediately resolve the issue, please follow the steps below: Network Power Reset: Let's leave the router on and unplug the power cable (NOTE: Do not reset the router.), then do the same with the printer, and shut down the computer. After a full minute, plug the router back in, wait for it to fully power up, then plug the printer back in and wait for the wireless light to become solid. Once both the router and printer are on, go ahead and turn the computer back on. Doing this will refresh the network connection. Restore Network Defaults and Reconnect:  1. On the front panel of the printer, touch your wireless icon at the top2. Select Settings.3. Select Restore Network Defaults.4. Restart your printer.5. Once it's booted back up, touch the wireless icon again.6. Select Settings.7. Select Wireless Setup Wizard and follow the prompts to enter your wireless network details.8. Try enabling the web services again. Another thing I would suggest, would be to download the HP ePrint app, rather than the All-in-One Remote. The Remote is moreso suited for scanning to your phone from your product, so I would suggest trying the ePrint app (you can download it from the Play Store). If the issue persists after these steps, please answer the following questions so I'm better able to assist: Are you able to print reliably from any other devices on your network?What brand and model of router are you using?What is it that you are trying to print? (ie. E-mail, photo, document)What app are you printing from? (Some Android apps have a direct printing feature)I look forward to hearing back from you and working towards a resolution to this issue!Have a great weekend.

  • I am using Firefox 11 and I am unable to print web pages. I can print PDFs ok. I tried to open the prefs.js file to delete anything that starts with print and I get an error message.

    I cannot print web pages. I've tried the solutions suggested like deleting anything that starts with print in the prefs.js file but I get an error message: Script: c:\users\rick\appdata\roading\mozilla\firefox\profiles\iviwh5c1.default\prefs.js
    line: 1
    Char: 1
    Error: invalid character
    code: 800A03F6
    Source: Microsoft JScript compilation error

    When editing '''prefs.js''' you need to use a simple text editor program. WinXP Notepad messes up the line formatting of prefs.js, so I use Wordpad - but you need to save the edited file in a Text-Only format (Wordpad asks about that when you go to save the edited file). I never used Win7, so I don't know if that version of Notepad messes with the line formatting of prefs.js or not.
    Another thing - make sure '''''"Hide extensions for known file types"''''' is de-delected in Windows file / folder options > view -> advanced settings. Otherwise Windows may add a .txt file extension that you won't be able to see, and that will break that file in Firefox. '''prefs.js.txt''' won't be recognized by Firefox, when is expecting to find '''''prefs.js''''' .

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

  • Print multiple pages on one page in Preview?

    I tried to print a PDF in OSX Lion and I was unable to find the option to print multiple pages on one Page. Instead there is an option to print multiple copies of pages on one page. Does anybody know where I can find the old option from (as in Snow Leopard, Leopard, Tiger..)? (See screenshot.)
    Thanks!
    roboter

    Look under the "Vorschau" menu for the Layout menu, and then choose "Seiten pro Blatt."
    Hope this helps.

  • When I try and print a web page in the print screen ALL the Print Frame options are greyed out. It won't let me print a page as I see it. I need to pring a page as is. How do I do it in the new 8.0??

    I go to print and try to select the radio button to print all frames, but It's not working

    The '''Print Frames''' options are greyed out unless the web page is made with Frames. I-Frames don't work the same.
    Check out this '''''frames test page''''' - http://www.draac.com/framestest.html <br />Is the '''Print Frames''' part of the print dialog box active?
    As far as printing a page as you see it, many web pages use '''print.css''' files for print-media. The print.css specifies exactly what is to be sent to the printer and it can control the formatting of the printed page.

  • Change Maintenance Work Order Detail Report in Print WO page

    Hello,
    I would like to ask you for your help. We would like to have different report in Print WO function than Maintenance Work Order Detail Report. I mean SSM responsibility > Search for WOs > click Print WO icon. We applied patch #9871500 (I found it there: Templates associated to datadefinitions other than 'EAMWRREP' are not shown in the Work Order Detail report in EAM [ID 1209703.1]). I did personalizations steps - I defined new data definition (for example TEST) and report with data definition TEST is shown in the option on Print WO page now... But how should I it define to have correct result? What should be defined in Executable, Concurrent Program, Data Definition and Data Template? I have RDF and RTF files for this report. We are using different SQL than it is used in the original report. How could be used our SQL defined in RDF?
    Thanks, Regards,
    Jitka

    Hi,
      1) You can choose to select and Print shop paper when you need.No enhancement is required.
    2) There is not an option in standard to say Print/Not print Long text . You will have to replace the standard form with a custom form and build the logic to print /Not Print long text based on your rules.
    Regards
    Narasimhan

Maybe you are looking for

  • Error in executing interface Oracle to Oracle

    hello i am designing an interface to load data from 2 oracle database. i am having the error below while i excute the interface: in seq :Insert flow into I$ table i get this error ORA-02019: connection description for remote database not found. i hav

  • Camera raw in cs5/cs6

    Attemting to upgrade CS5/CS6 to use camera raw..keeps asking to close Adobe bridge CS5.exe. cant't find it to close..tried shutting down no help..

  • "Please wait while Windows configures iTunes" Pop-up (iTunes 7.0.0.70)

    Whenever I launch iTunes, I get the following pop-up: "Please wait while Windows configures iTunes". iTunes installs an icon on my desktop and a folder in my Start/Programs list. Now, I like to keep a tidy computer (ok..ok..) so I moved the desktop i

  • Error in mapping

    I am getting the error below on import. I have changed the name of mapping to CRS_ASSOC_BRAND_SRP from CRS_ASSOC_MAPPING_2 before export. ================================================= Import started at 06/23/2010 15:27:40 GMT+05:30 Importing into

  • Adobe 5.0 editor not loading

    We have been using Adobe Photoshop 5.0 for a while. Suddenly I can't open the editor.  I get a pop up that says  "COuld not load the FastCore Routines module because the file could not be found"  or one that says "could not load the MMXCore Routines