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

Printing

Scheduled Pinned Locked Moved C#
csharphelptutorial
2 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.
  • C Offline
    C Offline
    Christopher Thornburg
    wrote on last edited by
    #1

    I am new to .net and C# programming and I am writing a POS type of application that prints a receipt to a small receipt printer. I am having some problems understanding how to format my report for this little printer. It will work in a laserjet on a full sheet, but it won't print on the receipt printer. This is making me crazy!!! Anyway if anyone has any ideas I am so in need of help. Thanks!!! :doh:

    Christopher J. Thornburg Senior Systems Analyst Ideal Card

    G 1 Reply Last reply
    0
    • C Christopher Thornburg

      I am new to .net and C# programming and I am writing a POS type of application that prints a receipt to a small receipt printer. I am having some problems understanding how to format my report for this little printer. It will work in a laserjet on a full sheet, but it won't print on the receipt printer. This is making me crazy!!! Anyway if anyone has any ideas I am so in need of help. Thanks!!! :doh:

      Christopher J. Thornburg Senior Systems Analyst Ideal Card

      G Offline
      G Offline
      gnadeem
      wrote on last edited by
      #2

      hi, for POS applications , normally APIs are available like OPOS. which provide methods for primitive printing tasks. for direct printing to a printing device using serial cable , u still can use OPOS standard. u will have to use special characters at begining and end of , for instance , a string to print it. in both cases, you will have to build a string that you want to print and send to printer (like a batch printing pattern). i dont think u its going to be like windows standard printing (i.e on A4 printer). have a look here for more info http://monroecs.com/posstandards.htm[^] regards.

      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