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


Common Flags


Arguments

name description required
inFileJSON JSON input file yes
inFile PDF input file no
outFile PDF output file yes


Futher Reference

$ pdfcpu help create

and

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