快速的 Linux 问题
我正在尝试执行以下操作:
$OOOPYTHON DocumentConverter.py .odt .pdf
对于特定文档中的所有 ODT 文件,并寻找正确的语法将所有 odt 转换为 pdf。
谢谢! 杰克
I'm trying to do the following:
$OOOPYTHON DocumentConverter.py .odt .pdf
for all of the ODT files i have in a particular document and looking for the right syntax to convert all odts to pdfs.
Thanks!
Jake
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用查找,例如:
You can use find, ex :
或者无论实际的命令语法是什么
or whatever the actual command syntax is