Is it possible to adding your PDF basic library for .NET to my existing mvc project. I need your library to integrating PDF generation features into my mvc project. Please let me know the detailed steps on doing this.
I looked at a few samples online but these are not enough for me to figure it out, what and where i need to add the code....Thanks for any help you can offer.
Answers
XsPDF library can be used in ASP.NET MVC web application projects to add rich PDF features to your web applications. It provides the flexibility to create PDFs directly from images and HTML. You may also create new PDF file in your web application.So, please directly download a free trial online to test. The trial package includes the complete sample code with solution.
Thanks so much for your reply, my project is already started.
One more question, how can i add an image to pdf document, at a defined page number. i tried but got errors all the time. Hope you can help me figure out why i cannot get an image on pdf to display. What do you think is the best option for me to use? Am i missing something obvious?
This article on XsPDF.com is what you looking for, check out: How to add image on PDF in C#. You can get a piece of demo code on this guide page.