mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 11:22:15 +01:00
fixing typo
This commit is contained in:
@@ -29,5 +29,5 @@ commands:
|
|||||||
|
|
||||||
merge:
|
merge:
|
||||||
timeout: 30
|
timeout: 30
|
||||||
# Unlike others commands, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged.
|
# Unlike others commands' templates, you have access to FilesPaths instead of FilePath: it gathers all PDF files which should be merged.
|
||||||
template: "pdftk {{ range $filePath := .FilesPaths }} {{ $filePath }} {{ end }} cat output {{ .ResultFilePath }}"
|
template: "pdftk {{ range $filePath := .FilesPaths }} {{ $filePath }} {{ end }} cat output {{ .ResultFilePath }}"
|
||||||
Reference in New Issue
Block a user