PDFmerge - 1.0.1quickly create/merge PDFs from PS, TIFF, etc |
|
||||||||||||||||
|
|||||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Use (free) ColorSync Utility - Version: 1.0.1, 4/13/2004 01:39AM PST
(0 of 1 users found this comment useful)
Mark Douma
Use (free) ColorSync Utility in Panther to apply filters to your PDF files to do any number of things to their contents, including resampling images to a specific resolution, etc., in order to reduce the overall file size.
Most Recent Replies: View All 2 Replies
- Use (free) ColorSync Utility
If you want to do it for free - Version: 1.0.1, 4/12/2004 11:44PM PST
(1 of 2 users found this comment useful)
wgscott
#!/bin/zsh -f
# Use ghostscript to join pdf file 1, 2, ..., N together and output one file named merged.pdf
#
function joinpdf {
gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=merged.pdf "$@"
}
Also, Preview.app in 10.3 converts PS, Tiff, etc into PDF. Most Recent Replies: View All 1 Replies