Placing plots into multiple page pdf document
Mostrar comentarios más antiguos
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 comentarios
Jessica Lam
el 8 de Nov. de 2012
I have the same question too!!!
ahmed
el 27 de Sept. de 2013
Same here ?
david Miller
el 14 de Mayo de 2019
Also have this question!
Respuesta aceptada
Más respuestas (3)
Oliver Woodford
el 23 de Nov. de 2012
1 voto
jwiix
el 30 de Mzo. de 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 comentario
Ramachandra Rao
el 13 de Mayo de 2016
very useful.. thankyou
Nikhil Sapre
el 10 de Nov. de 2021
Editada: Nikhil Sapre
el 10 de Nov. de 2021
1 voto
Categorías
Más información sobre Printing and Saving en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!