Skip to content Skip to sidebar Skip to footer
Showing posts with the label Itextsharp

Itextsharp Xmlworkerhelper And Images For Html To Pdf

Bottom line is I'm using iTextSharp to write out HTML to a PDF -- with an image. Right now, I&#… Read more Itextsharp Xmlworkerhelper And Images For Html To Pdf

How To Convert Html Page To Pdf With Css Using Itextsharp?

This is my code : Response.ContentType = 'application/pdf'; Response.AddHeader('conten… Read more How To Convert Html Page To Pdf With Css Using Itextsharp?

No Change In Font Face In Html To Pdf Generation Using Itextsharp

I'm using a HTML Rich-Text Editor to help me create a template for dynamic PDF reports, and it&… Read more No Change In Font Face In Html To Pdf Generation Using Itextsharp

Skip Adding Empty Tables To Pdf When Parsing Xhtml Using Itextsharp

ITextSharp throws an error when you attempt to create a PdfTable with 0 columns. I have a requireme… Read more Skip Adding Empty Tables To Pdf When Parsing Xhtml Using Itextsharp

Render Pdf In Itextsharp From Html With Css

Any idea how to render a PDF using iTextSharp so that it renders the page using CSS. The css can e… Read more Render Pdf In Itextsharp From Html With Css

How To Get Ordered List Into Pdf Using Itext?

I have to get an ordered list into pdf.The data stored is in html format.When exporting to pdf usin… Read more How To Get Ordered List Into Pdf Using Itext?