Introduction This article presents a basic HTML to PDF converter: with this library, you can transform simple HTML pages to ...
Category: PDF
PDF means Portable Document Format
HelloWorldBurst–C# version examples of iText in ActionHelloWorldBurst–C# version examples of iText in Action
Because this example need java version iText tools, so we need write a C# version Burst. using System; using System.IO; ...
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 { /// /// ...