PDF Reports
![]() |
|
General Overview
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 sourcespdfReporter.DataSources.Add(Company); //GeneratedCompany is class Company listed abovepdfReporter.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 1
PDF Reports - Sample 2
PDF Reports - Sample 3
PDF Reports - Sample 4
