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)
 

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