Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a situation where I have to Export a Report Shown in a HTML page to PDF.The page contains some text Like Report ID, Customer Name, Product Name and some images that has come from database dynamically. And I need to export the Report page with images to a PDF page. For that I have used iTextSharp ddl it works but the problem is that it could not maintain the position of text and images and the document get merged. More over I have used JSPPDF plugin from https://github.com/MrRio/jsPDF/ but I still unable to use it.
If any body who know how to use either or any other option then please help me with example.
Thank you in advance.
Posted
Updated 25-Jan-15 0:25am
v3
Comments
Wasim Akram (Asansol) 25-Jan-15 6:26am    
Please help me

I can't see what the problem with iTextSharp, but you may want to give a try to this: http://wkhtmltopdf.org/[^]
 
Share this answer
 
If you can design your report as a html document (and why not), this will certenly help you out: https://www.nuget.org/packages/HtmlRenderer.PdfSharp[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900