Skip to content

Send files directly to a Windows printer bypassing the printer driver.

License

Notifications You must be signed in to change notification settings

simonlaroche/RawPrint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RawPrint

.Net library to send files directly to a Windows printer bypassing the printer driver.

Send PostScript, PCL or other print file types directly to a printer.

Requires .Net 4 runtime on Windows XP to 10 and Server 2003 to 2012.

Usage:

using RawPrint;

Printer.PrintFile("Printer Name", @"C:\Path\To\Print\File.prn", "Document Name");

Installation:

To install Raw Print, run the following command in the Package Manager Console

PM> Install-Package RawPrint

2015-10-20 Fixed an issue with some HP drivers that misname their pipelineconfig.xml file.

About

Send files directly to a Windows printer bypassing the printer driver.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages