Placing plots into multiple page pdf document
Afficher commentaires plus anciens
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 commentaires
Jessica Lam
le 8 Nov 2012
I have the same question too!!!
ahmed
le 27 Sep 2013
Same here ?
david Miller
le 14 Mai 2019
Also have this question!
Réponse acceptée
Plus de réponses (3)
Oliver Woodford
le 23 Nov 2012
1 vote
jwiix
le 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 commentaire
Ramachandra Rao
le 13 Mai 2016
very useful.. thankyou
Nikhil Sapre
le 10 Nov 2021
Modifié(e) : Nikhil Sapre
le 10 Nov 2021
1 vote
Catégories
En savoir plus sur 2-D and 3-D Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!