virtual printer driver for PDF

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
thanks
very very intersecting.
Anyway, I use primopdf from activepdf. Since it is free, I believe you will
not have problem distributing it.
 
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!!
 
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.
 
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
 
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...
 
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

Back
Top