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

name description values
v(erbose) turn on logging  
vv verbose logging  
q(uiet) quiet mode  
u(nit) display unit po(ints),in(ches),cm,mm
c(onf) config dir $path, disable
upw user password  
opw owner password  


Arguments

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


Examples

!! Work in progress !!

Please refer to:

pdfcpu help create

and:

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