I would like to ask for advise about technical issue when printing to custom paper size 6,2Inch*8Inch from iOS application. In this case iPad application.
The paper size provided by ios, only 4 paper size. so when my paper size is different, the continuity printer to next page will appear not fit.
The documentation says:
Unfortunately it looks like you can’t choose just any paper size; your UIPrintInteractionControllerDelegate has to choose one of the given paper sizes. The best you can do is to call
+bestPaperForPageSize:withPapersFromArray:to find the paper size best suited to your content.