extract working with new standard and dynamically

This commit is contained in:
Felix Kaspar
2024-05-10 23:01:18 +02:00
parent 6eed4a3238
commit 113f87aa3e
4 changed files with 74 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
{
"friendlyName": "Extract",
"description": "Extract one ore more pages from a PDF-File",
"values": {
"pageIndexes": {
"friendlyName": "Page Indexes",
"description": "An array of indexes of pages you want to extract."
}
}
}