在 Web 应用程序中创建、打开和编辑 Word 文档 - PHP

发布于 2024-12-22 16:49:41 字数 366 浏览 0 评论 0原文

想要了解任何外部 API Web 服务或 PHP 库,它们允许我在我使用编辑器实现的 Web 应用程序中打开、编辑和保存 Word 文档。

基本上我想要 Google docs 或 Zoho 或 Shutterb 等产品,我知道 Google 提供 Gdata API(Zend Framework),但这需要用户拥有他们的帐户。

我研究发现 PHP COM 库允许用来创建 Word 文档,但我需要一个编辑器,可能是tinyMCE 或 ckeditor 之类的东西。

其他我研究过但不符合我的要求,其中包括: 鳄鱼 乌尔泰奥 戈普克 办公室365 团队实验室。

OpenOffice安装到服务器后可以集成吗?

有人有建议或替代方法吗?

Want know any external API web service or PHP libraries that will allow me to open, edit and save word documents within my web application i’m implementing using a editor.

Basically I want something like Google docs or Zoho or shutterb offer, I know Google offer Gdata API (Zend Framework) but this requires users to have account with them.

I researched found PHP COM libraries allow use to create word document but I need a editor maybe something like tinyMCE or ckeditor.

Other I researched but do not meet my requirements, these included:
Crocodoc
Ulteo
Gopc
office365
teamlab.

can OpenOffice be integrated once its installed on the server?

Anyone with suggestion or alternative methods?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝礼 2024-12-29 16:49:41

Open/Libre Office 可以使用 COM 的 Open Office 替代方案与 PHP 应用程序集成 (PUNO)(需要在启用 Java 支持的服务器上安装 Open Office),但如果您希望允许在线用户通过浏览器编辑文档,您仍然需要某种编辑器。

Open/Libre Office can be integrated with PHP applications using the The Open Office alternative to COM (PUNO) (requires Open Office installed on the server with Java support enabled), but you'll still need an editor of some kind if you want to allow online users to edit documents via a browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文