Giter VIP home page Giter VIP logo

rawprint's Introduction

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;

    // Create an instance of the Printer
    IPrinter printer = new Printer();

    // Print the file
    printer.PrintRawFile(PrinterName, Filepath, Filename);

Installation:

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

PM> Install-Package RawPrint

2019-09-12 Version 0.5.0

Job arguments now include the printer name. License moved to Frogmore Computer Services Ltd (still BSD).

2018-01-24 Version 0.4.0

IPrinter now includes a OnJobCreated event which fires just as the job is started, use this to modify the job information.

2017-02-02 Version 0.3.0

If you supply a page count this is now reflected in the print job information in the spooled document.

2016-02-21 Version 0.2.0

Static methods are now obsolete. Introduced IPrinter interface to make mocking easier. Support for spooling a paused print job

2015-10-20 Version 0.1.0

Fixed an issue with some HP drivers that misname their pipelineconfig.xml file.

rawprint's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.