MyDocument » Developer.Team

DynamicPDF Core Suite for .NET v8.0.4 Build 33803

DynamicPDF Core Suite for .NET v8.0.4 Build 33803
DynamicPDF Core Suite for .NET v8.0.4 Build 33803 | 142 Mb


DynamicPDF Core Suite bundles together our DynamicPDF Generator, Merger and ReportWriter products and makes them available at a reduced price. This is ideal for anyone who finds themselves needing multiple DynamicPDF products or who needs to combine the functionality of multiple products in their applications. With a Free Evaluation Edition to try and with flexible and Royalty Free licensing options, why not start using DynamicPDF Merger Today!
Read more

NGS.Templater-NET 2.1.5

NGS.Templater-NET 2.1.5
NGS.Templater-NET 2.1.5 | 82 kB


Templater is a small reporting library with a minimal interface. Use your favorite editor (Word, Excel) to create report templates and just fill them with data. It's really as simple as that. Templater is not just a mail-merge library. It supports collections, nested collections and can create very complex reports.

var myFile = "MyDocument.docx";
var data = new { Tag = "a tray" };

using (var document = Configuration.Factory.Open(myFile))
  document.Process(data);

Process.Start(myFile);
Read more