TemplaterExamples icon indicating copy to clipboard operation
TemplaterExamples copied to clipboard

Creating reports in .NET and Java

Results 20 TemplaterExamples issues
Sort by recently updated
recently updated
newest added

Input: - pptx template document with tag {{tag}} - data to replace the tag with value "text before line break \n text after line break" Expected output: - pptx doc...

The TemplateServer doesn't support CORS. I added following lines in Startup.cs ``` public void ConfigureServices(IServiceCollection services) { services.AddCors(options => { options.AddDefaultPolicy( policy => { policy .WithOrigins("http://localhost:3000", "http://localhost:3001") .AllowAnyHeader() .AllowAnyMethod(); });...

possibility to use the server as microservice

I purchased the Templater Solo Developer v7.x license, but the trial text is still present in some places in the generated docx document. I correctly integrated the templater.lic file received...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...

dependencies
.NET

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies
.NET

I have this template, when it is rendered, the highlighted section: [[SolutionSystems.Groups.GroupDescription]] despite having neither numbering nor bullet when processed by template is created numbering 1.2.1. How can this be...

Hello, I have a complex docx template that runs against a 5,4mb Json data and the "process" method takes more than 2 minutes to generate this report, time that does...

Bumps xmlgraphics-commons from 2.0 to 2.6. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.xmlgraphics:xmlgraphics-commons&package-manager=maven&previous-version=2.0&new-version=2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java