Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Apply Custom Font To Html In Itextsharp

I have code FontFactory.Register(Server.MapPath('includes/fonts/Rockwell-Light.ttf')); … Read more Apply Custom Font To Html In 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 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?

Cannot Get Css To Work In Itextsharp (5.4.3) When Making Pdf

I have a problem trying to apply a css file to my pdf using the iTextSharp (5.4.3) generation libra… Read more Cannot Get Css To Work In Itextsharp (5.4.3) When Making Pdf

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

Itextsharp Is Not Showing Html Table In Pdf

I don't understand why it is not working. Here is my code: Response.ContentType = 'applicat… Read more Itextsharp Is Not Showing Html Table In Pdf

Generate Pdf Using ITextSharp For Different Languages

I have tried different options, but it did not work. The code generated pdf for English but does no… Read more Generate Pdf Using ITextSharp For Different Languages