Because this example need java version iText tools, so we need write a C# version Burst. using System; using System.IO; ...
Day: October 11, 2006
Burst.cs–split a PDF in several separate PDF files (1 per page)Burst.cs–split a PDF in several separate PDF files (1 per page)
Update: use PdfSmartCopy and simplify the job. using System; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; namespace chapter01 { /// /// ...
HelloWorld–C# version examples of iText in ActionHelloWorld–C# version examples of iText in Action
Create a PDF in Five steps using System; using System.IO; using iTextSharp.text; using iTextSharp.text.pdf; namespace chapter01 { /// /// this ...