Skip to content

Commit

Permalink
More features to Java version of TemplaterServer
Browse files Browse the repository at this point in the history
Allow for custom port, temp folder, plugins folder, timeout.
Allow for explicit path to libreoffice.
API for PDF conversion.
API for adding document after startup.
API for calling processing from JSON on added document.
  • Loading branch information
zapov committed Dec 5, 2018
1 parent 8c026f0 commit 9d12fce
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Advanced/TemplaterServer/TemplaterServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.8" />
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Templater" Version="2.9.5" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Advanced/TemplaterServer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>hr.ngs.templater.example</groupId>
<artifactId>templater-server</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<version>2.9.5</version>
<name>TemplaterServer</name>
<url>https://github.com/ngs-doo/TemplaterExamples</url>

Expand Down
Loading

0 comments on commit 9d12fce

Please sign in to comment.