How to control cutepdf software from matlab?

2 ビュー (過去 30 日間)
Aadil
Aadil 2012 年 8 月 22 日
My matlab script churns out a pdf file full of plots, it also controls excel to churn out another pdf file, I need the two to be merged using cutepdf software, but via Matlab, is this possible?
Thanks
  3 件のコメント
Aadil
Aadil 2012 年 8 月 22 日
Preferably as all our computers have cute pdf installed, unless there is some matlab function that can be used instead.
Thanks.
Aadil
Aadil 2012 年 8 月 22 日
can you tell me how you used pdftk tool kit in Matlab? I have downloaded it
Thanks

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

採用された回答

Daniel Shub
Daniel Shub 2012 年 8 月 22 日
I stick by my flag that this isn't a MATLAB question....
With pdftk you can merge pdf files with something like
pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf
from MATLAB you would simply wrap that in SYSTEM.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by