Using asp.net, we have a need to integrate a pdf creator.
Would like a solution that would run similar to Word Bookmarks, where we could insert information/data into designated bookmarks with text surrounding the bookmarks to create a PDF. If possible, if there is a method to use a Word Document and insert bookmarks.
The other method we need is to possibly create a pdf based on a aspx webpage after the page is populated.
gmannh
Member
74 Points
52 Posts
PDF Creator ?
Jul 05, 2012 10:35 PM|LINK
Using asp.net, we have a need to integrate a pdf creator.
Would like a solution that would run similar to Word Bookmarks, where we could insert information/data into designated bookmarks with text surrounding the bookmarks to create a PDF. If possible, if there is a method to use a Word Document and insert bookmarks.
The other method we need is to possibly create a pdf based on a aspx webpage after the page is populated.
Thanks
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: PDF Creator ?
Jul 05, 2012 10:57 PM|LINK
You can create pdf's with some free libries like ITextSharp or third party library like Aspose.net (not free)
Space Coast .Net User Group
gmannh
Member
74 Points
52 Posts
Re: PDF Creator ?
Jul 05, 2012 11:33 PM|LINK
Thanks Ken
If you have used them, which one would you recommend. Looking for most functionality/flexibility. Pricing is secondary.
Ken Tucker
All-Star
16797 Points
2608 Posts
MVP
Re: PDF Creator ?
Jul 06, 2012 12:26 AM|LINK
I have used both. The aspose controls allow to do a lot more.
Space Coast .Net User Group