Report.NET
Report.NET copied to clipboard
Class library used to generate precise PDF documents
See screenshot. 
See screenshot. 
Dear all, Unable to return web response in MVC5. Here is my code. `public ActionResult DownloadPdfDetailedAnalysis() { Report report = new Report(new PdfFormatter()); FontDef fd = new FontDef(report, "Helvetica"); FontProp...
Hello .. Good evening, In time I was looking for something similar to your project and I'm really enjoying implementing your tool, but I had to run a round at...
This tool is not working properly in case of any **Unicode** character added. I downloaded the source code and tried quickly to update in order to support the **Unicode**, but...
Bumps [Microsoft.Windows.Compatibility](https://github.com/dotnet/runtime) from 6.0.0 to 6.0.6. Release notes Sourced from Microsoft.Windows.Compatibility's releases. .NET 6.0.6 Release .NET 6.0.5 Release .NET 6.0.4 Release .NET 6.0.3 Release .NET 6.0.2 Release .NET 6.0.1 Release...
When we want to use a ttf font we get extra space when using Arial for example In Create() function of template (we used ImageSample) ```cs FontDef fdbar = FontDef.fontDef_FromTTF(this,...
Error on server when generating the PDF. But it works on local