Adjust PDF page

버전 1.0.0.0 (1.89 KB) 작성자: Cris Luengo
MATLAB writes figures to PDF files as a full page. This function corrects that.
다운로드 수: 566
업데이트 날짜: 2012/2/24

라이선스 보기

By default, when writing a figure window to a PDF file, the figure's content is centered on an A4 or letter-sized page. This is not true for any other file format (EPS, TIFF, PNG, etc, where the bounding box of the resulting graphic, very sensibly, matches that of the figure window). This simple function sets the figure's PaperSize and PaperPosition properties so that the PDF file's bounding box matches that of the figure window.

Example:
<create a nice plot>
adjustpdfpage
print -dpdf figure1.pdf

This function was created using Release 2011b, but should work for earlier releases also.

인용 양식

Cris Luengo (2024). Adjust PDF page (https://www.mathworks.com/matlabcentral/fileexchange/35264-adjust-pdf-page), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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