Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Printing using LPT

Printing using LPT

Scheduled Pinned Locked Moved C#
graphics
7 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sianatia
    wrote on last edited by
    #1

    hi there, I use LPT for printing my documents because i want to control my pages and lines,but when i want to print an image it takes too long to convert the image into monochrome bitmap for black/white printers and also there is a puase between each line of printing.I want to know how Windows prints images so fast... thanks

    C 1 Reply Last reply
    0
    • S sianatia

      hi there, I use LPT for printing my documents because i want to control my pages and lines,but when i want to print an image it takes too long to convert the image into monochrome bitmap for black/white printers and also there is a puase between each line of printing.I want to know how Windows prints images so fast... thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Converting an image to greyscale shouldn't take very long. I imagine that Windows really just passes the images to the print driver, and the driver does the rest.

      Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      S 1 Reply Last reply
      0
      • C Christian Graus

        Converting an image to greyscale shouldn't take very long. I imagine that Windows really just passes the images to the print driver, and the driver does the rest.

        Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        S Offline
        S Offline
        sianatia
        wrote on last edited by
        #3

        it is so,but the point is when we are using windows to print,there is no control over pages and lines of printing which causes so many trouble in continuos papers.

        C 1 Reply Last reply
        0
        • S sianatia

          it is so,but the point is when we are using windows to print,there is no control over pages and lines of printing which causes so many trouble in continuos papers.

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          How do you mean by 'using windows to print' ?

          Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

          S 1 Reply Last reply
          0
          • C Christian Graus

            How do you mean by 'using windows to print' ?

            Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

            S Offline
            S Offline
            sianatia
            wrote on last edited by
            #5

            i mean when we are using .net to print

            C 1 Reply Last reply
            0
            • S sianatia

              i mean when we are using .net to print

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              OK, that's kind of the opposite of what you said :-) I find it difficult to believe that .NET does not support those things.

              Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

              S 1 Reply Last reply
              0
              • C Christian Graus

                OK, that's kind of the opposite of what you said :-) I find it difficult to believe that .NET does not support those things.

                Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

                S Offline
                S Offline
                sianatia
                wrote on last edited by
                #7

                ofcourse .Net does not suppport line control because when you want to print by .Net it just prints the page and you can not for example force the print to advance one line not one page,this is my problem...

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups