Printing Blanks

I have an HP 6100 All-In-One Printer, and it works fine. Except more so than often, i click "print", and it'll load the paper then just shoot it out, thinking it just printed. This happens more so when i print something offline (safari), but after 2-3 times of trying to re-print the page, it sooner or later does its job.
This happend before, but not as much as it is lately.
Anyone else experience this?
Also, when printing off safari, is there a way to "print selected text" like on internet explorer (highlight text, and print just that)
or do you have to copy/paste in textedit?

Or faster, try this:
http://www.versiontracker.com/dyn/moreinfo/macosx/24202
or this:
http://www.versiontracker.com/dyn/moreinfo/macosx/22665
These services will print whatever text you have highlighted.

Similar Messages

  • 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

  • Printing blank calendars in iCal

    How do I print out a range of BLANK calendar months (eg, October to December) that I can then fill in manually?

    I'm glad you figured it out because I don't think I would have.
    I think your request (ie printing blank calendars) is unique enough as to not be found in any help or tutorials but I think after reviewing some info and playing around w/ iCal you'd discover the answer yourself. You might want to look here for a nice overview: http://www.apple.com/support/ical/ and especially the link: http://www.apple.com/support/mac101/work/10/ as well as iCal's Help menu.

  • Check for null values in string, if no values, print blank

    Hi 
    I posted a question a few days back, after playing with functions I was able to resolve it, I just have one more problem, if the string comes empty, only blank spaces should be printed, following is my string and my fix: 
    My string: 
    SEV.ORI/999999.VIN/1D7Hx11111111111111.VYR/2005.VMA/DODG.VMO/THU.DOT/07072013.CRT/MI1111111.OCA/11111111890123000001.LIT/PC.LIC/BFK9331
    =Left(Split(Fields!MESSAGE.Value,"/")(6),2) + "/" 
    & Mid(Split(Fields!MESSAGE.Value, "/")(6) ,3 ,2) + "/" 
    & Mid(Split(Fields!MESSAGE.Value, "/")(6), 5, 4)
    With this I get: 07/07/2013
    If DOT comes empty, i get .CRT/
    So I need to validate for empty space on DOT and print blank spaces. I'm guessing it would be with an IIF
    or IsNothing function. Any help would be appreciated. 

    Hi
    Again after a few hours of playing with functions I resolved the issue, I will post the fix in case it can help someone else. 
    String: 
    M00836Z911134.SEV.ORI/MI3987656.VIN/1XXXXXXXXXXXXXX88.VYR/XXXX.VMA/FORD.VMO/THU.DOT/01192013.CRT/MIXX11XX0.OCA/XXXXXXXXXX123000XXX.LIT/PC.LIC/XXXXXXX.
    Function: 
    =IIF(Mid(Split(Fields!MESSAGE.Value, ".")(7) ,1 ,3) = "DOT" , Mid(Split(Fields!MESSAGE.Value, ".")(7) ,5 ,2) + "/" 
    + Mid(Split(Fields!MESSAGE.Value, ".")(7) ,7 ,2) + "/"
    + Mid(Split(Fields!MESSAGE.Value, ".")(7) ,9 ,4)," ")
    Result: 
    01/19/2013
    If DOT is missing, the space in the report comes blank 

  • REPORT SERVER 6i Patch1 PRINTING BLANK PAGES

    I have a problem that is occouring on three different report servers. It will start printing blank pages instead of the report and the only way to get it back to normal is to stop and reastart the service. I get this on a version 6, version 6i and version 6i patch1 report servers. It makes no difference what call method I use (command line or OCX control). I can also force this behavior on one of the servers by selecting a HP 895C as the default printer in the windows printers and then starting the service. All pages print blank after that. At the customers site it appears to be random as to when it will start printing the blank pages.
    Any ideas on what the fix is for this?
    null

    Is there any ideas on this?
    We have a Reports 6i server up and running and I'm getting stuff out OK to postscript printers, but some HP older printers are just spitting out blank pages. Is there a desformat= that I need to set differently? I've tried most of the options ( dec, psport, psland, hpl... all blank )
    Appreciate any help, I haven't used this stuff long, so am quite naive about how it hangs together.
    null

  • Printing blank report, not always

    Post Author: Simthembile
    CA Forum: Crystal Reports
    Good Day
    The Version of crpe32.dll on remote users machine is 8.0.0.371,Product version is 8.0.1.0,
    the crystal reports deployed are version 8.5.Any known issues that might arise because of this.
    We are having a situation in which reports can be previewed but when sent to a printer they print blank but not always.
    At there moment all these reports happen to be subreports. Please help .
    Kind Regards
    Simthembile Reuben

    Post Author: Simthembile
    CA Forum: Crystal Reports
    Good Day
    The Version of crpe32.dll on remote users machine is 8.0.0.371,Product version is 8.0.1.0,
    the crystal reports deployed are version 8.5.Any known issues that might arise because of this.
    We are having a situation in which reports can be previewed but when sent to a printer they print blank but not always.
    At there moment all these reports happen to be subreports. Please help .
    Kind Regards
    Simthembile Reuben

  • How to print blank records after the detail records in a masterdetail report

    Hi,
    Developing a report for time and attendance record. In this report I am printing all the employees in a department, limiting the no. of records per page to 10.
    I need to insert blank lines at the end of all of the detail records in a page that has less than 10 employee records so that the no. of records displayed on a page can always be 10(these blank lines will facilitate the management to note down the temporary employees who worked for the department but are not part of the department).
    I am using a tabular form with group above layout.
    The report layout is as follows:
    Department : FINANCE & ADMINISTRATION
    Employee Name | Employee Number |
    1 Jim | 1234 | _________________
    2 John | 5678 |__________________
    3 blank
    4 blank
    5
    6
    7
    8
    9
    10 balnk
    Supervisor's Sign:______________________
    Note: the no. of blank lines should be inserted dynamically based on the no. of emp. records being printed on the page.
    Any help is greatly appreciated.
    Thanks in advance.
    Kavita.

    Your solution works when I am not limiting the no. of records per page for a department to 10 records and when I want to print blanks lines for the depts that has fewer than 10 employees in it.
    Exactly in my report I have several dept's that has more than 10 emp's. In such cases I'll be printing first 10 in one page and the rest in the next page. Now I want to dynamically print the blank lines in the second page depending on the no. of emp's on that page. I tried to acheive this by using a CS column that reset's at page level but, REPORTS is not letting me use CS column that reset's at page level in a format trigger. I also tried to copy the CS value into a parameter and or to a Place holder column and did not help.
    Any more work around ideas to acheive this?? please help.
    Thanks alot
    Kavita.
    Hi
    Create a column called Serial_No in ur emloyee query like this
    select 1 , empno ,ename from emp;
    Create a summary column on the serial column with the function SUM
    and resetting it to Page
    Display the column in the report by using the text color as white
    so it doesn't display in the report
    I think this should help u i believe
    Sri
    Hi,
    Developing a report for time and attendance record. In this report I am printing all the employees in a department, limiting the no. of records per page to 10.
    I need to insert blank lines at the end of all of the detail records in a page that has less than 10 employee records so that the no. of records displayed on a page can always be 10(these blank lines will facilitate the management to note down the temporary employees who worked for the department but are not part of the department).
    I am using a tabular form with group above layout.
    The report layout is as follows:
    Department : FINANCE & ADMINISTRATION
    Employee Name | Employee Number |
    1 Jim | 1234 | _________________
    2 John | 5678 |__________________
    3 blank
    4 blank
    5
    6
    7
    8
    9
    10 balnk
    Supervisor's Sign:______________________
    Note: the no. of blank lines should be inserted dynamically based on the no. of emp. records being printed on the page.
    Any help is greatly appreciated.
    Thanks in advance.
    Kavita.

  • How to print blank line on BIP template when the field has no value?

    I have a BIP template like below and all these CHILDREN, NAME, GRAND_CHILDREN, NAME are fields arranaged in the template as a row.Reps can enter values in each of these fields for a max upto 3 rows. The first 2 rows have the values and the last is blank.
    CHILDREN: NAME: GRAND_CHILDREN: NAME:
    Son     John Daughter     Smith
    Daughter Laura Son      Kevin
    In the third row since the fields have no values, the report print blank rows, but I want to delete that blank row and show only the rows(first 2 rows) that have values for the fields.
    Does any one know how to get around this? Please help me to resolve this.
    Thanks in advance,
    RV

    Thanks.Here is the sample XML. Fields that refer to are as follows:
    Children: DependentDD1, DependentDD2, DependentDD3
    Name: DependentFF1, DependentFF2, DependentFF3
    Grandchildren: GrandchildDD1, GrandchildDD2, GrandchildDD3
    Name: GrandchildFF1, GrandchildFF2, GrandchildFF3
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ListofIO>
    - <ListOfBipCustomerProfileReport>
    - <Contact>
    <FirstName>ROSCOE</FirstName>
    <LastName>CLOUGH</LastName>
    <LeadContactType />
    <PartyTypeCode>Person</PartyTypeCode>
    <PartyUId>XXXXXXXXX</PartyUId>
    <PersonUId>XXXXXXXXX</PersonUId>
    <PrivacyCode>Opt-Out: All Parties</PrivacyCode>
    <RelationtoHousehold />
    <SocialSecurityNumber>XXXXXXXXX</SocialSecurityNumber>
    <UserType>Prospect</UserType>
    - <ListOfA-FmrCustomerProfile>
    - <A-FmrCustomerProfile>
    <DependentDD1>Son</DependentDD1>
    <DependentDD2>Daughter</DependentDD2>
    <DependentDD3 />
    <DependentFF1>John</DependentFF1>
    <DependentFF2>Laura</DependentFF2>
    <DependentFF3 />
    <GrandchildDD1>Daughter</GrandchildDD1>
    <GrandchildDD2>Son</GrandchildDD2>
    <GrandchildDD3 />
    <GrandchildFF1>Smith</GrandchildFF1>
    <GrandchildFF2>Kevin</GrandchildFF2>
    <GrandchildFF3 />
    </A-FmrCustomerProfile>
    </ListOfA-FmrCustomerProfile>
    </Contact>
    <Login>A482003</Login>
    </ListOfBipCustomerProfileReport>
    </ListofIO>

  • How to print blank photo cards?

    how to print blank photo cards?

    Please specify what system, (OS X 10.?)
    hardware of the computer model...
    and application you are using to print.
    If you have an Intel based Mac built after 2006, you are in a pre-Intel forum.
    PowerPC Macs cannot run an OS X newer than Leopard 10.5.8, in general.
    And many newer applications need the Intel-based hardware, not PPC.
    There are several ways of performing tasks, based on the software in use
    and this changes when you may have posted in a different area than your
    computer model, thus software suggestions based on this, may not apply.
    As a user-to-user support community, we have no way to know what your
    computer happens to be, its OS X, or the application you may be running.
    Some photo card stock (paper) requires a maker's software, to set it up.
    Without anything to go on, you could try an online search engine...
    Good luck!

  • How can I print a selection in Firefox 11 without it wasting paper and printing blank space in place of the non-selected material?

    In Firefox 10 and before, I could select a small portion of a web page and it would print the selected portion on a single page. In Firefox 11, it prints blank space for the portion above my selection before printing my selection. This blank space could span several pages, and my printer prints those several blank pages with only headers and footers.

    Still happens with Firefox 12. I wish they'd just fix it, the way it used to be in Firefox 10, without the complicated workaround suggested above.

  • Hp laser jet m4345 mfp its printing blank page

    I got a hp laser jet 4345 mfp its printing blank pages

    Hi ballard,
    Welcome to the HP Forums, I hope you enjoy your experience!
    I understand the printer name is showing the Universal Printing PLC6 driver and not the Laserjet M1536.
    I will be happy to help you.
    During the install it pulled the Universal driver instead of the Laserjet driver.
    Did you download and install the drivers?
    Here is the URL for the drivers if you haven't already installed them.
    HP LaserJet Pro M1536dnf Multifunction Printer Drivers. Select the operating system and click next.
    Click on Driver - Product Installation Software and download the drivers.
    Delete the PCL driver and install the download.
    We can see if we can update the driver through the device manager if the full software was already installed from the download to get the right driver installed.
    How do I get into Windows Device Manager?
    Click on View and select show hidden devices.
    Look for the printer entry and right click and select update the driver.
    What operating system are you using? How to Find the Windows Edition and Version on Your Computer.
    How is the printer connected?
    Please let me know the results if you are still having issues.
    Thank you for posting on the HP Forums.
    Have a great weekend!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • HP LaserJet 8000N 'print' blanks PDF files.

    HP LaserJet 8000N 'print' blanks PDF files.
    Tried different PDF programs - same result.
    PDF files prints OK on my other printer
    Any idea why and how to fix?
    Thanks
    Sam

    Hello @samdolev,
    Welcome to the HP Forums!
    To get your issue more exposure I would suggest posting it in the commercial forums since the HP LaserJet 8000N is a commercial product. You can do this at HP Enterprise Business Community.
    The support page for your product may be helpful in the meantime:
    HP Support Center.
    I hope this helps! 
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • HP LaserJet 4MP Printing Blank Pages

    Hi there,
    This is perhaps OT, but a recent issue with my HP LJ 4MP is causing me great anguish and heartache.
    Suddenly, for no apparent reason, my HP is producing blank pages. It just runs and runs spewing out blank pages.
    I've tried all the IO resets and a cold reset. Unplugging and leaving idle. Unplugged the Asante bridge between the serial and the CAT 5.
    After a while I can get it to stop printing blank pages, it works fine for a while, then the interminable blank pages start again.
    Has anyone seen such an issue? Any known resolution?
    Thanks a bunch,
    Matthew

    Matthew,
    I too use HP LaserJet 4MP and AssanteTalk Bridge connected to computer via ethernet crossover cable and link from Assante to both my LJ4MP and HPDeskJet855cse, using BelKin QuikNet adapters in a string using RJ11 jumper cables.
    My HP driver software is HP8.1.1.
    I Never use "BackGround Printing".
    I Never use "DeskTop Print Monitor".
    The only time I can remember multiple blank copies is when I used to use "Print Monitor and BackGround Printing".
    Clear your preferences and get rid of Print Monitor and Don't use BackGround Printing.
    HTH.......Bob

  • HP LJ 1320 only prints blank pages

    The printer will only print blank pages. Test pages are also blank (including from the Green Button). This is a recurring issue. It was solved in the past by fiddling with the cartridge and mechanical parts inside (we don't know what exactly sovled the problem). Toner is full. I ran the HP Diagnostic Tool and it found no "X"s.
    I verified that the following mechanical parts are functional:
    switch on left side of cartridge door
    plastic tab on top right of door, which connects to laser spring/switch
    spring/switch underneath top panel, which seems to enable laser
    arm/gears to enable paper spindle
    contacts on printer-side of toner/printer connection (this part slides from side to side 1/4 inches, and I tried printing with it in various locations)
    There seem to be no error beeps/tones when the printer starts up or when I close the toner door. (However, it was capable as I bypassed one of the switches and it made an error tone at that point).
    I think it must be something like a dead laser (however, I think the laser is invisible and we cannot test tosee if it is functional).
    Any other ideas/solutions would be appreciated.
    I forgot to mention that the low-toner light is not lit, and we've had this issue with both new and old-working toners cartridges.
    Message Edited by measterbrook on 11-10-2009 09:57 AM
    Message Edited by measterbrook on 11-10-2009 09:58 AM

    Has anyone else had this problem?  I have a LaserJet 1320 that started doing the exact same thing last week.  I'm wondering what I have to do to get it working again.  Anyone know something about these units?

  • HP Officejet Pro 8000 Printing Blank Pages Instead Of Data And Also Reorienting Itself

    Hi all
    We have a wireless HP Officejet Pro 8000 in our office (but via cable, not wireless) to a network.  The printer is occasionally printing blank pages instead of say a spreadsheet selected to print. 
    The other issue is that if you say are printing two copies of the same spreadsheet, one prints okay (say landscape) and the second copy, selected at the time of printing, prints it portrait but only part of the left hand side of it and the rest is blank.  Coming out of and going back inthe file usually recitifes this.  But it does it again any time it feels like it.
    We did have an upgrade, where our IT guy took away our desktop boxes and replaced with smaller base units and everything is run from a main server and alsoan upgrade from Windows 2000 to Network.  Problems started after this and the IT guy did update the printer driver.
    Please would anyone be able to assist?  Any help for this frustrating problem gratefully accepted!
    Thanks,
    Saxplayer67

    So the issue with the 8000 printer is periodic print jobs do not come out as you are wanting them. Is that right? This is interesting, just from the point of view that generally speaking issues like this are like a light switch, they are either there or they are not - they usually don't come and go. That being said, we are going to see what we  can do to resolve this. First I am going to recommend that we perform a clean installation of the printer after uninstalling it from the machine. By the way, what is the operating system you are working with - Is it Windows 2000 Network? 
    First if you use a USB cord, make sure to remove it. Do not plug it back in until the software directs you to. Then go through the Devices and Printers, Programs and Features and Device Manager folders and insure that all copies, files, and programs related to the printer are removed. Then as directed, restart the computer. 
    In the START menu type "%temp%" and press ENTER. Here I want you to press Ctrl+A and hit DELETE. Some of the files will not allow you to delete them, skip those files and delete the majority that allows it. 
    Then follow this link to download the full feature software and drivers for the printer: 
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&lc=en&dlc=en&product=3762364
    Install that and let me know the result! 
    Have a great day!

  • HP Deskjet 3050 All-in-One Printer J610a is printing blank pages

    Your HP Deskjet 3050 is printing BLANK PAGES? 
    The printer ejects blank sheets of paper when printing. Some or all the printed pages might be partially blank or half printed. It can be the software that you are printing from or program. Sometimes it can be the actual print head needs cleaning or cartridges are low. 
    Here is a link that will provide you with steps that will get the issue resolved. In this document you will have different Operating Systems. (Windows XP, Windows Vista, Windows 7 and Mac OS X) Software. 
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02744420&tmp_task=solveCategory&cc=us&dlc=en&lc...
    **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.
    This question was solved.
    View Solution.

    Yes, the link is down. 
    See if you can print a self-test page or printer status report from the printer itself. If so, then it is a software or connection issue. 
    If you can print test page, try to use a different USB cable. Also, you can uninstall and re-install the software and drivers. 
    If you are NOT able to print a test page from the printer, try to clean the cartridges with lint free cloth and water. 
    **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.

Maybe you are looking for