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

Converting Html To A Multi-column Pdf

I am trying to generate a multi-column PDF from HTML using iText for .NET. I am using CSS3 syntax … Read more Converting Html To A Multi-column Pdf

How Do I Convert Malformed Html To Pdf With Itext And Xmlworker?

I am trying to convert HTML(with external CSS) into PDF using Itext XMLWorkerHelper, am facing the… Read more How Do I Convert Malformed Html To Pdf With Itext And Xmlworker?

Itextsharp Htmlworker.parsetolist() Throws Nullreferenceexception

I am using iTextSharp v.4 to merge a whole bunch of html files. It was working fine until I needed… Read more Itextsharp Htmlworker.parsetolist() Throws Nullreferenceexception

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

Itextsharp Base64 Embedded Image In Header Not Parsing/showing

Background: I have an editor where I can edit the header and footer of a document in HTML and then … Read more Itextsharp Base64 Embedded Image In Header Not Parsing/showing

Itext Partial Html Rendering

I am using iText PDF library for Java in order to generate PDF. I want to partially render some HTM… Read more Itext Partial Html Rendering