append_pdfs

版本 1.6.0.0 (4.5 KB) 作者: Oliver Woodford
Append/concatenate multiple PDF files into a single file using Ghostscript.
8.9K 次下载
更新时间 2014/7/8

查看许可证

编者注: 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 (2024). append_pdfs (https://www.mathworks.com/matlabcentral/fileexchange/31215-append_pdfs), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 String Parsing 的更多信息
致谢

参考作品: export_fig

启发作品: Card generator for Codenames board game

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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