How can I make a PDF from text file or programmatically put text into a PDF file ?
Thanks
|
5
|
How can I make a PDF from text file or programmatically put text into a PDF file ? Thanks
|
||||||
|
|
|
Do you mean you want to write a PDF creator SW? If yes, you could get much sample codes from http://sourceforge.net/index.php. |
||
|
|
|
|
iTextSharp is one of the best open source frameworks for creating/manipulating PDFs in .NET: http://itextsharp.sourceforge.net/ |
||
|
|
|
|
iTextSharp is is a great open source project that can be downloaded from SourceForge. It is widely used, free and easy to get up and running with lots of examples and Tutorials available. You can get up an running quite quickly example:
|
|||
|
|
|
For a non-open source version which is very good, you can check ABCpdf. |
||
|
|