Hi, I've been struggling with this for a few days now.
I developed a website that used the iTextSharp plugin to modify and upload excel files to the client and create PDF files (with tables, preferably html tables) and upload them to the clients browser.
Everything was working fine until I deployed a prototype of the site on an IIS8 server and all of my iTextSharp code broke.
I have tried so many things, folder permissions, modifying the web.config and application.config files.
I navigated around the excel issue by utilising CodePlex's NPOI library and this works now.
I have searched for a free plugin to create, save locally on the server and upload to the clients browser but have so far found nothing that has worked (PDFSharp, MigraDoc).
I have two questions;
Is it possible to use the iTextSharp library on IIS8? Has anyone got this working? How? A lot of the available plugins are bu ...
Go to the complete details ...