virtual printer driver for PDF

G

Guest

I would like our app to print to PDF instead of the printer and then email
the pdf. For example, we have a print preview of an invoice and if the user
click to print the preview and selects the PDF dirver, it prints to PDF. Is
there a source code that does this or a control to buy and be able to
distribute it easily?
 
A

Alberto Poblacion

Mike9900 said:
I would like our app to print to PDF instead of the printer and then email
the pdf. For example, we have a print preview of an invoice and if the
user
click to print the preview and selects the PDF dirver, it prints to PDF.
Is
there a source code that does this or a control to buy and be able to
distribute it easily?


ITextSharp is available at SourceForge:
http://itextsharp.sourceforge.net/

It is not a printer driver, but it will allow you to create PDFs from
your program.
 
E

Egghead

thanks
very very intersecting.
Anyway, I use primopdf from activepdf. Since it is free, I believe you will
not have problem distributing it.
 
G

Guest

Yes activepdf is ok if you do not want to programmatically print to pdf using
a driver. If you need to do programmatically they charge per customer!!
 
E

Egghead

Do not know that, I do not use the primopdf API as well.
Anyway, I use ComponentOne print control ( it has the print preview) which
has the PDF output as well.
 
G

Guest

We can do this project for you. We have the source as well if you need it.
The whole question really is what kind of PDF do you want?
-Jordan
 
M

Mark Rae [MVP]

I would like our app to print to PDF instead of the printer and then email
the pdf. For example, we have a print preview of an invoice and if the
user
click to print the preview and selects the PDF dirver, it prints to PDF.
Is
there a source code that does this or a control to buy and be able to
distribute it easily?

http://www.siberix.com

Superb product. Will create PDFs without a printer driver, will print them
directly to your default (or any other installed) printer etc...
 
A

ajk

I would like our app to print to PDF instead of the printer and then email
the pdf. For example, we have a print preview of an invoice and if the user
click to print the preview and selects the PDF dirver, it prints to PDF. Is
there a source code that does this or a control to buy and be able to
distribute it easily?

I use PDFCreator available on sourceforge

http://sourceforge.net/projects/pdfcreator/

hth/ajk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top