clawsoftware / clawPDF

Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
https://github.com/clawsoftware/clawPDF
GNU Affero General Public License v3.0
658 stars 147 forks source link

Using clawPDF as a libray in another C# project #105

Open tobbelille78 opened 11 months ago

tobbelille78 commented 11 months ago

Hi,

I am interested of using the pdf print queue in one of my own projects. Is that possible and do you have any examples on how to do that?

In the end I want build an exe file that is running in the background on a users computer. The application will install a new printer ("New PDF Printer") using your PDF driver as backbone. When the users has printed using this print queue, I will then hook on my own code to continue.

Is this possible?