Placing plots into multiple page pdf document
Mostra commenti meno recenti
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 Commenti
Jessica Lam
il 8 Nov 2012
I have the same question too!!!
ahmed
il 27 Set 2013
Same here ?
david Miller
il 14 Mag 2019
Also have this question!
Risposta accettata
Più risposte (3)
Oliver Woodford
il 23 Nov 2012
1 voto
jwiix
il 30 Mar 2016
1 voto
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 Commento
Ramachandra Rao
il 13 Mag 2016
very useful.. thankyou
Nikhil Sapre
il 10 Nov 2021
Modificato: Nikhil Sapre
il 10 Nov 2021
1 voto
Categorie
Scopri di più su Printing and Saving in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!