Placing plots into multiple page pdf document
이전 댓글 표시
G'day,
I'm a bit stuck at a simple question: how can I create a single pdf file with multiple plots and pages? Multiple page is what I need. I could not find a solution to this simple task in the Internet.
Thanks
댓글 수: 3
Jessica Lam
2012년 11월 8일
I have the same question too!!!
ahmed
2013년 9월 27일
Same here ?
david Miller
2019년 5월 14일
Also have this question!
채택된 답변
추가 답변 (3개)
Oliver Woodford
2012년 11월 23일
1 개 추천
jwiix
2016년 3월 30일
1 개 추천
I had the same question. the best alternative I came up with programmatically is to use postscript, this allows you to use the append option within the print command:
print(fig_handle, '-dpsc', '-append', 'D:\output_dir\output_file.ps')
if you really require a pdf then you can utilise ps2pdf.com or equivalent to convert
댓글 수: 1
Ramachandra Rao
2016년 5월 13일
very useful.. thankyou
Nikhil Sapre
2021년 11월 10일
편집: Nikhil Sapre
2021년 11월 10일
1 개 추천
카테고리
도움말 센터 및 File Exchange에서 Printing and Saving에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!