mirror of
https://github.com/qpdf/qpdf.git
synced 2025-02-14 09:40:22 +00:00
Run generate_auto_jobs with #1347
This commit is contained in:
parent
22dacf7b3c
commit
e793abe3d5
6
job.sums
6
job.sums
@ -9,12 +9,12 @@ include/qpdf/auto_job_c_pages.hh 09ca15649cc94fdaf6d9bdae28a20723f2a66616bf15aa8
|
||||
include/qpdf/auto_job_c_uo.hh 9c2f98a355858dd54d0bba444b73177a59c9e56833e02fa6406f429c07f39e62
|
||||
job.yml 31935064eca625af7657b23f2f12c614d14751ec0b12702482b1768a04905d22
|
||||
libqpdf/qpdf/auto_job_decl.hh 20d6affe1e260f5a1af4f1d82a820b933835440ff03020e877382da2e8dac6c6
|
||||
libqpdf/qpdf/auto_job_help.hh aef902a501f7b940d5c182e800d1a4bc2b62f07be898124dc7d6ca9f286b93e9
|
||||
libqpdf/qpdf/auto_job_help.hh 9628a4b3f57ed8ecda3c7b8761b4daa48eaf9da0a6a0fc68bf417c467bd737eb
|
||||
libqpdf/qpdf/auto_job_init.hh e2a6bb87870c5522a01b15461c9fe909e360f5c7fed06e41acf13a125bd1d03e
|
||||
libqpdf/qpdf/auto_job_json_decl.hh 843892c8e8652a86b7eb573893ef24050b7f36fe313f7251874be5cd4cdbe3fd
|
||||
libqpdf/qpdf/auto_job_json_init.hh 344c2fb473f88fe829c93b1efe6c70a0e4796537b8eb35e421d955fff481ba7d
|
||||
libqpdf/qpdf/auto_job_schema.hh 6d3eef5137b8828eaa301a1b3cf75cb7bb812aa6e2d8301de865b42d238d7a7c
|
||||
manual/_ext/qpdf.py 6add6321666031d55ed4aedf7c00e5662bba856dfcd66ccb526563bffefbb580
|
||||
manual/cli.rst 8050662bf161e8b568b5db6bb9fab2d6dacc1eb060d39b27bf460dbfe52f0db4
|
||||
manual/qpdf.1 d98b0de595ee931aeeb455c14c71210f0ebb689464d982af58cd126c6f689ac8
|
||||
manual/cli.rst 45629c81bb407e7a1d2302ff1a9ef87f706565904aa5c21e64adefb34eee575c
|
||||
manual/qpdf.1 e058bd97a2bbc1e39282c709fb3beb1c3f8d3e2372b2974e11a849fd0bfb3505
|
||||
manual/qpdf.1.in 436ecc85d45c4c9e2dbd1725fb7f0177fb627179469f114561adf3cb6cbb677b
|
||||
|
@ -357,12 +357,12 @@ for multi-page groups.
|
||||
)");
|
||||
ap.addOptionHelp("--overlay", "modification", "begin overlay options", R"(--overlay file [options] --
|
||||
|
||||
Overlay pages from another file on the output.
|
||||
Overlay pages from another PDF file on the output.
|
||||
Run qpdf --help=overlay-underlay for details.
|
||||
)");
|
||||
ap.addOptionHelp("--underlay", "modification", "begin underlay options", R"(--underlay file [options] --
|
||||
|
||||
Underlay pages from another file on the output.
|
||||
Underlay pages from another PDF file on the output.
|
||||
Run qpdf --help=overlay-underlay for details.
|
||||
)");
|
||||
ap.addOptionHelp("--flatten-rotation", "modification", "remove rotation from page dictionary", R"(For each page that is rotated using the /Rotate key in the
|
||||
@ -706,7 +706,7 @@ Examples:
|
||||
|
||||
More examples are in the manual.
|
||||
)");
|
||||
ap.addHelpTopic("overlay-underlay", "overlay/underlay pages from other files", R"(These options allow pages from another file to be overlaid or
|
||||
ap.addHelpTopic("overlay-underlay", "overlay/underlay pages from other PDF files", R"(These options allow pages from another PDF file to be overlaid or
|
||||
underlaid on the primary output. Overlaid pages are drawn on top of
|
||||
the destination page and may obscure the page. Underlaid pages are
|
||||
drawn below the destination page. Usage:
|
||||
|
@ -463,13 +463,13 @@ for multi-page groups.
|
||||
.B --overlay \-\- begin overlay options
|
||||
--overlay file [options] --
|
||||
|
||||
Overlay pages from another file on the output.
|
||||
Overlay pages from another PDF file on the output.
|
||||
Run qpdf --help=overlay-underlay for details.
|
||||
.TP
|
||||
.B --underlay \-\- begin underlay options
|
||||
--underlay file [options] --
|
||||
|
||||
Underlay pages from another file on the output.
|
||||
Underlay pages from another PDF file on the output.
|
||||
Run qpdf --help=overlay-underlay for details.
|
||||
.TP
|
||||
.B --flatten-rotation \-\- remove rotation from page dictionary
|
||||
@ -843,8 +843,8 @@ to out.pdf. Use password "x" to open b.pdf:
|
||||
qpdf --empty --pages a.pdf b.pdf --password=x z-1 c.pdf 3,6
|
||||
|
||||
More examples are in the manual.
|
||||
.SH OVERLAY-UNDERLAY (overlay/underlay pages from other files)
|
||||
These options allow pages from another file to be overlaid or
|
||||
.SH OVERLAY-UNDERLAY (overlay/underlay pages from other PDF files)
|
||||
These options allow pages from another PDF file to be overlaid or
|
||||
underlaid on the primary output. Overlaid pages are drawn on top of
|
||||
the destination page and may obscure the page. Underlaid pages are
|
||||
drawn below the destination page. Usage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user