This commit is contained in:
Anthony Stirling
2023-12-27 00:53:31 +00:00
parent 6ee8e1e37f
commit 659af2089c
3 changed files with 54 additions and 7 deletions

View File

@@ -5,19 +5,22 @@
"operation": "/api/v1/general/split-pdf-by-sections",
"parameters": {
"horizontalDivisions": 2,
"verticalDivisions": 2
"verticalDivisions": 2,
"fileInput": "automated"
}
},
{
"operation": "/api/v1/general/rotate-pdf",
"parameters": {
"angle": 90
"angle": 90,
"fileInput": "automated"
}
},
{
"operation": "/api/v1/misc/auto-rename",
"parameters": {
"useFirstTextAsFallback": false
"useFirstTextAsFallback": false,
"fileInput": "automated"
}
}
],
@@ -25,6 +28,6 @@
"outputDir": "{outputFolder}/{folderName}",
"outputFileName": "{filename}-{pipelineName}-{date}-{time}"
},
"outputDir": "httpWebRequest",
"outputDir": "{outputFolder}",
"outputFileName": "{filename}"
}