pages_per_side is not working

25 views
Skip to first unread message

CSCJ

unread,
Jun 14, 2019, 9:25:39 PM6/14/19
to Google Cloud Print Developers
Hi,
I have tried pages per side as below to Canon printer that supports N-Up:
{
  "print": {
    "vendor_ticket_item": [],
    "pages_per_side": {
      "layout": "LEFT_TO_RIGHT_TOP_TO_BOTTOM",
      "pages_per_side": 2
    },
    "duplex": { "type": "LONG_EDGE" },
    "collate": { "collate": true },
    "copies": { "copies": 1 }
  },
  "version": "1.0"
}
But it has no effect.
Any idea? why?
Thanks
Reply all
Reply to author
Forward
0 new messages