Create a PDF in Five steps using System; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; namespace chapter01 { /// /// this ...
Category: PDF
PDF means Portable Document Format
Port the examples of “iText in Action” to C#Port the examples of “iText in Action” to C#
From today, I will contribute the C# version examples of iText in Action(just port from java version to C#) version, ...
PDF Split and Merge(Base on iText)PDF Split and Merge(Base on iText)
PDF Split and Merge is an easy to use tool to merge and split pdf documents. It’s written in Java ...