You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,6 +287,7 @@ The following flags allow you to configure the PDF Engines module:
287
287
| <span class="badge badge--secondary">--pdfengines-split-engines</span> | <span class="badge badge--secondary">PDFENGINES_SPLIT_ENGINES</span> | Set the PDF engines and their order for the split feature - empty means all. | pdfcpu,qpdf,pdftk |
288
288
| <span class="badge badge--secondary">--pdfengines-flatten-engines</span> | <span class="badge badge--secondary">PDFENGINES_FLATTEN_ENGINES</span> | Set the PDF engines and their order for the flatten feature - empty means all. | qpdf |
289
289
| <span class="badge badge--secondary">--pdfengines-convert-engines</span> | <span class="badge badge--secondary">PDFENGINES_CONVERT_ENGINES</span> | Set the PDF engines and their order for the convert feature - empty means all. | libreoffice-pdfengine |
290
+
| <span class="badge badge--secondary">--pdfengines-optimize-images-engines</span> | <span class="badge badge--secondary">PDFENGINES_OPTIMIZE_IMAGES_ENGINES</span> | Set the PDF engines and their order for the image optimization feature - empty means all. | pdfcpu |
290
291
| <span class="badge badge--secondary">--pdfengines-read-metadata-engines</span> | <span class="badge badge--secondary">PDFENGINES_READ_METADATA_ENGINES</span> | Set the PDF engines and their order for the read metadata feature - empty means all. | exiftool |
291
292
| <span class="badge badge--secondary">--pdfengines-write-metadata-engines</span> | <span class="badge badge--secondary">PDFENGINES_WRITE_METADATA_ENGINES</span> | Set the PDF engines and their order for the write metadata feature - empty means all. | exiftool |
292
293
| <span class="badge badge--secondary">--pdfengines-encrypt-engines</span> | <span class="badge badge--secondary">PDFENGINES_ENCRYPT_ENGINES</span> | Set the PDF engines and their order for the password protection feature - empty means all. | qpdf,pdftk,pdfcpu |
0 commit comments