Skip to the content.

last week I was involved in developing an internal windows application for my company and we wanted to print simple report and keep the application simple to deploy ( xcopy way ) and as we use Windows 7 in all our company computers which already have .NET framework but nothing else ( not crystal reports or MS reporting tools ) , I decided to use ABCpdf.NET to create our simple report via creating html page and converting it to PDF for printing & archiving .

hint : if you don’t have ABCpdf.NET already installed you can download it from this link http://www.websupergoo.com/download.htm ( the 32bit version is about 43MB )

here I am going to explain the first steps to get started with ABCpdf.NET library ..

this will export your report to PDF and run it the default PDF viewer like this