pdfcpu

Logo

A PDF processor written in Go.

View the Project on GitHub pdfcpu/pdfcpu


Changelog

Create

allows you to generate PDF via JSON


Usage

pdfcpu create inFileJSON [ inFile ] outFile [flags]

Common Flags


Arguments

namedescriptionrequired
inFileJSONJSON input fileyes
inFilePDF input fileno
outFilePDF output fileyes

Further Reference

$ pdfcpu create --help

and

pdfcpu/pkg/testdata/json/*
pdfcpu/pkg/samples/create/*