1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-03 06:10:11 +02:00
Stirling-PDF/pipeline/defaultWebUIConfigs/split-rotate-auto-rename.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
798 B
JSON
Raw Normal View History

2023-12-23 16:47:18 +01:00
{
"name": "split-rotate-auto-rename",
"pipeline": [
{
"operation": "/api/v1/general/split-pdf-by-sections",
"parameters": {
"horizontalDivisions": 2,
2023-12-27 01:53:31 +01:00
"verticalDivisions": 2,
"fileInput": "automated",
"merge": false
2023-12-23 16:47:18 +01:00
}
},
{
"operation": "/api/v1/general/rotate-pdf",
"parameters": {
2023-12-27 01:53:31 +01:00
"angle": 90,
"fileInput": "automated"
2023-12-23 16:47:18 +01:00
}
},
{
"operation": "/api/v1/misc/auto-rename",
"parameters": {
2023-12-27 01:53:31 +01:00
"useFirstTextAsFallback": false,
"fileInput": "automated"
2023-12-23 16:47:18 +01:00
}
}
],
"_examples": {
"outputDir": "{outputFolder}/{folderName}",
"outputFileName": "{filename}-{pipelineName}-{date}-{time}"
},
2023-12-27 01:53:31 +01:00
"outputDir": "{outputFolder}",
2023-12-23 16:47:18 +01:00
"outputFileName": "{filename}"
}