Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenOfficeが「エクスポート」オプションを使用して行うように、.pptファイルを.pdfファイルに変換したい。
利用可能なOpenOffice APIはありますか、それを変換するためのシェルコマンドはありますか?
前もって感謝します。
Linux を実行している場合は、ターミナルを開いて次のように貼り付けることができます。
libreoffice --headless --invisible --convert-to pdf yourfile.ppt
pptをpdfとして出力するには、「印刷」してPDF「プリンタ」を使用する必要があります。注:これを行うには、「PDFプリンター」がインストールされている必要があります...