Skip to content

Commit

Permalink
docs(configuration): add flatten conf
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Jan 29, 2025
1 parent c968a0f commit b70bd09
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,13 @@ PDF files.

Currently, Gotenberg supports the following PDF engines:

| Engine | Merge | Split | Convert into PDF/A & PDF/UA | Read/Write metadata | Name |
|----------------------------------------------|-------|-------|-----------------------------|---------------------|-----------------------|
| [ExifTool](https://exiftool.org/) ||||| exiftool |
| [PDFtk](https://gitlab.com/pdftk-java/pdftk) ||||| pdtk |
| [pdfcpu](https://github.com/pdfcpu/pdfcpu) ||||| pdfcpu |
| [QPDF](https://github.com/qpdf/qpdf) ||||| qpdf |
| [UNO](https://github.com/unoconv/unoconv) ||||| libreoffice-pdfengine |
| Engine | Merge | Split | Flatten | Convert into PDF/A & PDF/UA | Read/Write metadata | Name |
|----------------------------------------------|-------|-------|---------|-----------------------------|---------------------|-----------------------|
| [ExifTool](https://exiftool.org/) |||| || exiftool |
| [PDFtk](https://gitlab.com/pdftk-java/pdftk) |||| || pdtk |
| [pdfcpu](https://github.com/pdfcpu/pdfcpu) |||| || pdfcpu |
| [QPDF](https://github.com/qpdf/qpdf) ||| | || qpdf |
| [UNO](https://github.com/unoconv/unoconv) ||| | || libreoffice-pdfengine |

:::info

Expand All @@ -155,6 +155,7 @@ The following flags allow you to configure the PDF Engines module:
|---------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|-----------------------|
| <span class="badge badge--secondary">--pdfengines-merge-engines</span> | Set the PDF engines and their order for the merge feature - empty means all. | qpdf,pdfcpu,pdftk |
| <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 |
| <span class="badge badge--secondary">--pdfengines-flatten-engines</span> | Set the PDF engines and their order for the flatten feature - empty means all. | qpdf |
| <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 |
| <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 |
| <span class="badge badge--secondary">--pdfengines-write-metadata-engines</span> | Set the PDF engines and their order for the read metadata feature - empty means all. | exiftool |
Expand Down

0 comments on commit b70bd09

Please sign in to comment.