从 C++ 打开 PDF在 OSX 上
我一直在寻找一种在 C++ 程序中打开 PDF 文件的方法。 我正在为 OSX 编码,我知道对于 Windows,我们可以使用 ShellExecute(),但我想找到一种在 OSX 中执行此操作的方法。 我只是想向用户展示 PDF,没有别的。
I was looking for a way to just open a PDF file in a C++ program.
I am coding for OSX, i know for Windows we can use a ShellExecute(), but i want to find a way to do it in OSX.
I just want to show the PDF to the user, nothing else.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中 mypdf.pdf 是文件的路径。
Where mypdf.pdf is the path to the file.