mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-22 23:45:02 +00:00
Updated Readme with the new naming convention in workflow-actions
This commit is contained in:
parent
993d44b9b8
commit
efd8b48a3f
10
README.md
10
README.md
@ -21,13 +21,13 @@ To create your own, you have to understand a few key features first. You can als
|
|||||||
"outputOptions": {
|
"outputOptions": {
|
||||||
"zip": false
|
"zip": false
|
||||||
},
|
},
|
||||||
"operations": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"type": "extract",
|
"type": "extract",
|
||||||
"values": {
|
"values": {
|
||||||
"pageIndexes": [0, 2]
|
"pageIndexes": [0, 2]
|
||||||
},
|
},
|
||||||
"operations": []
|
"actions": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -42,20 +42,20 @@ You can also nest workflows like this:
|
|||||||
"outputOptions": {
|
"outputOptions": {
|
||||||
"zip": false
|
"zip": false
|
||||||
},
|
},
|
||||||
"operations": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"type": "extract",
|
"type": "extract",
|
||||||
"values": {
|
"values": {
|
||||||
"pageIndexes": [0, 2]
|
"pageIndexes": [0, 2]
|
||||||
},
|
},
|
||||||
"operations": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"type": "impose",
|
"type": "impose",
|
||||||
"values": {
|
"values": {
|
||||||
"nup": 2, // 2 pages of the input document will be put on one page of the output document.
|
"nup": 2, // 2 pages of the input document will be put on one page of the output document.
|
||||||
"format": "A4L" // A4L -> The page size of the Ouput will be an A4 in Landscape. You can also use other paper formats and "P" for portrait output.
|
"format": "A4L" // A4L -> The page size of the Ouput will be an A4 in Landscape. You can also use other paper formats and "P" for portrait output.
|
||||||
},
|
},
|
||||||
"operations": []
|
"actions": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user