mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-07-02 00:17:40 +08:00
104 lines
2.8 KiB
Plaintext
104 lines
2.8 KiB
Plaintext
meta {
|
|
name: Convert to PDF
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/forms/libreoffice/convert
|
|
body: multipartForm
|
|
auth: none
|
|
}
|
|
|
|
body:multipart-form {
|
|
files: @file(../test/integration/testdata/page_1.docx)
|
|
~password:
|
|
~landscape: false
|
|
~nativePageRanges:
|
|
~updateIndexes: false
|
|
~exportFormFields: true
|
|
~allowDuplicateFieldNames: false
|
|
~exportBookmarks: true
|
|
~exportBookmarksToPdfDestination: false
|
|
~exportPlaceholders: false
|
|
~exportNotes: false
|
|
~exportNotesPages: false
|
|
~exportOnlyNotesPages: false
|
|
~exportNotesInMargin: false
|
|
~convertOooTargetToPdfTarget: false
|
|
~exportLinksRelativeFsys: false
|
|
~exportHiddenSlides: false
|
|
~skipEmptyPages: false
|
|
~addOriginalDocumentAsStream: false
|
|
~singlePageSheets: false
|
|
~initialView: 0
|
|
~initialPage: 1
|
|
~magnification: 0
|
|
~zoom: 100
|
|
~pageLayout: 0
|
|
~firstPageOnLeft: false
|
|
~resizeWindowToInitialPage: false
|
|
~centerWindow: false
|
|
~openInFullScreenMode: false
|
|
~displayPDFDocumentTitle: true
|
|
~hideViewerMenubar: false
|
|
~hideViewerToolbar: false
|
|
~hideViewerWindowControls: false
|
|
~useTransitionEffects: true
|
|
~openBookmarkLevels: -1
|
|
~losslessImageCompression: false
|
|
~quality: 90
|
|
~reduceImageResolution: false
|
|
~maxImageResolution: 300
|
|
~nativeWatermarkText:
|
|
~nativeWatermarkColor: 0
|
|
~nativeWatermarkFontHeight: 0
|
|
~nativeWatermarkRotateAngle: 0
|
|
~nativeWatermarkFontName:
|
|
~nativeTiledWatermarkText:
|
|
~nativePdfFormats: true
|
|
~merge: false
|
|
~flatten: false
|
|
~splitMode: intervals
|
|
~splitSpan: 1
|
|
~splitUnify: false
|
|
~pdfa: PDF/A-1b
|
|
~pdfua: true
|
|
~metadata: {"Author":"Bruno","Title":"Test"}
|
|
~userPassword:
|
|
~ownerPassword:
|
|
~allowPrinting: false
|
|
~allowCopying: false
|
|
~allowModifying: false
|
|
~allowAnnotating: false
|
|
~allowFillingForms: false
|
|
~allowAssembling: false
|
|
~embeds: @file(../test/integration/testdata/embed_1.xml)
|
|
~embeds: @file(../test/integration/testdata/embed_2.xml)
|
|
~embedsMetadata: {"embed_1.xml":{"mimeType":"text/xml","relationship":"Data"}, "embed_2.xml":{"mimeType":"text/xml","relationship":"Data"}}
|
|
~facturxXml: @file(../test/integration/testdata/embed_1.xml)
|
|
~facturxConformanceLevel: EN 16931
|
|
~facturxDocumentType: INVOICE
|
|
~facturxVersion: 1.0
|
|
~watermarkSource: text
|
|
~watermarkExpression: CONFIDENTIAL
|
|
~watermarkPages:
|
|
~watermarkOptions: {"scale":"0.5 abs","rot":"45","fillcolor":"#FF0000"}
|
|
~stampSource: text
|
|
~stampExpression: DRAFT
|
|
~stampPages:
|
|
~stampOptions: {"scale":"0.5 abs","rot":"45"}
|
|
~rotateAngle: 90
|
|
~rotatePages:
|
|
}
|
|
|
|
headers {
|
|
~Gotenberg-Output-Filename: my-file
|
|
~Gotenberg-Webhook-Url: http://localhost:8080/webhook
|
|
~Gotenberg-Webhook-Error-Url: http://localhost:8080/webhook/error
|
|
~Gotenberg-Webhook-Events-Url: http://localhost:8080/webhook/events
|
|
~Gotenberg-Webhook-Method: POST
|
|
~Gotenberg-Webhook-Error-Method: POST
|
|
~Gotenberg-Webhook-Extra-Http-Headers: {"X-Custom":"value"}
|
|
}
|