이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
편집자 메모: This file was selected as MATLAB Central Pick of the Week
This function appends multiple PDF files to an existing PDF file, or concatenates them into a PDF file if the output file doesn't yet exist. This can be much faster than appending PDFs one at at time.
This function requires that you have ghostscript installed on your system. Ghostscript can be downloaded from: http://www.ghostscript.com
It also includes code from the export_fig package to interface with Ghostcript.
This function is now included in the export_fig package:
http://www.mathworks.com/matlabcentral/fileexchange/23629
The version here will not be maintained.
인용 양식
Oliver Woodford (2026). append_pdfs (https://kr.mathworks.com/matlabcentral/fileexchange/31215-append_pdfs), MATLAB Central File Exchange. 검색 날짜: .
| 버전 | 퍼블리시됨 | 릴리스 정보 | Action |
|---|---|---|---|
| 1.6.0.0 | Update description as added to export_fig package |
||
| 1.5.0.0 | Added more syntax examples. |
||
| 1.3.0.0 | Improve quality of bitmaps. Thanks to Martin Wittmann for pointing out the issue. |
||
| 1.2.0.0 | Fixed bug affecting long commands. Thanks to Michael Teo for reporting it. |
||
| 1.1.0.0 | Bug fix to ghostscript.m mostly affecting Linux (thanks to Paul Durack for reporting it). |
||
| 1.0.0.0 |
