en locales

This commit is contained in:
Felix Kaspar
2024-07-14 01:27:41 +02:00
parent 40ed0f68db
commit d449ccf624
13 changed files with 87 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
{
"friendlyName": "Split PDF by Index",
"description": "Splits the document at specific pages.",
"values": {
"pageIndexes": {
"friendlyName": "Page Indexes",
"description": "An array of indexes of pages you want to split the document after."
}
}
}