Multiple Page PDF

버전 1.0.0.0 (3.44 KB) 작성자: James Herman
Output multiple figures as a multi-page PDF file with no additional software required
다운로드 수: 1.1K
업데이트 날짜: 2014/4/11

라이선스 보기

MATLAB has the endogenous ability to output an individual figure as a PDF formatted file. It does so by first creating a post-script (ps) formatted file and using "ghostscript" to convert it to PDF. Furthermore, it has the ability to output multiple figures as a multiple-page post-script file. Thus, I reasoned that it should be possible to create a multiple-page ps file and convert it to PDF using MATLAB's existing ghostscript install. This submission is the result of that effort.
There is a much more full featured File Exchange submission which requires one to install ghostscript, which I didn't want to do.

What this function does is make a multiple-page post-script file, move it to the subdirectory of the MATLAB root where one can access ghostscript, use ghostscript to make a PDF, and move the PDF back to the starting directory (from which the function was called).

I have tested it in R2012b on MAC & PC, and R2014a on MAC.

인용 양식

James Herman (2024). Multiple Page PDF (https://www.mathworks.com/matlabcentral/fileexchange/46203-multiple-page-pdf), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Printing and Saving에 대해 자세히 알아보기
도움

받음: export_fig

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0