How To Print .prn File Using C#

  1. A PRN file is a type of file that can be read by printers. It’s basically a generic output file that printers can understand. Sometimes you will end up with one of these files and need to print it. You used to be able to print these files to your local printer by using the command COPY /B C.
  2. That file to my default windows printer, how would I do that in C#? I tried just putting the printDocument1 object on my form and doing this: printDocument1.DocumentName = 'C: Tablerep.prn'; printDocument1.print(); it just prints a blank page every time. But I can open this file up in the dos EDIT.EXE and print and it prints fine.
.prn

}

in a.bat file :copy myFile.prn LPT1

You will need to lay out all the contents of the.prn file manually on the PrintDocument using standard drawing objects (i.e., Graphics.DrawString()). The PrintDocument class has a number of properties representing different print settings (i.e., paper size, paper source, duplex, etc.).

myFile.prn i won't print this file,myFile.prn also in same directory Nokia asha 210 price in pakistan.

when i run bat file print proper, but using window from on print button click nothing happen.

Blu disc studio keygen software. i don't know what's problem i this c drive not allow me to run file or other

user3496831user3496831

2 Answers

You can try to add app.manifest just to see if it is about permission issue.

In your app.manifest

TLJTLJ
How To Print .prn File Using C#

C drive permission issue. I change my storage location and its working proper

How To Print.prn File

user3496831user3496831

Open Prn File In Word

Not the answer you're looking for? Browse other questions tagged c#.netbatch-filecommand or ask your own question.

Posted on