html to pdf

  • Thread starter Thread starter Brent
  • Start date Start date
B

Brent

I have a table full of dynamic content in my .net web
application. I would like to be able to save the html
that is generated into a pdf. Can anyone direct me to a
turorial that might help?

Thanks,
brent
 
Hello Brent,
I have a table full of dynamic content in my .net web
application. I would like to be able to save the html
that is generated into a pdf. Can anyone direct me to a
turorial that might help?

not a tutorial - but Ken Tucker and Herfried K.Wagner (both [MVP]) posted
untested links:
http://www.codeproject.com/showcase/TallComponents.asp
Adobe PDF Library SDK
<URL:http://partners.adobe.com/public/developer/pdf/library/>

HTH
Best regards
Ulrich Kulle
*****************************
http://www.help-info.de
*****************************
 
PDF's are written in BASE 85 encryption.

All you need to do is add the pdf.ocx to your project & then reference its
properties/methods that way.

Here's an example of the PDF API:

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=661&lngWId=10

On the CodeProject website, you'll notice that the majority of projects are
C# & the chances are if someone every supplies a link to that website, you
will be converting code yourself.

I hope this is of use to you
 

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