append_pdfs
by Oliver Woodford
27 Apr 2011
(Updated 10 Apr 2012)
Append/concatenate multiple PDF files into a single file using Ghostscript.
|
Watch this File
|
| File Information |
| Description |
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. |
| Acknowledgements |
Export Fig
inspired this file.
|
| MATLAB release |
MATLAB 7.11 (R2010b)
|
| Other requirements |
Ghostscript |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 28 Apr 2011 |
Bug fix to ghostscript.m mostly affecting Linux (thanks to Paul Durack for reporting it). |
| 05 May 2011 |
Fixed bug affecting long commands. Thanks to Michael Teo for reporting it. |
| 01 Jun 2011 |
Improve quality of bitmaps. Thanks to Martin Wittmann for pointing out the issue. |
| 10 Apr 2012 |
Added more syntax examples. |
|
Contact us