打印逻辑如下所示:
let printController = UIPrintInteractionController.shared
printController.printInfo = printInfo
printController.showsNumberOfCopies = false
printController.printingItem = image
printController.present(animated: true, completionHandler: nil)
哪种尺寸的图像需要使用所有 A4 尺寸的纸张?