From 6c3f68081a97f4b0d5e100d6d2b302cfb3cf21bf Mon Sep 17 00:00:00 2001 From: Nick de Vries Date: Thu, 16 Apr 2026 14:31:43 +0200 Subject: [PATCH] Revert "Revert ":memo: MP-7995 `original` page size on file combiner"" --- specification/paths/CombineFiles.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/specification/paths/CombineFiles.json b/specification/paths/CombineFiles.json index 75fddfa6..d2707f4f 100644 --- a/specification/paths/CombineFiles.json +++ b/specification/paths/CombineFiles.json @@ -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",