Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Desktop Enhancements  |  Themes  |  PDFmerge

PDFmerge

PDFmerge - 1.0.1

quickly create/merge PDFs from PS, TIFF, etc

All Time: (4.5)
This Version: Not rated (0.0)
Current Version: 1.0.1
Release Date: 2004-04-12
License: Update
Downloads (this version): 5,987
Downloads (all versions): 7,786
Price: $89.00

Information Related to Version:

Broken Link? Newer Version? Tell us!

Product Description:

PDFmerge makes it easy to quickly combine multiple source documents, in the most popular file formats PDF, PS, TIFF, JPEG, etc, into a single PDF file. Use the high quality page preview to select files, page ranges and their ordering. PDFmerge supports AppleScript, droplets and folder actions.

What's new in this version:

  • Fix for problem with missing pages in combined PDF
  • Support for export/import of merge settings

Operating System Requirements:

This product is designed to run on the following operating systems:

  • Mac OS X 10.3
  • Mac OS X 10.2

Additional Requirements:

  • Mac OS X 10.2 or higher

Screenshots:

Download Links:

Your Installed Versions:


 

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)
Add Your Feedback

Key to Types of Feedback:

ReviewsReviews   TroubleshootingTroubleshooting   Usage TipsUsage Tips   Developer NotesDeveloper Notes   CommentaryCommentary   Featured ReviewsFeatured Reviews

PDFmerge CommentaryUse (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.
Post a commentAlert Admin

Most Recent Replies: View All 2 Replies

PDFmerge Usage TipIf 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.
Post a commentAlert Admin

Most Recent Replies: View All 1 Replies

PDFmerge CommentarySplit PDF - Version: 1.0.1, 4/12/2004 08:17PM PST

truder1
I think it means "assemble and merge split PDFs".

Just a guess.
Post a commentAlert Admin