How to control cutepdf software from matlab?

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

Daniel Shub
Daniel Shub 2012년 8월 22일
Does it have to be cutepdf? The pdftk toolkit can be used from the command line to merge pdfs. I have never used it in Windows, but it is cross platform.
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일

0 개 추천

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개)

카테고리

도움말 센터File Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

질문:

2012년 8월 22일

Community Treasure Hunt

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

Start Hunting!

Translated by