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.
I am trying to create Landscape PDF using iTextSharp but It is still showing portrait. I am using following code …
c# itextsharpUsing itextsharp (or any c# pdf library), i need to open a PDF, replace some placeholder text with actual values, …
c# pdf itextsharp acrobatI'm working on a C# program that uses iTextSharp.dll and WebCam_Capture.dll. When I build the program, it …
c# dll embed itextsharpIn itext I have a chunk/phrase/paragraph (I dont mind which) and I want to position some where else …
java .net itextsharp itextpublic 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 itextsharpI have an old project that is using iTextSharp library for PDF generation. iTextSharp DLL is added as reference to …
.net pdf pdf-generation itextsharpIs 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 xmlworkerI have a project not open source and I need to use something like iTextSharp , because iTextSharp licence say it …
c# itextsharpI am trying to create a pdf file with iTextSharp. My attempt writes the content of the pdf to a …
c# pdf itextsharp filestream memorystreamI 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