OpenOffice SDK:将文档转换为 PDF
我正在尝试构建一个应用程序,使用 OpenOffice SDK 将文档(word、powerpoint)转换为 PDF。
我使用的是 C++,我希望应用程序做的就是获取输入文档文件名和输出 PDF 文件名,然后进行转换。
有任何示例或简单的入门方法吗?我看到的大部分文档都是使用 Java 的。
I'm trying to build an application to convert documents (word, powerpoint) to PDF using the OpenOffice SDK.
I'm using C++ and all I want the application to do is take an input document filename and and output PDF filename, and do the conversion.
Are there any samples or easy way to get started? Most of the documentation I see is using Java.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我是用C#做的,分享给你,希望对你有帮助:
I do this with C#, I share with you hoping it helps:
您可以在此处获取示例源代码:
http://forum.openoffice。 org/en/forum/viewtopic.php?t=3801
You can get an example source code here:
http://forum.openoffice.org/en/forum/viewtopic.php?t=3801
正确的开始方法是阅读开发人员指南。
我们这个行业的好东西并不容易。
The right way to start is reading the Developer's Guide.
Good stuff in our business ain't easy.