將各種格式的文件合併到單一文件中時,將Word 和Excel 文件轉換為PDF 至關重要。為此,PHP 提供了多種解決方案。
先決條件:
步驟:
directory= filename= extension= SERVICE='soffice' if [ "`ps ax|grep -v grep|grep -c $SERVICE`" -lt 1 ]; then unset DISPLAY /usr/bin/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard & sleep 5s fi python /home/website/python/DocumentConverter.py /home/website/$directory$filename$extension /home/website/$directory$filename.pdf
exec("/opt/adocpdf {$directory} {$filename} {$extension}", $output, $return_var);
以上是如何使用 PHP 將 Word 和 Excel 檔案轉換為 PDF?的詳細內容。更多資訊請關注PHP中文網其他相關文章!