PPT转PDF是很常见的需求,可以用于将PPT转化成PDF后显示在网页之中

(PDF转JPG:点击打开链接

使用libreoffice可以很好的解决这个问题

# yum install libreoffice
然后通过命令

# soffice --headless --convert-to pdf ppt_name.pptx --outdir /data        //--outdir用于指定输出path
然后报错

/usr/lib64/libreoffice/program/soffice.bin X11 error: Can't open display:
   Set DISPLAY environment variable, use -display option
   or check permissions of your X-Server
   (See "man X" resp. "man xhost" for details)
可以通过以下命令完美解决:

# yum install libreoffice-headless





Logo

更多推荐