Skip to content

Syntax for command line use of flags #863

Answered by hhrutter
tbarmann asked this question in Q&A
Discussion options

You must be logged in to vote

Put your options between the command and the positional parameters:

pdfcpu form fill -conf disable my.pdf out.json out.pdf

Even better using double dashes -- to separate your options from the positional parameters.
Especially if you have - in your positional parameters:

pdfcpu form fill -conf disable -- my.pdf out.json out-new.pdf

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tbarmann
Comment options

Answer selected by tbarmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants