複数ページのPDF出力について

32 ビュー (過去 30 日間)
Toru Saika
Toru Saika 2019 年 3 月 21 日
回答済み: Akiko 2019 年 3 月 26 日
print([file_name,'.pdf'],'-dpdf')のコマンドによって、figureをPDF出力させたいのですが、出力させたいグラフが多い為、PDFを複数のページで出力したいです。
1つのPDFファイルとして複数ページを出力することは可能でしょうか。外部のソフトウェアやプログラムを使用せず、MATLAB単体で完結させたいです。
  1 件のコメント
madhan ravi
madhan ravi 2019 年 3 月 21 日
Thank you for your reply.
I found this page before submit this question.
But this solution needs installing Ghost script(?).
My PC has many restrictions and couldn't install this.
I wish I can make a multipul page PDF without additional software.

サインインしてコメントする。

回答 (1 件)

Akiko
Akiko 2019 年 3 月 26 日
類似の機能として、MATLAB のパブリッシュ機能を使う方法があります。
この方法では、1つの PDF として複数 Figure を収めることができますが、実行コードも含まれます。
・MATLAB コードのパブリッシュ
また、MATLAB プログラムから レポートを生成するためのオプション製品として、MATLAB Report Generator があります。こちらを使うと、フォーマットは より柔軟に対応することが可能で、1つの PDF として Figure のみをまとめることも可能です。

製品


リリース

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!