Title Page in Matlab Generated Pdf

3 visualizaciones (últimos 30 días)
Aadil
Aadil el 11 de Abr. de 2012
Respondida: Nikhil Sapre el 10 de Nov. de 2021
Hi,
Is there any way to add a title page to a pdf file generated by matlab?
I have a script that plots a load of graphs and saves them as a large pdf file, any way to add a contents page?
Thanks
Aadil

Respuesta aceptada

Jan
Jan el 11 de Abr. de 2012
You can use FEX: append_pdfs to append the PDF to an existing title page.
  2 comentarios
Aadil
Aadil el 12 de Abr. de 2012
Hi, thanks for this
Is there no way to create a title page within matlab and save it as a plot or some format that can be included in the pdf?
Jan
Jan el 12 de Abr. de 2012
I create PDFs this way: The figures are printed to PostScript using "print -append" and afterwards I call GhostScript to convert this to a PDF. Adding a title page is trivial when this procedure is used. Currently we do not know, how you create the PDFs, because "a pdf file generated by Matlab" has no details.

Iniciar sesión para comentar.

Más respuestas (1)

Nikhil Sapre
Nikhil Sapre el 10 de Nov. de 2021
Release 2021b now supports exporting to a multipage pdf using the exportgraphics function

Categorías

Más información sobre Printing and Saving en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by