printer

  1. Neodynamic

    How to directly Print Word docs without Preview or Printer Dialog from ASP.NET

    In this walkthrough, you'll learn how to print any MS Word document (*.doc; *.docx) from an ASP.NET website to the client printer without displaying a print dialog. You'll be able to print the Word doc to the Default client printer as well as to any other installed printer at the client...
  2. M

    Question Can any one tell me how to control printe to start/stop/pause?

    I have implemented school application in which I used crystal report to print fee receipt. The size of receipt is smaller then A5 page size and I have to print receipt on Roll Paper. When I try to print fee receipt the first page will be printed perfectly but the problem is after completion of...
  3. R

    Question Sending RAW Data to the printer

    Hi I want to send PLC file to the laser printer I used this code but the print job stays in the print queue and could not be printed :confused: How to send raw data to a printer by using Visual Basic .NET What can I do ? Thanks a lot :D
  4. T

    Question Error on "Claim" with OPOS Printers

    OK, I've been wracking my brain for a few days now, can't seem to find a solution to a problem I'm having with OPOS printers. Here's my scenario; I have a winforms application written in vs2005 vb.net, we'll call it program.exe program.exe launches other programs (dlls) that contain various...
  5. R

    Question Printing to Epson TM-T88III receipt printer with printer native fonts

    I am trying to write to Epson TM-T88III receipt printer using vb.net 2005. I am using PrintDocument class. Using system fonts is too slow to print so I wanted to use printer native fonts. But my application replaces the printer fonts with system fonts when I try to print. Here is the code: 'to...
  6. C

    Question What is the Font for receipt usually ?

    Hi, I am really confuse right now. I am making an application for retail shop (POS), I am using an EPSON printer TM-U220. It's a dot matrix printer. These days, I collected some receipt from other store as samples. I count the columns, most of them have 40 columns. I've tried every font that my...
  7. D

    Question Printform component problem in Printing forms

    Hello i have used a to print a BILL module ( where many text box controls with prefilled time & date ,some filled data from database server others fields are manulally filled by the user) then if the user click the print button then it prints using PRINTFORM component.Here comes the issue it...
  8. dlw@pickpro.com

    Question How to set the printer form NOT print document

    Been trying to set a printers form (page size). Got to the winspool.drv library, SetForm API... without luck. I'm looking to set the default form (IE: Letter, legal, "Us Std Fanfold" etc) I do not want to add/remove the form from the printer. Just assign an existing form, not knowing the...
Back
Top