我有一个 pptx 文件,想将其转换为 pdf。有没有办法使用 linux 从命令行进行转换?
答案1
如果有LibreOffice
,您可以使用以下命令:
soffice --headless --convert-to pdf inputfile.pptx
我有一个 pptx 文件,想将其转换为 pdf。有没有办法使用 linux 从命令行进行转换?
如果有LibreOffice
,您可以使用以下命令:
soffice --headless --convert-to pdf inputfile.pptx