简体   繁体   中英

Generate PDF/ Microsoft Word Reports using ASP.NET

I want to ask for the best way to generate a PDF and Microsoft Word Documents using ASP.NET.

I have used XSLT transformation, but the results was not good, and the major of XSLT processors are commercial and not free.

I need to create a simple document have a header, footer and some tables and images.

can anyone provide me with the best technology to do this job.

Thanks

I had this question a little while ago. I wrote some really neat stuff for PDF generation.

iTextSharp or XSL-FO to create a PDF dynamically with fillable forms?

PM me and I can send you some files.

IText is a good free library for creating PDF documents. http://itextpdf.com . Works great with both WinForms and ASP.Net.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM