Title Page in Matlab Generated Pdf

조회 수: 3 (최근 30일)
Aadil
Aadil 2012년 4월 11일
답변: Nikhil Sapre 2021년 11월 10일
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

채택된 답변

Jan
Jan 2012년 4월 11일
You can use FEX: append_pdfs to append the PDF to an existing title page.
  댓글 수: 2
Aadil
Aadil 2012년 4월 12일
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 2012년 4월 12일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Nikhil Sapre
Nikhil Sapre 2021년 11월 10일
Release 2021b now supports exporting to a multipage pdf using the exportgraphics function

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by