// // KMPDFPosterPrintWindowController.h // PDF Reader Pro Edition // // Created by 丁林圭 on 2018/4/3. // #import #import @interface KMPDFPosterPrintWindowController : NSWindowController - (id)initWithPDFDocument:(PDFDocument *)PDFDocument; - (id)initWithPDFFilePath:(NSString *)filePath password:(nullable NSString *)password; @end