OpenOffice/Libre Office xml过滤器导入

发布于 2024-12-24 16:46:43 字数 282 浏览 0 评论 0原文

我正在使用 OpenOffice 将文档转换为 pdf/xls; 通常运行Openoffice的主要系统是Linux;

(在 openoffice 中)有 XML 过滤器之类的东西; A 有这些过滤器的包,通常使用(从启动的 openoffice 中)导入此包:工具 -> XML 过滤器设置 -> 打开包;

它就像一个小型转换服务器,但有一个问题 ->系统需要X服务器运行;

那么有没有办法从命令行将这个XML过滤器包导入到Openoffice(或Libre office)中呢?

I'm using OpenOffice to convert documents to pdf/xls;
Main system where usually is running Openoffice is Linux;

There(in openoffice) is such thing as XML filters;
A have package of those filters and usually to import this package I using(from launched openoffice): Tools->XML Filter settings ->open package;

It's like little converting server, but there is one problem -> system needs X server to be running;

So is there a way to import this XML filter package to Openoffice(or Libre office) from command line?

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

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

发布评论

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

评论(2

愚人国度 2024-12-31 16:46:43

您可以“无头”运行 OpenOffice 并向其发送脚本。它看起来有点复杂

您可能会发现这更容易使用 LibreOffice 或 IBM Lotus Symphony。

You can run OpenOffice 'headless' and send scripts to it. It looks a bit complex:

You might find this easier with LibreOffice or IBM Lotus Symphony.

鱼忆七猫命九 2024-12-31 16:46:43
      libreoffice --invisible --convert-to xls --outdir 'directory where the converted files will go' 'original file' 
      libreoffice --invisible --convert-to xls --outdir 'directory where the converted files will go' 'original file' 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文