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.

iTextsharp landscape document

I am trying to create Landscape PDF using iTextSharp but It is still showing portrait. I am using following code …

c# itextsharp
Using itextsharp (or any c# pdf library), how to open a PDF, replace some text, and save it again?

Using itextsharp (or any c# pdf library), i need to open a PDF, replace some placeholder text with actual values, …

c# pdf itextsharp acrobat
Embedding DLL's into .exe in in Visual C# 2010

I'm working on a C# program that uses iTextSharp.dll and WebCam_Capture.dll. When I build the program, it …

c# dll embed itextsharp
itext positioning text absolutely

In itext I have a chunk/phrase/paragraph (I dont mind which) and I want to position some where else …

java .net itextsharp itext
Split PDF into multiple PDFs using iTextsharp

public int SplitAndSave(string inputPath, string outputPath) { FileInfo file = new FileInfo(inputPath); string name = file.Name.Substring(0, file.Name.LastIndexOf(".")); …

c# asp.net pdf split itextsharp
iTextSharp in version 4.1.6 (with previous licence conditions)

I have an old project that is using iTextSharp library for PDF generation. iTextSharp DLL is added as reference to …

.net pdf pdf-generation itextsharp
Using itextsharp xmlworker to convert html to pdf and write text vertically

Is there possible to achieve writing text direction bottom-up in xmlworker? I would like to use it in table. My …

c# html asp.net itextsharp xmlworker
free alternative to iTextSharp

I have a project not open source and I need to use something like iTextSharp , because iTextSharp licence say it …

c# itextsharp
iTextSharp + FileStream = Corrupt PDF file

I am trying to create a pdf file with iTextSharp. My attempt writes the content of the pdf to a …

c# pdf itextsharp filestream memorystream
iText – HTML to PDF - Image is not displayed in PDF

I have a html page with text, image and I am parsing the HTML content to iText to generate the …

java itextsharp itext relative-path html-to-pdf