Title: Printing PDF or Postscript from .NET
Elliot,
If you have the Distiller(preferred) or PDFWriter installed, you can select that printer and print to it from a .NET application.  I have tested with some another PDF printer driver with good results as well. If you need to set the options from your application e.g. file name, quality, etc., then you will need to use the COM API to control Distiller.  I did not do that for my application.
 
Jeff Ballance
----- Original Message -----
Sent: Sunday, June 15, 2003 7:59 PM
Subject: [PDFdev] Printing PDF or Postscript from .NET

Hi there

I need to programmatically print out a PDF file. Converting first to Postscript and then printing that instead would be fine also. Ideally would like to use a .NET native API of some sort, but a COM API would also be ok.

Any ideas?

Thanks,
Elliot Gibbs

Reply via email to