Frequently Asked Question:
Create my own PDF printer driver with it’s own name
I am developing a desktop application that will store documents to a SQL Server database. What I would like to do is have a printer driver assigned with a name for the application. When this driver is selected if the application is opened it will then my code query the application for the account to assign the document to. The document will then be automatically assigned a filename and imported in to the database.
My questions are:
- With your application can I create my own printer driver with it's own name?
- Is there enough flexibility to allow me to insert code to do such a thing?
No, Quick PDF Library does not include a PDF printer driver, so it will meet your requirements. Our library lets you programmatically convert a variety of images types to PDF and it lets you create PDF documents from scratch, but it does not let you convert existing documents (Word, Excel, Notepad, etc) to PDF.