|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 |
|
||
|
I've used ITextSharp to create PDF's from .net. It is the .net port of the open source IText. It has the capability to create the PDF from scratch. But doing that would require formatting the entire document. Instead I created a PDF Form, then filled in the fields of the form using a small class. The most difficult time I has had was figuring out how to get the the filled in form into the actual memory stream. The work of the class if is in the following function. I can give more details if someone wants them. The sourceforge url is: http://sourceforge.net/projects/itextsharp/
|
||||
|
1 |
|
||
|
I've used ITextSharp to create PDF's from .net. It is the .net port of the open source IText. It has the capability to create the PDF from scratch. But doing that would require formatting the entire document. Instead I created a PDF Form, then filled in the fields of the form using a small class. The most difficult time I has was figuring out how to get the the filled in form into the actual memory stream. The work of the class if in the following function. I can give more details if someone wants them. The sourceforge url is: http://sourceforge.net/projects/itextsharp/
|
||||
