2-Sided Printing via C#

Hi,
I am currently having an alignment issue - the first page is correctly aligned and then every page after the first is cut off on the left side. I am trying to print double-sided (giving the user the option of long edge or short edge) onto 11x17 inch paper. NOTE: When I manually print a PDF this way it comes out 100% correct. The following code is my print method:
private void invokeJSObjectPrint(object jsObj)
            object printParamsObj = null;
            object[] printerParam = new object[1];
            Type T = jsObj.GetType();
            printParamsObj = T.InvokeMember("getPrintParams", System.Reflection.BindingFlags.InvokeMethod | System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.Instance, null, jsObj, null);
            Type printParamType = printParamsObj.GetType();
            // get property values
            object constantsProp = printParamType.InvokeMember("constants", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, printParamsObj, null);
            object interactionLevelProp = constantsProp.GetType().InvokeMember("interactionLevel", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, constantsProp, null);
            object duplexProp = constantsProp.GetType().InvokeMember("duplexTypes", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, constantsProp, null);
            object silentProp = interactionLevelProp.GetType().InvokeMember("silent", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, interactionLevelProp, null);
            object flagVals = constantsProp.GetType().InvokeMember("flagValues", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, constantsProp, null);
            object pSize = flagVals.GetType().InvokeMember("setPageSize", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, flagVals, null);
            object longEdge = duplexProp.GetType().InvokeMember("DuplexFlipLongEdge", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, duplexProp, null);
            object centerProp = flagVals.GetType().InvokeMember("suppressCenter", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, flagVals, null);
            object rotProp = flagVals.GetType().InvokeMember("suppressRotate", System.Reflection.BindingFlags.GetProperty | System.Reflection.BindingFlags.Public |
                System.Reflection.BindingFlags.Instance, null, flagVals, null);
            // set property values
            printerParam[0] = silentProp;
            printParamType.InvokeMember("interactive", BindingFlags.SetProperty |
                BindingFlags.Public | BindingFlags.Instance, null, printParamsObj, printerParam);
            printerParam[0] = this.ocePrint.PrinterSettings.PrinterName;
            printParamType.InvokeMember("printerName", BindingFlags.SetProperty |
                BindingFlags.Public | BindingFlags.Instance, null, printParamsObj, printerParam);
            printerParam[0] = centerProp;
            printParamType.InvokeMember("flags", BindingFlags.SetProperty |
                BindingFlags.Public | BindingFlags.Instance, null, printParamsObj, printerParam);
            printerParam[0] = rotProp;
            printParamType.InvokeMember("flags", BindingFlags.SetProperty |
                BindingFlags.Public | BindingFlags.Instance, null, printParamsObj, printerParam);
            printerParam[0] = pSize;
            printParamType.InvokeMember("flags", BindingFlags.SetProperty |
                BindingFlags.Public | BindingFlags.Instance, null, printParamsObj, printerParam);
            printerParam[0] = longEdge;
            printParamType.InvokeMember("duplexType", BindingFlags.SetProperty |
                BindingFlags.Public | BindingFlags.Instance, null, printParamsObj, printerParam);
            object[] printParamsObjArray = { printParamsObj };
            // invoke print with the updated printer settings
            if (printParamsObj != null)
                T.InvokeMember("print", System.Reflection.BindingFlags.InvokeMethod | System.Reflection.BindingFlags.Public |
                    System.Reflection.BindingFlags.Instance, null, jsObj, printParamsObjArray);
The program opens a PDF document, and then calls this method. The key properties are the duplex mode and the setPageSize flag value; the suppressCenter/suppressRotate seemingly have no effect. Everything works as desired except for this alignment issue. Any help/suggestions would be greatly appreciated. Thank you.

The solution to my problem lied in my default printer settings - all of the margins needed to be set to 0. Came out perfect after doing this.

Similar Messages

  • The print menu on my MacBook Air won't allow me to select two sided printing, how do I do this?

    Hi Community,
    I recently purchased a MacBook Air (my very first Mac) and I cannot access all of the printing options when I print.  I am able to print and the printer driver was downloaded, but my options are limited.  I cannot enable two sided printing, which is something I was able to do with my current printer via my old laptop.  I am in grad school and have a lot of journal articles to print and read that are 60-70 pages each.  I'd much rather print these two sided to save paper.  I have the latest version of OS X (version 10.8.5) and my printer is an HP Laser Jet P2035n. 
    Can anyone help me fix this issue so I don't have to use my old laptop to print?
    Thanks,
    Melissa

    Read the post by iron badger at the bottom of the page.
    Check out the last post by iron badger.  http://h30499.www3.hp.com/t5/Macintosh-Compatible-Products/LaserJet-P2035n-Doub le-sided-printing-Mac-OS-X-10-6/td-p/2359047#.UjybmBb3YzU
    Best.

  • HP Laserjet 1300 Manual Double Sided Printing with Windows 7

    I just purchased a new laptop with windows 7, love the interface but have some hiccups here and there.  And the one that is the biggest pain is printing.  I have a HP Laserjet 1300 connected via a linksys print server.  Single sided printing works just fine, but I used to be able to (and still can from my work laptop running XP and from my wifes Laptop running Vista Home) print double sided manually.  But now even though it says duplex, it will not work and I think the Windows Driver believes that it is a duplexer attached to the printer verses a manual feature.  Any ideas on how to get my manual double sided printing back?

    Nice one...
    I found you can also modify the "Manual Duplex Help" section to provide instructions to the user while duplex printing :
    The following prn_grp displays pictures similar to the Laserjet 1300 and has the right procedure (take the printed pages and place them in the same orientation in the tray) :
    <prn_grp models="HP LaserJet 1300;HP LASERJET 1300N;c5c5f890996e5fc5d7ffd96f8c759f2d ;555a2593970cf8b77ec5e1c722373e36 ;065e3643626aa153eb624120e21031cc ;5541b14acbc6bb39fefc0967181142e0 ;e6885ab28dbc6e127ae4963acf4d8ccc ;8f6b80f605bb593212acd699c0516d06 ;1d9e0f01c72b2d0001e58751826b42ac ;f77381023eb218bd6c75fbb5cd55337e ;8da5efe243e316c3fbd7ccd09d330f48 ;60caa8832f86a2502a3e4f31c6aa82f5 ;d1eb75d092f98ee058366d6d32b1c5d1 ;acb248ba464fba4feeac598ee070e4da;25b289c5a1af52c4c30c70e60d6a5486;
    5ad2ab06ec3d7c97c5236b04e461072d;a25c6f53a65697130a90c0bf48622fa1;835a8e29c28829102fb4dcccacf6c3dd;dc488b59d678f119ca11d4425e31bf36;b868c723ee9270bd0d70e96293adacf7;2a51e03acc06b149b4460fda9c7d4560;bb95bf471925e96c47a6a05d3252c357">
    <fname name="HPManualDuplexDialogItems">
    <option name="InstructionID_01_FACEDOWN-NOROTATE" value="BitmapID_227_StringID_3313"/>
    <option name="InstructionID_02_FACEDOWN-NOROTATE" value="BitmapID_505_StringID_3070"/>
    <option name="InstructionID_03_FACEDOWN-NOROTATE" value="BitmapID_231_StringID_3065"/>
    </fname>
    </prn_grp>
    More importantly, I was also able to modify the hpcu1306.xml file to enable full 1200 dpi support, by adding the following prn_grp at the end of the "Print Quality" section (after the hp LaserJet 9040 prn_grp and before the closing "</feature>")
    <prn_grp models="HP LaserJet 1300;HP LASERJET 1300N;">
    <fname name="PrintQualityGroup" default="PQGroup_4">
    <option name="PQGroup_2"/>
    <option name="PQGroup_4"/>
    <option name="PQGroup_5"/>
    </fname>
    </prn_grp>
    NB : PQGroup_2 is for 600 dpi, PQGroup_4 is for FastRes 1200 dpi (fast) and PQGroup_5 is for ProRes 1200 dpi (finer, slower, more memory used).
    The modified hpcu1306.xml file is available here : http://pastebin.com/6UxtcSaZ

  • HP LaserJet P1005 Two-sided printing not working on network

    Good day!
    I have a desktop, with Windowx XP, to which my LaserJet P1005 is connected via USB. My wife has a laptop, with the same Windows XP, from which she can print, but the two-sided option does not work right. She can check it and print, but the window to restart printing for the second side does not open and there is nothing we can do at this point.
    I have trie duninstalling the printer from both computers and reinstalling the newest drivers, it still won't work.
    Thanks for your help!

    I have an HP PhotoSmart 2575 All-in-One with the latest HP driver that displays the two-sided printing option greyed-out in the Layout window. According to HP, your printer must be capable of accepting an optional two-sided printer tray to work on a Mac. To me that is ludicrous since in Windows the driver supports manual two-sided printing.
    To get around this, I select the Paper Handling window and from the Pages to Print drop-down list select Odd only instead of the default All Pages. After clicking the print button the odd pages print starting with the last page and ending with the first. I then remove all paper and reinsert the printed pages with the top of the page facing the printer. First, though, I reorder the pages with the first page on the bottom and the last page on top. If the total number of pages is an odd number, I remove the last page from the inserted stack, as that is the very last printed page. I then select Even only from the Pages to Print drop-down list and click print again.
    Problem solved.

  • Problem with HP 1220c USB printer - two-sided print greyed-out

    My client has a Powerbook G4 550MHz with Tiger 10.4 installed and I installed the latest HP 1220c driver.
    When my client attempted to configure the printer via the printer setup page under 'layout' the two-sided print is greyed-out. Why?
    My client has admin rights.

    The layout of the print window is not the same as OS 9.x and prior. There will not be a choice for double sided printing as there was pre OS X unless the printer comes with an automatic duplexer.
    You will have to figure out how to print odds and evens in separate jobs and do it manually.
    Matt

  • How to STOP default two sided printing

    I have a macbook air (2013) and a Canon 8350 all in one laser printer...it ALWAYS defaults to two sided printing and I NEVER want to print two sided as I print for business and have no use for it...I often forget to uncheck it and thus end up wasting paper and ink.
    I have looked through all the settings and cannot figure out how to get it to NOT default to two sided printing. I know I can save the settings, however it doesn't default to that new profile, so I would have to select the profile every time to change it, which makes no sense as a solution (I still have to remember to do it EVERY TIME).
    Anyone know of a way to stop this behavior?

    You can change the default via CUPS, which is the core printing system of OS X.
    Open Safari and enter the following URL
    http://localhost:631
    By default on 10.8, access to the CUPS page is blocked. To enable it, open Terminal and type "sudo cupsctl WebInterface=yes" (without the quotation marks). Enter the admin password when prompted and then refresh the Safari view.
    With the CUPS web page open, select the Printers tab and then select the printer you want to modify. Then from the Administration drop menu, change to "Set Default Options".
    This will show a new page with four menu headings (links); Options Installed, General, Banners and Policies. Select General.
    Scroll down the list until you see the Print Style menu. Change it from 2 Sided to 1 Sided and then scroll down the page until you see the Set Default Options button.
    Click on this button to save the change. You will then be prompted to authenitcate to CUPS.
    Enter the account name and password that has been set as the admin for this Mac. And then press the Log In button. You will then see another page stating that the information change is completed.
    You can now check that the change has been successful by selecting to print this page from Safari. With the correct printer selected, change to the relevant menu to ensure your modification has worked.

  • HP 8620 printer two sided printing reverses pages

    Is there a way to change the order that this printer prints double sided prints? It prints last page first, so if it is 3 pages pages 2 & 3 are one page and page 1 is just one-sided.  Need this to be reversed.  Can you do this in the Mac driver?
    Lisa

    Hello @thekoaman,
    Welcome to the HP Support Forums!
    I understand that you're experiencing issues when duplex printing from your Mac OS X 10.10 Computer to your HP Officejet Pro 8620 e-All-in-One Printer. I want to thank you for including all of the detail regarding the troubleshooting steps you have already completed in your posts. At this time I do believe that there is either a driver corruption on your computer with the HP Officejet, or an issue with the file that you're attempting to duplex. If multiple documents  are experiencing the duplexing page order issue than that will rule out a corrupted document. Can I please have you follow the steps below.
    Step 1: Reset the Print System:
    To start, I am going to have you Reset the Print System on your Mac as it is important that we have a nice clean slate to work with for troubleshooting. Please click here for instructions on how to perform the Reset. When the website opens follow the steps under'Resetting the printing system in OS X Lion' as the steps are the same for your Mac OS X 10.10 Operating System. This Reset will remove every printer from your Mac. However, it does not uninstall the printers. Therefore, should you use other printers on this Mac, once the Reset is complete simply ensure that the printers are connected via a USB Cable or Network connected and (+) Add them back in. Do not add your HP Officejet back in at this time.
    Once the reset is complete, please proceed to the next step.
    Step 2: Uninstall Drivers and Software:
    Next, please click here for steps on how to properly uninstall your printer. Once the site opens select the dropdown for 'Mac OS X v10.6, OS X v10.7, OS X v10.8, and OS X v10.9'  as they are the same for Mac OS X 10.10 and follow the steps to complete the uninstall process.
    Once the uninstall is complete, please continue on.
    Step 3: Verify and Repair your Disk Permissions on the Mac:
    Open Macintosh HD and go to Applications
    Go to the Utilities Folder
    Open the Disk Utility
    Select the Hard Drive volume you are using (usually on the left)
    Select Verify Disk Permissions
    Once that process is done, select Repair Disk Permissions
    Step 4: Check for Apple Updates:
    Go to Apple
    Select System Preferences
    Select Software Update
    Click Update Now
    Install your available updates
    Restart your computer
    Step 5: Add the Printer:
    1. Please click here to download the correct drivers for your printer.
    2. Once the website opens select the Download button on the top left
    3. Once the download is complete, please follow the onscreen instructions to install your printer
    4. Once the installation is complete, I would like you to check your driver to ensure that the HP Officejet driver is being used and not the AirPrint driver.
    5. Click the Apple menu, and then click System Preferences.
    6. Click Print & Scan, and then check if the name of your printer displays in the Printers list.
    7. If your printer is already listed, remove and re-add the printer to confirm communication with the Mac. Click the name of your printer, click the minus sign (), and then delete the printer
    8. Click the plus sign (), click Add Printer or Scanner, click the name of your printer
    9. Click the Use or Print Using box, and then select the name of your printer in the pop-up menu. Ensure that you have the HP Officejet driver selected and not the AirPrint.
    10. Click Add to add the printer to the list.
    - Source
    Now that the driver is added back in successfully, please try duplex printing again.
    Please respond to this post with the result of your troubleshooting. I look forward to hearing from you!
    X-23
    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" on the right to say "Thanks" for helping!

  • Wireless printing to Sharp printer via windows network

    I finally convinced my mother to buy a Macbook Pro, and most things have been great. Except this: she can't print at her office, mega issue!
    I don't know anything about the network or really about the printer. Her office manager had to type the MBPs IP address into the firewall before we could connect to the wireless network, and now the internet works fine. But we can't figure out the printing situation. When we add printer (under the IP option) we type in the IP of the printer, the MBP finds the printer, and it says the printer is idle. It knows the model number (Sharp AR-M550) and even knows the toner levels. However, when we go to print, nothing happens. We've tried the IPP, LPD, and Jetsocket options. Nothing works.
    It is an old printer, but it does have Mac Drivers (we have downloaded the latest 10.6 driver for it) No one at her office knows what to do, this is the first mac ever in that building. Any ideas would be greatly appreciated, thanks.

    Hello and welcome to Apple Discussions.
    There could be a couple of causes for the Mac to fail with printing.
    1. The printer does not support Postscript. For a number of office printers, the Postscript kit is an option. If you are trying to print to it with a Postscript driver (the Mac driver you downloaded for 10.6) but the device only supports PCL or a Sharp proprietary language, then you will not get any output.
    Since there are Windows PCs printing to the copier I suggest you get one of them to do a Windows test print. This will confirm the IP address of the printer and show which printer driver language they are using. As I mentioned, it may be a Sharp proprietary language, which could be a problem as these languages usually only have a driver for Windows - not for Mac.
    If they are using PCL then you can open System Preferences > Print & Fax, select the Sharp printer queue and open Options & Supplies. Under the driver tab you can select the print driver. If you change this from what it is currently using to Generic PCL Laser Printer, this will let her print but there is no finishing function (like stapling) but at least it supports duplex (two-sided) printing. Note also that the Generic PCL does not support color, it only prints in b&w.
    With regards to the IP protocol, HP Jetdirect-Socket would be the best option. IPP is not always enabled and LPD can require a particular queue name.
    2. If the printer does support Postscript then some office printers also have a job control function. This is often used to restrict color printing and when enabled, it can stop the Mac from printing. If the device is a copier and users need to enter and ID/Password to perform color copying then this would indicate it has this function.
    You can often check the setup of the printer by entering its IP address into a web browser. This will open its internal web page which shows details about the device, such as the printer languages supported, protocols enabled and if this job control is enabled.
    If the device does have some form of job control enabled then there is often a setting within the driver that lets you enter the appropriate details. Sometimes you can see this via the Driver tab mentioned above. If there is no setting there then you can check the driver menus when you select to print.
    Anyway, that's about all I can suggest you check. The fact that you can get toner levels indicates that there is a path between the Mac and the printer, so at least you know it is not network related, unless the printer ports are being blocked but I don't think this is likely - especially so if the Windows users are connecting via the same wireless network.
    See how you go with this information and reply if you need more help.
    Pahu

  • Presets not taking affect when printing via adobe reader

    I have discovered that after upgrading to Mavericks, when printing multiple page documents via Adobe Reader, it will not take on my 1-sided printing preset and instead prints 2-sided as per the default setting on the printer driver.
    Has anyone come across this?

    kirstyfiona wrote:
    I dont seem to have the option for printing on both sides on the adobe print screen. In the past it would just use whatever preset you currently had set.
    I seldom use Adobe Reader except for completing forms and printing them.  Preview never seems to get those right.  I did do some testing on my Mavericks machine and can confirm that Adobe Reader is ignoring a Preset I created for my EPSON WorkForce 1100.  From the CUPS debugging log it would appear that Adobe Reader is bypassing the Apple print window.  It would not therefore be picking up a Preset.
    Wht make and model of printer are you using?  If your prnter uses a PDE to set duplexing, I can imagine that Adobe Reader is not going that deep.  It would look at the PPD and just use whatever is in there.  If you let me know the printer make and model, I may be able to confirm that.  I am not sure that will get you any closer to a sulution.  It may help answer "why".

  • Apple Preview print dialog defaults to "2-sided" printing.  How to change?

    Using a Lexmark Pro905 printer via wi-fi. The old iMac (10.4) prints normally but on the new iMac (10.6.6) preview defaults to printing 2 sided, which causes my printer to jam 70% of the time. I can find no way to turn off 2-sided by default. Any ideas?
    I can make a new "Preset" with 2 sided turned off but preview doesn't default to the new preset anyway so it's the same effort to have to select the other preset as it is to de-check the "2-sided" check box. Looking to simplify this for my mother who is not so computer savvy.

    In general, you can change the defaults for a printer by going to http://localhost:631/printers/ and choosing the printer, and then choosing to set the defaults. I am mystified why this would happen only with Preview, or does it happen with other applications?

  • I have a psc 2175 all-in-one. "Automatic Two Sided Printing Module Is Missing."

    Whenever I try to print on both sides of the paper, I get this message:
    Automatic Two Sided Printing Module is Missing."
    There doesn't seem to be anywhere that a module would be inserted into this printer. Am I missing something here? Very confusing! Please help!

    Via the control panel, find your printer and right-click it and choose "Printing Defaults..."  From there click the Services tab and open the HP Toolbox.  In there click the Configuration tab and un-check "Automatic Two-Sided Printing Module" and click "Apply".  This will get back the dialog that tells you when it's time to turn your pages around.

  • Deskjet 930c does not do double sided printing with windows 7

    We have just obtained a new machine with Windows 7 and connected the existing Deskjet 930c via a usb cable.
    Under windows XP it was possible to select double sided printing and a prompt was displayed on the screen to turn the paper round.
    This is not happening under windows 7. Is there something we have not done? Or is it not possible any more.
     It does go through the motion of double sided printing but does not stop to change the paper.
    Any ideas anyone - we do a lot of double sided printing and we hav spent hours trying to sort this out.

    Please look at the HP Support page,
    http://h10010.www1.hp.com/ewfrf/wc/document?docname=c00098827&lc=ja&dlc=ja&cc=jp
    Unfortunately, I could not find an equivalent page in English.  This is for Win XP and Vista, but I checked
    that a similar logic can be applied to Windows 7, too.
    step 1 to 3 is to show property of the printer Deskjet9xxC.
    step 4 is to select device setting tab
    step 5: change "installable option" from "uninstalled" to "already installed"
    step 6: OK
    step 7: select print setting
    step 8: select layout tab, and choose either long edge or short edge
    that is all.
    In my Japanese Windows 7 environment, when I double-click the "HP DeskJet 930C/932C/935C" icon, there are three sub items appeared.  Two out of these three were used in the above steps.
    Please try.
    PaperlessUK wrote:
    We have just obtained a new machine with Windows 7 and connected the existing Deskjet 930c via a usb cable.
    Under windows XP it was possible to select double sided printing and a prompt was displayed on the screen to turn the paper round.
    This is not happening under windows 7. Is there something we have not done? Or is it not possible any more.
     It does go through the motion of double sided printing but does not stop to change the paper.
    Any ideas anyone - we do a lot of double sided printing and we hav spent hours trying to sort this out.

  • How do i do a 2-sided print with eprint?

    How do I do a 2-sided print with ePrint?  I know how to do it when I print normally.

    Hi,
    The ePrint service by itself does not support 2-sided printing:
    Are there any limitations that I should be aware of when using ePrint?
    Duplexing (printing on both sides of the page) is not supported.http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02983559&cc=us&dlc=en&lc=en&product=5070121&tmp...
    You may bypass this limitation however by using the HP ePrint Mobile Driver.
    It will ass additional printer driver into your PC which configured to send your print job via ePrint and this driver do support Duplex printing.
    You may download the driver below:
    http://www.hp.com/go/eprintmobiledriver
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • Two sided printing using the duplex

    Officejet Pro 8610
    When using the duplex for double sided printing the top and bottom margins are not properly aligned.  However, when using the manual feed option there is accuracy which is the ca se when I print the same document (which I created using Office 2013) at my place of work.
    So, holding a document such as a letter or a report, with printed text on both sides up to the light shows that the top and bottom lines on page 1 are lower than those on page 2. This pattern repeats for documents several pages long and those created by other people. 
    I have check the feed and the rollers on the duplex  - all looks fine.

    Some printers (certainly some LaserJet devices) include features (accessible via front panel menus, or Embedded Web Server, or Toolbox equivalents) to adjust the registration of the image on each page.
    Some such devices allow different adjustments for each paper tray, and for differences between front and rear faces.
    I've no idea whether or not this might apply to your OfficeJet Pro 8610 printer. 

  • Two-sided printing works, but alternate pages print "upside down"

    I have an HP C6280 all-in-one, networked via Bonjour. The 6280 ships with the duplex (two-sided) printing accessory. Latest drivers from HP (v2.3?) installed. I can select two-sided printing, and it works...but no matter which binding option I choose, the pages print out as if I was binding at the top. IE, page 1,3,5 are right side up but 2,4,6 are upside down. I want binding on the left.
    What am I missing? On the HP forum, I saw a note that this is a known problem in Vista. Any ideas? thx

    This was a problem about a year old with older drivers for other printers. Maybe somehow you've got these installed. Run the HP Uninstaller from its folder in Applications and uninstall all HP software. Reinstall version 9.7.1 from the download here:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-55528-2 &lc=en&dlc=en&cc=us&lang=en&os=219&product=3194498
    You could also try reseting the Leopard print system. Search for how to do this.

Maybe you are looking for

  • IMac 27 Hard Drive Brand?

    I have an imac 27inch EMC 2309 that will not start.  How do I find the exact brand and type of HD i need to purchase so that it will work if I cant access the drive to know the brand for the sensor wire?  I've tried everything.  At first it wouldnt s

  • PlayMemories Crashes on Windows 8.1 64 Bit

     PlayMemories is crashing on Windows 8.1 64 Bit. It crashes as soon as I start it up, with "Browser Stopped Wiorking". From Windows Event Log: Faulting application name: PMBBrowser.exe, version: 9.2.0.2052, time stamp: 0x54d349d3 Faulting module name

  • Consignment Vendor Stock Process

    Dear Gurus, I've been studying the Consignment Procedure in the web and read a lot of documentation about it. However, I'm still puzzled on the proper steps. Sorry I'm new to MM. Can you help me with the procedure? Tcode? 1. Create Consignment PO (K)

  • Dimmed recording level whenever i plug my mic in

    I've been using a samson g-track usb mic....and I have not had this problem until now when i plug the mic in on garageband the recording level will go all the way down and go dim to where i can't make it go back up... therefor i can't record how can

  • Video name not showing

    Hopefully a quick fix for this.  I converted and copied a bunch of mp4 files across to the TouchPad, but I can't tell what each video file is because no file name is displayed.  Did I do something wrong in the coversion, or is this a bug? Post relate