A Docker image that automatically tags a PDF using a PDFix layout template JSON and the matching PDFix SDK version.
You need Docker installed. The first run downloads the image and may take longer than later runs.
Mount a folder into the container and run a subcommand:
docker run --rm -v "$(pwd)":/data -w /data pdfix/autotag-pdfix:v1.0.4 <command> [options]
tag: Tag a PDF using a PDFix layout template JSONtag| Option | Required | Type / expected value | Description |
|---|---|---|---|
--input, -i | yes | Path to an existing .pdf file | Input PDF |
--output, -o | yes | Path for the output .pdf file | Output PDF |
--template, -t | yes | Path to an existing .json layout template file | PDFix layout template JSON |
--name | no | String (PDFix account license name) | PDFix license name |
--key | no | String (PDFix account license key) | PDFix license key |
Tag input.pdf using template.json:
docker run --rm -v "$(pwd)":/data -w /data pdfix/autotag-pdfix:v1.0.4 \
tag --name "${LICENSE_NAME}" --key "${LICENSE_KEY}" \
-i /data/input.pdf -t /data/template.json -o /data/output.pdf
For PDFix SDK licensing or issues, contact [email protected].
Trial versions of the PDFix SDK may apply watermarks and redact random content in the output PDF.
Content type
Image
Digest
sha256:f967d6433…
Size
697 MB
Last updated
about 2 months ago
docker pull pdfix/autotag-pdfix