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

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

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?

Html Tag Not Accepted In Itextsharp And Text Out Of Borders

I created a table with itextsharp and filled it with data from my database. Everything is ok but so… Read more Html Tag Not Accepted In Itextsharp And Text Out Of Borders

Huge White Space After Header In Pdf Using Flying Saucer

I am trying to export an HTML page into a PDF using Flying Saucer. For some reason, the pages have … Read more Huge White Space After Header In Pdf Using Flying Saucer

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 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