translation layer

This commit is contained in:
Felix Kaspar
2023-12-30 02:18:07 +01:00
parent 0bdda72caa
commit 8a5711cd86
10 changed files with 409 additions and 60 deletions

View File

@@ -0,0 +1,14 @@
{
"friendlyName": "PDF-Imposition / PDF-N-Up",
"description": "Put multiple pages of the input document into a single page of the output document.",
"values": {
"nup": {
"friendlyName": "Page Format",
"description": "The Page Size of the ouput document. Append L or P to force Landscape or Portrait."
},
"format": {
"friendlyName": "N-Up-Value",
"description": "How many pages should be in one output page"
}
}
}