https://github.com/programmfabrik/fylr-plugin-server-pdf
Plugin to provide HTML to PDF functionality for fylr.
https://github.com/programmfabrik/fylr-plugin-server-pdf
Last synced: 5 months ago
JSON representation
Plugin to provide HTML to PDF functionality for fylr.
- Host: GitHub
- URL: https://github.com/programmfabrik/fylr-plugin-server-pdf
- Owner: programmfabrik
- License: mit
- Created: 2023-05-03T11:57:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-26T14:17:50.000Z (9 months ago)
- Last Synced: 2025-08-09T21:46:01.057Z (6 months ago)
- Language: Go
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fylr-plugin-server-pdf
Plugin to provide HTML to PDF functionality for fylr.
* Check that you exec server is prepared to run plugin binaries, like so:
```yaml
execserver+:
...
env+:
# The environment variable has to point to the Chrome binary. Without configuration "chromium"
# is expected in the PATH.
# Chrome / chromium is started using the parameters:
# --headless --disable-gpu --no-sandbox --remote-debugging-port=0
# These parameters are hardcoded and cannot be changed at this point.
- SERVER_PDF_CHROME=/Applications/Google Chrome.app/Contents/MacOS/Google Chrome
```
* By default the server-pdf plugin expect the binary `chromium` in the exec server. If you prefer to use "Chrome" or want to provide an absolute path to the binary, use environment.
* Install this Plugin into fylr (URL, ZIP or disk mode)
* The [easydb-pdf-creator-plugin](https://github.com/programmfabrik/easydb-pdf-creator-plugin) will auto recognize this plugin and call the fylr server pdf creator automatically.