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

Itext Style Parsing Html To Pdf

I've a problem with iText. I've followed this link: How to export html page to pdf format? … Read more Itext Style Parsing Html To Pdf

Itextsharp Xmlworker: Right-to-left

After a long time of struggling with this not-so-friendly API, I am finally making progress, but no… Read more Itextsharp Xmlworker: Right-to-left

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

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

Html To Pdf Using Itext Xmlworker

Document document = new Document(PageSize.A4, ml, mr, mt, mb); PdfWriter writer=PdfWriter.getIns… Read more Html To Pdf Using Itext Xmlworker

Element Inside Class Css Definition Not Applied Using Itextsharp (5.5.1) Xhtml To Pdf

Update: ITextSharp 5.5.2 Supports this feature but previous version of ITextSharp do not. Does ITex… Read more Element Inside Class Css Definition Not Applied Using Itextsharp (5.5.1) Xhtml To Pdf

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

How To Get Particular Html Table Contents To Write It In Pdf Using Itext

I have used iText to export the table contents to pdf. Here is my code: JSP: Solution 1: Please ta… Read more How To Get Particular Html Table Contents To Write It In Pdf Using Itext