rendering html to pdf

  • Thread starter Thread starter Mirza
  • Start date Start date
M

Mirza

Hi,

I have a problem.Can anyone help me?

Is there a way to convert an HTML/ASPX page directly to
pdf with simple tag or class in vb.net.

Thanks in advance
Mirza
 
¤ Hi,
¤
¤ I have a problem.Can anyone help me?
¤
¤ Is there a way to convert an HTML/ASPX page directly to
¤ pdf with simple tag or class in vb.net.
¤

No, a third party component (or equivalent code) would be required to do this. There is no native
functionality that supports the generation of PDFs.

You may be able to use one of the many PDF print drivers available (some are free). One that has
been around a while is ActivePDF (http://www.activepdf.com/en/Start.asp).


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top