Placing plots into multiple page pdf document
Show older comments
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 Comments
Jessica Lam
on 8 Nov 2012
I have the same question too!!!
ahmed
on 27 Sep 2013
Same here ?
david Miller
on 14 May 2019
Also have this question!
Accepted Answer
More Answers (3)
Oliver Woodford
on 23 Nov 2012
1 vote
jwiix
on 30 Mar 2016
1 vote
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 Comment
Ramachandra Rao
on 13 May 2016
very useful.. thankyou
Nikhil Sapre
on 10 Nov 2021
Edited: Nikhil Sapre
on 10 Nov 2021
1 vote
Categories
Find more on Printing and Saving in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!