10 lines
303 B
JSON
Raw Normal View History

2024-07-14 01:27:41 +02:00
{
"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."
}
}
}