Not printing every other line

I have a HO OfficeJet Pro 8500.
All catridges are HP.
The printer is printing every other line (leaving every other line blank).
Please help.
Thanks,
George [Personal Information Removed]

Sorry that you are having a problem with the print quality. 
See if you can print a self-test page or status report. Let me know if the same things happens. 
Have you cleaned the print heads?
Make a copy of a document, and see if you still get every other line printing. 
**Click the KUDOS star on the left to say 'Thanks'**
Please mark a reply "ACCEPTED AS SOLUTION" if it solved your problem, so others can find it.

Similar Messages

  • Every other line of print is cut off on my Photosmart C4750

    I have recently replaced and aligned new cartridges on my Photosmart C4750. I am printing directly from computer to printer via USB. The last two items I have printed are being cutt off every other line of print, on either the top or bottom of the printed pages. Any ideas?

    Hello there, Welcome to the Forums! I hope you enjoy your experience
    I noticed your post about the printing problems you are having and would like to offer you my suggestion. First of all, print using a different program to see if the issue is only within one program. If you see the issue happening no matter where you print from, run the HP Print and Scan Doctor if you're running a Windows OS.
    Also, try a copy to see if there are cut offs with them as well!
    Please let me know what happened and include your OS and programs you have tried printing from.
    Help to find which Operating System you are running:
    Which Windows Operating System am I running?
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Hope to hear from you soon I hope my post was helpful.
    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!

  • [SOLVED]How would I highlight every other line in ZSH output?

    komrad_toast wrote:
    Hello everyone I have the following function in ZSH (it is part of a larger help file i've created called @help):
    function mykeys #== Lists all dwm keybindings in a nice, formatted manner. Used in @help
    echo ""
    gawk 'BEGIN { printf("\33[1;7;32m%-18s\33[34m%-50s\n\33[0m"," Key"," Binding"," Description") }'
    grep "//#" $HOME/code/dwm/config.h | awk -F "//#" '{print $2}' | column -ts :
    echo ""
    This function greps my dwm config.h for comments related to my keybindings and displays them in an easily readable manner.
    The comments are in the following format for easy finding/parsing:
    //#Mod+i:Increments number of windows in master area
    The output of this function looks like this:
    I was wondering if there was a way to 'highlight' every other line in this with a different background color (preferrably a light shade of grey) for even easier readability. Any help would be appreciated, and thanks in advaced!
    I seem to have  solved my own problem. For anyone interested in the solution, it was just a little awk scripting. I changed the function to the following:
    function mykeys #== Lists all dwm keybindings in a nice, formatted manner. Used in @help
    echo ""
    gawk 'BEGIN { printf("\33[1;7;32m%-18s\33[34m%-50s\n\33[0m"," Key"," Binding"," Description") }'
    _LINES=$(grep "//#" $HOME/code/dwm/config.h | awk -F "//#" '{print $2}' | column -ts :)
    echo $_LINES | gawk '{
    if (FNR % 2 == 0)
    printf("\033[00,40m%s\033[0m\n",$0)
    else
    printf("%s\n",$0)}'
    echo ""
    Explanation:
    The first gawk statement just prints the titles for the different columns in the screenshot, done mainly with escape sequences. Then I'm setting _LINES equal to the formatted comments from my config.h file. _LINES is then piped to the second gawk statement which uses the builtin FNR variable (which is set to the current record number of the file that you are parsing) to figure out if the line number is even or not. If it is, it sets the background color to a lighter grey, prints the entire record, then resets the color and prints a new line. Voila! Pretty nifty what a little gawk can do.
    Now if only i could get the background color to extend to the end of the column...
    edit: duh, simple fix for that to. Just change to %s in the first printf of the if/else statement to %-67s
    Last edited by komrad_toast (2015-01-15 10:30:20)

    Thanks for that!
    After your suggestion i revised the function to this:
    function mykeys #== Lists all dwm keybindings in a nice, formatted manner. Used in @help
    gawk -F'[#:]' '
    BEGIN {
    printf("\n\33[1;7;32m%-21s\33[34m%-52s\n\33[0m"," Key"," Binding"," Description")
    if ((FNR % 2) == 0)
    printf("\033[0;2;40m %-21s%-51s\033[0m\n",$2,$3)
    else
    printf(" %-21s%-50s\n",$2,$3)
    END {
    printf("\n")
    }' $HOME/code/dwm/config.h
    This could actually go in my aliases file now, but i think it's fine as a function. Thanks again
    EDIT: The only caveat now is that if any two of the lines in config.h that have '//#' on them contain lines WITHOUT '#//' on them between them it throws off the highlighting. This is why:
    FNR is an awk built-in that represents the current record number in the current file. I am using it as if every record in the file will contain '//#', obviously not every record will. So if line 100 in my config.h is
    { MODKEY, XK_i, incnmaster, {.i = +1 } }, //#Mod+i:Increments number of windows in master area
    then it will be highlighted, because it matches the pattern ('/\/\/#') and is an even line number. But if line 101 does not contain a comment that matches the pattern, and line 102 does, then you will see two highlighted rows right next to eachother in the final output. I do not know a way around this.
    Last edited by komrad_toast (2015-01-17 09:18:28)

  • How can I print every other page rather than every page?

    I want to print certain pages of documents because some have information on page that I don't need. But I can't find a way to select certain pages (like 1,3). The print add-on mentioned in another question didn't work ... didn't even given an option to select pages. Chrome and Explorer both give this option. Why not on Firefox? There must be a way to do it without having to add in something. This is pretty basic.

    Your question is no way related to Firefox OS. That's why as a moderator I moved it to '''Firefox for Desktop'''. For some reason that I don't know why... It was asked in the '''Firefox OS''' product. Another volunteer or paid staff member will respond to you shortly. The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.
    If you want to leave feedback for Firefox developers, you can go to the Firefox ''Help'' menu and select ''Submit Feedback...'' or use [https://input.mozilla.org/feedback this link]. Your feedback gets collected at http://input.mozilla.org/, where a team of people read it and gather data about the most common issues.
    If not, please be patient as this issue was posted in the wrong product forum therefore, moving it back puts it back in its place so you can get the proper support that you need regarding printing every other page.

  • Issues when printing a website of multiple pages, only prints every other page

    I have recently started using Firefox as since using windows 8 have found a few problems with explorer.
    I sell a great deal on ebay and in order to print my invoices, ebay create a webpage with all of them on.
    I have attempted to print this through firfox and it only seemed to print every other page fully(1,3,5,7 etc.)
    Pages 2,4,6 etc. would have just the first couple of text lines on but nothing else, it even shows it like this on the print preview. can you help?

    Try the '''''reset''''' described here: <br />
    http://kb.mozillazine.org/Problems_printing_web_pages#Reset_printer

  • How do I "space after" every other line?

    I am trying to set up a listing of names and dollars like this...
    name
    dollar amount
    name
    dollar amount
    name
    dollar amount
    name
    dollar amount
    After the dollar amount I need to it have a space of 0.625, I am creating this list as text which I have converted from a table. Right now I have to just click on the line a and manual hit the "space After" option to put the 0.625 spacing in there. Is there a way to do this all at once because there will be at least 300 names every time I do this? So i need to be able to have the spacing on every other line...
    Thanks,
    Sam

    I use a body text style with Space Before and have a Bullets_FirstLine style with space before. I have the Next Style of BulletsFirstLine as as Bullets, which does not have any Space Before. This means that I can automatically apply the styles to the bullets when either typing directly or, more frequenty by highlighting all the paragraphs to be bulleted and right clicking on BulletsFirstLine and selecting "Apply Style then Next Style". I cannot remember the exact wording - I don't have InDesign open at the moment.

  • How to read a text file and only output every other line?

    I am just writing a program that reads a file but outputs only every other line. Any ideas...please? thanks

    I'd start with something like this and expand on it as you go:
    File file = <whatever>;
    BufferedReader in = null;
    try {
        in = new BufferedReader(new FileReader(file));
        int i = -1;
        for (String line = null; (line = in.readLine()) != null; ) {
            if ((++i % 2) == 0) {
                System.out.println(line);
    } catch (IOException e) {
        e.printStackTrace();
    } finally {
        if (in != null) {
            try {
                in.close();
            } catch (IOException e) {
    }Shaun

  • IPhone 5s, every other line in the screen is black

    Hello.
    I have an iPhone 5s, and without any apparent reason, every other line of about the bottom 8 lines (near the home button) are black. One black and one kind of reflects what other lines are showing more to the middle of the screen.
    How can I fix this?
    Thanks.

    CHeck on this https://www.apple.com/la/ then contact apple support and ask them if there is a nearby apple service center in the area atleast

  • My I pad will not print, but other I pad prints fine on same network

    MY I pad will not print, but other I pad works fine on same network

    Check the printer queue on the iPad by opening the multitasking bar.  If the Airprint icon is there, open it to see if a job is pending.

  • Highlighting every other line

    I have a group in my report displaying information.  I would like to design the report to highlight every other line of information.  How can I do this?

    To highlight the altenative lines you can enable background color for the section altenatively. For this right click on the group section and go to section expert and select color tab and check the background color and write the condition like this
    if groupnumber mod 2=0 then
    crgray
    else
    crnocolor
    Regards,
    Raghavendra

  • Macbook X 10.6.8. Epson SX218 failed to print every fifth line, but only in MS Office documents. I updated Office. Now that line is slightly blurred as though the printer had missed out a pass.

    I am helping a disabled person with a printing problem involving a Macbook, an Epson SX218, and MS Office for Macs. The Macbook had been recently updated to OS X 10.6.8, and the printer driver reinstalled, by an Apple store. She complained the printer failed to print about every fifth line. It turned out there was no problem at all with printing web pages and emails, but only with Office (Word, Excel, Powerpoint). I updated
    Office. Later all lines were printed, but imperfectly with a bit missing from bottom of every fifth line, as though the printer had missed out a pass, so I am not sure the Office update is what made the difference. I am not at all sure whether this problem arises from the Mac or the printer or Office.

    It looks like that the installation process of one of the applications have caused some trouble. One of them may have changed or added kext files.
    For that, the Window server crashed if you try to open a non Apple application like Firefox
    Start the system in safe mode by holding the shift key on power on.
    If save mode is reached, perform a permissions repair with the Disk Utility.
    Don't bother about upcoming warnings like "could not repair file xy" as that occur cause you use the tool on a running system and opened files can not get touched by the tool.
    After repair is done reboot system to normal and try to open Firefox.
    If the problem persits, please report back here.
    Lupunus

  • Form ,Table with borders not printing in other Printers

    Hi All,
    I am trying to print a smartform with original language as Arabic .
    When I am taking a print out with Laser Jet printer , the table is coming with borders and everything is perfect .
    But when I am trying to take out print with other printers ,Table borders are not showing up .
    Please let me know the cause of this issue .

    Hi Joe,
    You can check with your SPAD configurations.
    SPAD->Device Type->Attributes Tab
    If its a dot matrix printer it won't print vertical lines. Different printers have different print margins. This could be also a reason as you are shifting different printer types  on the same smartform.
    Edited by: K.Manas on Jan 17, 2011 10:22 AM

  • I CAN ONLY PRINTS EVERY OTHER PAGE - PLEASE HELP ME!

    Please can anyone help me?  I am trying to print from my iMac (running Lion) to my HP1022nw laser printer.  In every application, only every other page prints out.  Within Paper Handling on the print window, I have correctly selected print every page.
    Can anyone help me? PLEASE!
    Many thanks and kind regards

    I am surprised you can send mail, but not receive.
    If you want ot send mail, you will have to configure the MTA to allow relaying for your internal IP address range. Edit the INTERNAL_IP section of the mappings file, change the 32 after the ipaddrees of your system to somthing like 24 or 16 (depending on your network!)
    If you can send & receive messages in webmail, then there must be something wrong with your outlook settings for reading. Are you trying to read mail using POP or IMAP? What are your settings for POP system, user & password, etc?
    Also, creating a user in the console is fully supported. No problem, just don't forget to tick the "mail" service and do the mail settings for the account.
    Hope this helps you further.
    Regards,
    Niels

  • Copy every other line

    Hi All,
    I have some very large data files that I am working with (50,000 lines) and I wish to cut these down to a more manageable size by copying everyother line or every 5th line to a new file.  Perhaps Labview is not the best option for this but so far I have just been beating my head off the wall.
    Any suggestions would be appreciated!
    Solved!
    Go to Solution.

    One simple possibility: Read your datafile as a string, convert to a 1D array of strings, decimate, convert back to a string and write to file.
    See image:
    (If you want a variable decimation factor, use a simple FOR loop)
    Message Edited by altenbach on 10-07-2008 08:39 AM
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    decimateFile.png ‏3 KB

  • ALV report -  fields do not print on same line

    I am working on an ALV report now. And I was trying to download the report using the buttons.
    When I download the file (Local File Button)  and then try to view it, all the fields are not on the same line.
    Say for example, if i have 75 fields, half appear on the first line and the other half appear on the second line.
    But when I try to view the file in excel format using ctrlshiftF7, it looks perfectly fine (All the 75 fields lie on the same line).
    And also when I right click on the report and save as .mhtml, it looks good (All the 75 fields lie on the same line).
    How can this issue be fixed? Is it something to do with the code?
    Please let me know, if anybody else had a similar issue and as to how it was resolved.
    I would greatly appreciate your help. Thank You.

    I am not very clear about your problem.
    What i understood is that you are downloading the file (I beleive as unconverted) and than opening it in NOTEPAD and you are getting one record in 2 lines. If yes than try to uncheck the Format-> word wrap in the menu in Notepad.

Maybe you are looking for