Top "Itextsharp" questions

Library to create and manipulate PDF documents in Java and C#. Use this tag for code using iText versions up to 5.5.x. For iText versions from 7.0.0 onwards a separate tag "itext7" is available.

Convert HTML to PDF in .NET

I want to generate a PDF by passing HTML contents to a function. I have made use of iTextSharp for …

c# html pdf itextsharp
How to convert HTML to PDF using iTextSharp

I want to convert the below HTML to PDF using iTextSharp but don't know where to start: <style> .…

c# pdf-generation itextsharp xmlworker
Reading PDF content with itextsharp dll in VB.NET or C#

How can I read PDF content with the itextsharp with the Pdfreader class. My PDF may include Plain text or …

c# vb.net pdf itextsharp
How to return PDF to browser in MVC?

I have this demo code for iTextSharp Document document = new Document(); try { PdfWriter.GetInstance(document, new FileStream("Chap0101.pdf", FileMode.…

c# asp.net asp.net-mvc pdf itextsharp
ITextSharp HTML to PDF?

I'd like to know if ITextSharp has the capability of converting HTML to PDF. Everything I will convert will just …

.net itextsharp html-to-pdf
Adding an image to a PDF using iTextSharp and scale it properly

here's my code. It correctly adds the pictures I want and everything works except that the images are using their …

c# image itextsharp
Add Header and Footer for PDF using iTextsharp

How can I add header and footer for each page in the pdf. Headed will contain just a text Footer …

c# asp.net itextsharp
Merging multiple PDFs using iTextSharp in c#.net

Well i'm trying to merge multiple PDFs in to one. I gives no errors while compiling. I tried to merge …

c# pdf merge itextsharp
how to set width for PdfPCell in ItextSharp

i want set width for PdfpCell in Table, i want design this i Write this code PdfPCell cell; PdfGrid tableHeader; …

c# itextsharp pdfptable
iTextSharp set document landscape (horizontal) A4

How can I set an A4 document in landscape (horizontal) format in iTextSharp?

c# itextsharp