Rollup Setup / Migration
This commit is contained in:
14
shared-operations/public/locales/common/en.json
Normal file
14
shared-operations/public/locales/common/en.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"inputs": {
|
||||
"pdffile": {
|
||||
"name": "PDF-File(s)",
|
||||
"description": "This operator takes a PDF-File(s) as input"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"pdffile": {
|
||||
"name": "PDF-File(s)",
|
||||
"description": "This operator outputs PDF-File(s)"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
shared-operations/public/locales/impose/en.json
Normal file
14
shared-operations/public/locales/impose/en.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user