Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwaazaar/docati.api.demo
Demo for using Docati.Api
https://github.com/kwaazaar/docati.api.demo
docati document-generation document-generator pdf pdf-generation pdf-generator word-generator
Last synced: 4 days ago
JSON representation
Demo for using Docati.Api
- Host: GitHub
- URL: https://github.com/kwaazaar/docati.api.demo
- Owner: kwaazaar
- License: mit
- Created: 2016-08-18T08:42:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T15:04:28.000Z (8 months ago)
- Last Synced: 2024-04-25T16:28:36.624Z (8 months ago)
- Topics: docati, document-generation, document-generator, pdf, pdf-generation, pdf-generator, word-generator
- Language: C#
- Size: 349 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overview
Docati.Api is a library for generating Word or PDF documents and is available as a [nuget package](https://www.nuget.org/packages/Docati.Api)
This repository contains a sample project which demonstrates the (ease of) use of Docati.Api.# Docker/Linux
A Dockerfile is included to demonstrate how to use Docati.Api (using Docker) on Linux:
- Linux does not come with the fonts you find on Windows (with Office installed), so a few free fonts from MS are added
- GDI+ support is added for supporting image processing (can be omitted if you don't use ImageOf or BarcodeOf).## Building
From the repo root run: docker build -t docatidemo -f Src/Dockerfile .## Running
To run from Linux (or WSL): docker run -rm -v $PWD:/out docatidemo /out
- The generated template will be put in your current folder## Running ready-made image
The image is also available from Docker Hub: [kwaazaar/docatidemo](https://hub.docker.com/repository/docker/kwaazaar/docatidemo)
To run: docker run -v $PWD:/out kwaazaar/docatidemo /outCheck our site for more info on Docati: https://www.docati.com
And if you run into trouble, don't hesitate to ask us for help: [email protected]