Results 1 to 2 of 2

Thread: HP Printers screwy with .Net printing

  1. #1

    Thread Starter
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    HP Printers screwy with .Net printing

    Well, this is gonna sound absurd.

    I have tried 3 other non-HP printers that layout a page properly with .Net's Printing class....

    And 2 HP printer's seem to cut the page in half prematurely....


    Anyone had any problems with HP printer's and .Net?

  2. #2

    Thread Starter
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704
    Nevermind, I just figured it out....

    Those printers are using a different Printing resolution (300dpi instead of 600dpi).... mmmm... now how to resolve that?

    Well, I guess Graphics.ScaleTransform(graphics.dpiX/600, graphics.dpiY/600) will fix that... but then I have to manually adjust the fonts....
    [/Highlight]
    = New Font("Times New Roman",14*ScaleFactor,FontStyle.Bold OR FontStyle.Underline)
    [/Highlight]

    Somehow I should be able to use a GraphicsUnit.World, and scale it all with one ScaleTransform statement though....
    Last edited by nemaroller; Jun 3rd, 2003 at 09:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width