Just a example to show how to use iTextSharp in ASP.ET(no matter asp.net1.1 or asp.net2.0) using System; using System.Collections; using ...
Category: iTextSharp(iText#)
iText# (iTextSharp) is a port of the iText open source java library written entirely in C# for the .NET platform. iText# is a library that allows you to generate PDF files on the fly. It is implemented as an assembly.
Pdfizer, a dumb HTML to PDF converter, in C#Pdfizer, a dumb HTML to PDF converter, in C#
Introduction This article presents a basic HTML to PDF converter: with this library, you can transform simple HTML pages to ...
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; ...