PDF Reports

Login Form

PDF Reports

Download PDF Reports
  • PDF report generation from MSSQL, MySQL, Excel, etc.
  • Used to generate Invoices, Catalogs, Price lists, Work reports, etc.
  • .NET or Win32 component used from C#/VB .NET/ASP .NET/C++, etc.

PDF Reports is .NET or Win32 component that is used to generate PDF files automatically from your data and created report template. Embed this component into your software in just 6 lines of code. and get nice looking reports generated by your software. Check our samples page to see what can be generated.

Now used by more than 1,000 companies world-wide.

Download PDF Reports


General Overview

  • .NET Component or Win32 dll file that can make professional looking reports in PDF files in the most easiest and efficient way (for ASP .NET, C#, VB .NET, C++, C, VB 6, ...) 
  • Source of data for our reports can be databases, network, files, hardware, ...
  • Report generator that gives you total freedom to design any type of report  by using images, color gradients, different shapes, etc.
  • No additional pdf drivers, installations, etc required. Plug component into your software, provide your data and it is PDF generating ready
  • You can use it in your software in just 6 lines of code
  • Preview of your report can be done during report creation

We highly recommend you to check our samples page to see what kind of reports can be generated by this product.

Features

PDF Reports has many useful features. Some of them are: 

  • Fast integration into any existing code (just 6 lines of code is enough to integrate this component)
  • Support for gradients, background images, and different kind of shapes
  • Reports can display text in any angle you want (you can display your texts vertically)
  • Support for all kind of image formats
  • Place of detail sections can be fully customized (sections can be generated in star-shape, etc)
  • Easy to use template editor, created to be completely user-friendly
  • Support for all TrueType fonts that can be embedded into your reports
  • Auto report generating working from common .NET classes (DataTable, DataSet, ... ) and from any of your custom classes
  • Data source for generating your reports can be anything not just database
  • Processing data is possible through .NET objects or by callbacks
  • ...

Usage example

Complete projects on how to use our component can be downloaded here:

  • C# .NET workable usage example: Click Here
  • VB .NET workable usage example: Click Here
  • C++ workable usage example: Click Here

Short usage examples:

If you are looking for short C++ example click here

class Company
{
...
}

class Product
{
...
}

private List<Product> products;

AxiomCoders.PdfReports.PdfReports pdfReporter = new AxiomCoders.PdfReports.PdfReports();
//Set data sources
pdfReporter.DataSources.Add(Company); //GeneratedCompany is class Company listed above
pdfReporter.DataSources.Add(products);
pdfReporter.TemplateFileName = txtTemplateFile.Text;
pdfReporter.Logging = true;
pdfReporter.GeneratePdf(txtPDF.Text);

Practical Use Cases

"PaperProcess ltd. creates press clipping software and they wanted to enrich their application with nice looking textual reports the most easiest way. They bought PDF Reports component and integrated it just one day"

"HumanResources company is producing software related to price-lists and invoices. They wanted simple reporting solution with capability to put some gradients and images to their price lists. They bought PDF Reports component and they got desired reports in one single day

"Clover Attraction Ltd. is creating business software in C++. They had big problems finding simple component that could make their software to create nice looking reports in PDF format. They bought PDF Reports and solved their problems"

Sample shots

Here are some shots on what can be generated with PDF Report Generator:

 PDF Reports - Sample 1PDF Reports - Sample 1 PDF Reports - Sample 2PDF Reports - Sample 2 PDF Reports - Sample 3PDF Reports - Sample 3 PDF Reports - Sample 4PDF Reports - Sample 4