tranformt printDocument To PDF

  • Thread starter Thread starter dirichle
  • Start date Start date
D

dirichle

Does anyone know any dotnet component
which can transform a printDocument to a PDF file ?

thanx
 
Hello,

dirichle said:
Does anyone know any dotnet component
which can transform a printDocument to a PDF file ?

You can print to a PDF printer (like Adobe Distiller).

HTH,
Herfried K. Wagner
 
Hi,
Does anyone know any dotnet component
which can transform a printDocument to a PDF file ?

wPDFControl on http://www.wptools.de can convert metafiles into PDF
pages. If you can get old of the metafiles in the 'printdocument'
conversion can be done with wPDFControl.
wPDFControl also provides a 'Graphics' object (called 'Canvas') fro
..NET grapic API.

Regards,

Julian Ziersch
 
Back
Top