问题标签 [wordperfect]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - 用 Python 读取 WordPerfect 文件?
我确实需要在不使用 WordPerfect 缓慢的可视界面的情况下处理WordPerfect 12文件中包含的信息,但我找不到任何关于文件格式或任何用于读取/写入文件的 Python 模块的详细文档。我在网上找到了一篇似乎解释了如何将 WordPerfect 转换为文本的帖子,但我不太了解它是如何工作的。
http://mail.python.org/pipermail/python-list/2000-February/023093.html
我该如何做到这一点?
python - 如何从 python 中使用 C++ lib
我想知道如何使用 python 调用名为libwpd的 C++ 库来读取完美的文件并从中构建 python 对象,但我没有使用 C++ 或从 python 调用 C++ 函数的经验,我不明白如何弄清楚这些库函数的输出是什么。所以这真的是两个问题:
- 1) 如何从 python 调用 C++ 函数,以及
- 2)如何弄清楚这些函数的输出是什么 - 即WPDocument::parse函数的结果(参见 http://www.abisource.com/~uwog/libwpd/)以及如何使用它在我的 python 代码中。该函数似乎返回一个对象WPDResult,但我无法弄清楚它的作用或如何使用它。
django - Create/Edit MS Word & Word Perfect docs in Django?
Is it possible to create and/or edit MS Word and Word Perfect documents with django? I'd like to be able to allow the user to fill out a form and have the form fields inserted into an MS Word/Word Perfect document. Or, the form fields are used to create a new MS Word/Word Perfect document. The user can then send that document via email to others who may not have access to the django web-app.
I have a client who needs this functionality and I'd like to keep it all within the web-app.
Any ideas?
Thanks!
.net - 在 .NET 中读取 WPD (WordPerfect) 文件
我需要一个允许在 .NET 环境中读取 WPD 文件的库。
到目前为止,我只找到了 libwpd。
这似乎是一个本机库,没有可将其与 .NET Interop 一起使用的文档。
另一种解决方案是使用命令行转换器转换为另一种更常见的格式(例如 RTF、HTML 或 ODT),但我也找不到这样的转换器。
任何人都可以帮忙吗?
c# - is it possible to bypass the 'open save save as' dialog box in IE with a browser plugin?
I've been tasked with creating a browser plugin for IE to bypass the "Open Save Save As" dialog for opening word perfect documents generated by our .net web app.
I was told to investigate download managers and I've come across the following project:
but as far as I can tell the IEDownloadManager Download method won't get called until after the user selects an option from that dialog and not before.
Any suggestions would be appreciated except those suggesting I use another browser. (the state won't let me)
Thanks.
xslt - 带有表格的 RTF 文件在 WordPerfect 中看起来已损坏
我正在使用 XSL 模板创建 RTF 文件。该文件的内容包括一个表格。虽然该表格在 Ms 字处理器中显示得很好,但在 Wordperfect 中看起来却是乱码。我有使用 Wordperfect 的客户,所以我需要让它与 WP 一起使用。
生成 RTF 的 XSL 模板如下所示
创建表的模板如下所示:
为了在 Word Perfect 中正确显示表格,我应该遵循某种标准吗?谢谢你的帮助。
ms-word - RTF 中的嵌入字体
根据 rtf 规范,我们可以使用 \fontemb 和 \fontfile 控制字在 rtf 文件中嵌入字体。有人可以给我一个可行的例子吗?我希望 rtf 文件使用位于单独文件(即 .ttf 文件)中的字体
c# - 使用 Corel SDK 创建 Wordperfect 文件
我们正在尝试使用带有 .net (C#) 框架的 Corel sdk(WPOX7 SDK) 创建一个 wordperfect 文件。
我正在谷歌搜索文件,但无法获得任何文件。
有没有人知道的,请给我一份样品。
c#-4.0 - WordPerfect COM 自动化错误
在 c# .Net 4.0 中,我试图自动化 WordPerfect。
为此,我在我的项目中添加了对wpwin14.tlb
WordPerfect 程序文件夹中文件的引用。
这具有在我的项目中创建 COM 接口的效果。
接下来,我应该能够编写实例化WordPerfect.PerfectScript
对象的代码,该对象可用于自动化 WordPerfect。
但是,当我尝试实例化 WordPerfect.PerfectScript 对象时,c# 会引发错误:
“无法将 'System.__ComObject' 类型的 COM 对象转换为接口类型 'WordPerfect.PerfectScript'。此操作失败,因为对具有 IID 的接口的 COM 组件调用 QueryInterface '{C0E20006-0004-1000-0001-C0E1C0E1C0E1} ' 由于以下错误而失败:RPC 服务器不可用。(来自 HRESULT 的异常:0x800706BA)。
在那条消息中归零的事情(我相信)是 RPC 服务器不可用。
我已经尝试过在后台运行 WordPerfect 而没有这样做。我已经去了我的服务并确保 RPC 服务都在运行并重新启动一切。
我是否有可能被防火墙阻止?这是我唯一最微弱的猜测
rtf - 对 aspose.words 生成的 docx rtf 的 Word 完美(.wpd)支持
我正在尝试使用 Aspose.Words 创建一个“rtf”文件以在 Corel Draw Word Perfect 中打开“rtf”文件。
当我这样做时,“rtf”内容在 Microsoft Word 中完美打开,但在 Word Perfect 软件中无法正确打开。Word Perfect 软件中根本不显示文本。
我想知道 aspose.words 是否仅支持基于 Microsoft Word 的文档?如何使用 Aspose.words 创建 .wpd(word perfect) 文档。
现在,如果我使用 aspose.words 以 .rtf 格式保存生成的 .docx 文件,然后在 word 中打开相同的文件,选择转换选项为 Microsoft word 2007/2010。它正确打开。
但这不是我的业务要求。我需要直接打开word Perfect文档,无需手动从Microsoft word转换为Word Perfect。
如果 Aspose 有任何方法,请告诉我。word直接支持Word完美文件。