ITextSharp insert text to an existing pdf
The title sums it all.
The title sums it all.
I am trying to convert HTML to PDF with iTextSharp in MVC Razor, but everything I have tried has not worked. Does anyone know how to accomplish this?
I am using ITextSharp to convert an HTML page to PDF. However, ITextSharp prints the CSS in the STYLE declaration straight out, ignores stylesheets even when added programmatically and only listens to some inline styles (e.g. font-size and color but not background-color). Is there something I am missing with ITextSharp, or is there a better … Read more