I have a greenbar report that I must create as PDF. The user wants it printed duplex but flipped on short edge so it can be 3 hole punched and put into a binder. In other words, when reading the report, the back side needs to be rotated 180, like reading a calendar. Can this be done in the output preset?
Update: I couldn’t find a way to have Connect do this automatically so I created a template with two sections, one for odd numbered pages and one for even numbered pages, both conditional based on the record.index value being odd or even. Placing the content inside a div which I rotated 180 degrees and moved to the bottom of the page to allow for a margin at the top for the holes fixes the issue.