xcode-set a pdf file as NSButton's image

问题描述

set a pdf file as NSButton's image

0 down vote favorite

i want to set a pdf file as a NSButton's image, and when i clicked the button,the button's color changed, just like the xcode's navigator editor. can some one tell me how to do this? thanks in advance

解决方案

just refer these two answers
http://stackoverflow.com/questions/4107850/how-can-i-programatically-generate-a-thumbnail-of-a-pdf-with-the-iphone-sdk
http://stackoverflow.com/questions/5658993/creating-pdf-thumbnail-in-iphone

解决方案二:

时间: 2025-01-07 17:04:12

xcode-set a pdf file as NSButton's image的相关文章

AxWebBrowser open new blank window to download PDF file

问题描述 AxWebBrowsercontrolwebbrowserwouldopennewblankwindowtodownloadPDFfile.WewouldgettheFileDownloaddialog(open,save,saveasandcancelbutton).Afterclicksave,saveasorcancelbutton,thefilewouldbedownloaded.Buttheblankwindowremainsdisplays.Isthereanyeventf

delphi7 [Error] File not found: 'QRSearchDlg.dfm'

问题描述 delphi7 [Error] File not found: 'QRSearchDlg.dfm' 程序编译报错 [Error] File not found: 'QRSearchDlg.dfm' 查找没有 QRSearchDlg.dfm, QRSearchDlg.pas 文件只有QRSearchDlg.dcu文件.在library path 中加入QRSearchDlg.dcu路径仍然报错.在同事机器上只有QRSearchDlg.dcu文件编译都是正常的,请各位大神帮忙看看. 解决方

怎样在XCODE 6中使用矢量图形?

  iOS应用的视觉形式通常是以图形元素驱动的.在设计开发一款应用时,你需要不同规格的应用图标,例如不同尺寸的Default.png图片,同时还需要为UI的实现准备@1x和@2x图形资源.所有这些图形元素都会让你的产品看上去更吸引人,但弊端也是很明显的--你需要为每种规格的图形元素单独切图.而随着iPhone 6及Plus的发布,我们又多了一套@3x需要处理,事情变得越来越复杂. 幸运的是,苹果在Xcode 6当中给我们带来了一些很棒的工具用以管理图形资源.更棒的是,新的工具和实现方式可以帮我们

用asp生成PDF文件

Creating a PDF with ASPBy Ty Button print this article email this article to a colleague IntroductionAdobe's PDF format has become the lingua franca of cross-platform reporting for many agencies and companies. While I was no great fan of the product,

怎么才能去掉PDF的复制限制?

  问:从网上下载的一份有用的PDF文档,内容丰富而且图片精美,但是郁闷地发现无法直接复制里面的内容,仅能进行阅读,有什么软件能解除这个限制吗? 答:这方面的软件比较多,但大多数都是收费的,免费的不妨试试PDF Password Remover吧,操作比较简单,安装完成运行后,单击"Open PDF file"右侧的"[-]"按钮,选择需要解除限制的PDF文件,最后点击"Convert"按钮移除密码保护,解除限制后的储存路径默认就是此PDF文件所

《善用佳软:高效能人士的软件应用之道》一2.5 PDF:跨平台文档解决方案

2.5 PDF:跨平台文档解决方案 善用佳软:高效能人士的软件应用之道 2.5.1 全面接触PDF:最好用的PDF软件汇总1 本节旨在介绍最实用的.以免费软件为主的PDF相关工具,同时消除对PDF的常见误解,较为系统地介绍PDF应用操作,包括PDF虚拟打印机.格式转换.阅读及注释.属性及页面编辑.图文编辑等. 1.关于PDF及本节内容的一些基本说明 (1)关于PDF. 什么是PDF?PDF是由Adobe公司发明的文件格式,是Portable Document Format的缩写,意为"便携文档格

xcode 图标菜单 如何清除这个菜单上的打开记录?

问题描述 xcode 图标菜单 如何清除这个菜单上的打开记录? xcode 图标菜单 如何清除这个菜单上的打开记录? ........................ 解决方案 打开xcode 选择上面菜单file => open recent => clear menu 解决方案二: 菜单 有图标的菜单

iText操作PDF问题总结

这个星期我的任务就是处理一些报表的打印问题,因为我算项目组里对jasperreport比较熟悉的了,这个东东也是我引进到这个项目.ireport画报表,使用struts的action输出PDF到浏览器,这是我们目前的解决方案.今天遇到一个ireport解决不了的要求--合并单元格.类似下面这样的表结构: ----------------------------------------------           |          |__c_____________    dept   |

android-从url中下载PDF并读取

问题描述 从url中下载PDF并读取 public void openDocumentWithInstalledApp(String filename) { String mimetype = ""; url = url+ filename; if (!url.startsWith("http://") && !url.startsWith("https://")) { url = "http://" + ur