gpt4 book ai didi

objective-c - cocoa 的PDFKit : disable "print to pdf" options

转载 作者:行者123 更新时间:2023-12-03 17:11:16 37 4
gpt4 key购买 nike

我正在使用 Coco'a PDFKit (Quartz) 来显示 PDF 查看器。是否可以仅将其打印到打印机而不是文件?

我目前执行:

[self.pdfView printWithInfo:[NSPrintInfo sharedPrintInfo] autoRotate:YES];

(而 self.pdfView 是 Quartz 框架中的“PDFView”类型)

如何才能从打印菜单中删除整个“PDF”下拉菜单? PDF drop down menu - how can I remove it?

最佳答案

我知道它的旧线程,但要限制某些选项,您可以在 printInfo 字典中设置 NSPrintProtected 键。

[[printInfo dictionary] setObject:[NSNumber numberWithBool:YES] forKey:@"NSPrintProtected"];

关于objective-c - cocoa 的PDFKit : disable "print to pdf" options,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25810407/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com