Printing ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jacek Jurkowski

    Printing ...

    .... from Windows to pinwritter is so slow.
    It's probably because it's printed as an
    graphics not as ASCI chcars. Is the only way
    to print faster is to create and print from
    DOS applications? Is there any other way?


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Printing ...

    Jacek,

    You could try opening a stream directly to the printer, and then sending
    the codes yourself. However, this solution will most definitely be
    printer-specific, so I would use it with caution.

    Hope this helps.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Jacek Jurkowski" <pcmigel@priv1. onet.pl> wrote in message
    news:OTewlfAIGH A.344@TK2MSFTNG P11.phx.gbl...[color=blue]
    > ... from Windows to pinwritter is so slow.
    > It's probably because it's printed as an
    > graphics not as ASCI chcars. Is the only way
    > to print faster is to create and print from
    > DOS applications? Is there any other way?
    >[/color]


    Comment

    Working...