Sign inSign up

pdfix/autotag-pdfix

By pdfix

•Updated about 2 months ago

Image
0

1.7K

pdfix/autotag-pdfix repository overview

⁠Autotag (PDFix)

A Docker image that automatically tags a PDF using a PDFix layout template JSON and the matching PDFix SDK version.

⁠Table of Contents

⁠Getting started

You need Docker installed. The first run downloads the image and may take longer than later runs.

⁠Usage

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]

⁠Commands

  • tag: Tag a PDF using a PDFix layout template JSON

⁠Arguments

⁠tag
OptionRequiredType / expected valueDescription
--input, -iyesPath to an existing .pdf fileInput PDF
--output, -oyesPath for the output .pdf fileOutput PDF
--template, -tyesPath to an existing .json layout template filePDFix layout template JSON
--namenoString (PDFix account license name)PDFix license name
--keynoString (PDFix account license key)PDFix license key

⁠Examples

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

⁠Notes

  • The template JSON may require a specific PDFix SDK version; the image selects a compatible SDK automatically.

⁠Help & support

For PDFix SDK licensing or issues, contact [email protected].

⁠Licenses

Trial versions of the PDFix SDK may apply watermarks and redact random content in the output PDF.

Tag summary

Content type

Image

Digest

sha256:f967d6433…

Size

697 MB

Last updated

about 2 months ago

docker pull pdfix/autotag-pdfix