tranformt printDocument To PDF

D

dirichle

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

thanx
 
H

Herfried K. Wagner [MVP]

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
 
J

Julian Ziersch

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
 

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