Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions specification/paths/CombineFiles.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,16 @@
},
"page_size": {
"type": "string",
"description": "One of the available page sizes, `A6` or `A4` depending on your printer.",
"description": "One of the available page sizes, `A6`, `A4` or `original` depending on your printer. `original` will combine all files in their original size into a single document. `A4` will allow combining four A6 files onto one A4 paper. Note that the provided `file_ids` should have A6 formats when combining onto A4.",
"enum": [
"A6",
"A4"
"A4",
"original"
]
},
"starting_position": {
"type": "string",
"description": "Position on the first page to start printing labels. All positions before this one will be left empty.",
"description": "This property determines the position on the first page when combining A6 labels onto an A4 paper. All positions before this one will be left empty. Only usable when `page_size` is `A4`.",
"enum": [
"top-left",
"top-right",
Expand Down