There are many PFD creation API's both freely available and for pay. Google search for ".net pdf" or something like that. Here's a free one from sourceforge.
Download iText®, a JAVA PDF library for free. PDF Library for Developers. iText is an open-source PDF library available for Java and .NET (C#). iText allows you to effortlessly generate and manipulate standards-compliant PDF documents with a powerful and feature-rich SDK.
There are many PFD creation API's both freely available and for pay. Google search for ".net pdf" or something like that. Here's a free one from sourceforge. http://itextsharp.sourceforge.net/
Thanks for reply but i dont want to use any library to convert , is there any way to convert HTML pages through Code without taking reference of any dll or class , if yes then plz suggest me
Thanks for reply but i dont want to use any library to convert , is there any way to convert HTML pages through Code without taking reference of any dll or class , if yes then plz suggest me
Thanks
You can use the FileStream class to create and write to the PDF but you are better off using a third party package for this.
Comment