These options are available for single images, but can be applied to batches of images as well. To do this, instead of opening a single image at a time, select a number of them in the Finder and likewise right-click to open the selection in Preview.

When opening them in this manner, they will be gathered in a single Preview window that will list them as thumbnails to the left of the main viewing area. With this view, you can then hold the Command key and select some of the images in random order, use the Shift key to select a series of images in order, or select one and then press Command-A to select all of them.

With your desired images selected, the Export option in the File menu will change to Export Selected Images, which will give you the same options to save them in the desired format. Do keep in mind that when using batch conversions you will not be able to name the files differently, so they will keep their original names but have a new file type suffix associated with them.

Several online services to convert djvu files to pdf (and other file format conversions):

: 30 Resources, Apps and Tutorials to Get You Started | Design Shack

cheatsheet

a tool converting PostScript and PDF files into various vector graphic formats.

A simple Python script that converts CHM files into PDF files. Requires: chmlib pychm htmldoc (Old versions require pdftk too) All of these should be in your favourite distro repository. Currently it works on Linux.

@Google Code

a commandline tool for OS X that converts 24-bit PNG images to 8-bit PNG. Most common graphic programs can’t export to 8-bit PNG with alpha transparency even though it’s by far the most useful file format for the web.

python based ebook conversion tools @ Google Project Hosting.

The purpose of this project to to collect, maintain, and provide a home for many of the publicly available standalone tools to convert ebooks from one format to another. In addition, gui front-ends will be hosted for many of the command line tools that already exist. Most of the tools here will be python based and cross-platform in nature.

It includes MobiUnpack, which will extract html and image files from a mobi ebook. When you’ve finished editing them you turn them back into a mobi file with mobicreator.

Another alternative is using the internal conversion by Calibre.

A nice tutorial to convert a bunch of images into a movie sequence with ffmpeg and mmencoder. Includes a script to get the job done.

Another experimental tutorial (ffmpeg + mencoder).

ffmpeg and mencoder websites for reference.

Videolan (VLC) website.

25-tools-and-techniques-for-images-and-documents (Noupe)

15-useful-batch-image-processors (smashing magazine)

For the GIMP, David’s Batch Processor or using it in batch mode via terminal.

Using the terminal in Linux, Imagemagick is very powerful, with its mogrify command.

In Windows, many of the image processing programs listed at Portable freeware can operate in batch mode.

Using built-in utility in Mac OS X’s Preview. Some argue that Preview is, indeed, the Best Batch Photo Resizer for Mac.

Automator can come to the rescue very easily. Step by step instructions.

Images can also be processed by Python and Perl (with the respective help of PythonMagic  and PerlMagick, an interface to the popular ImageMagick suite of command line tools to do just this kind of stuff. Or its fork, Graphicsmagick ), of course PHP, Ruby…

Python’s PIL (image library) comes also handy for the task.

Converting a Type1 font to TrueType is a piece of cake. Being an old fashioned command line person, I use Fontforge’s scripting facility to convert my fonts. This is script cvt.pe:

   Open($argv[1])
   Generate($argv[1]:r+".ttf","",0)

To run it, put the Type1 font in your current directory together with it’s associated metrics file, for example:

   NimbusSansL-Regu.pfb
   NimbusSansL-Regu.afm

Make sure you have installed the fontforge program in your execution path, and issue the following command:

   fontforge -script cvt.pe NimbusSansL-Regu.pfb

Fontforge will produce some lines of output similar to:

   Copyright (c) 2000-2004 by George Williams.
    Executable based on sources from 08:11 3-Jul-2004.
   FontForge used to be named PfaEdit.

When you look in your directory, you’ll see two new files:

   NimbusSansL-Regu.g2n
   NimbusSansL-Regu.ttf

The file NimbusSansL-Regu.ttf is the newly created TrueType version of the original Type1 font. You can drop it in your personal OpenOffice.org fonts dir and OOo will pick it up automatically.

You can also use this facility when you want to use fonts on Microsoft Windows systems that do not have the capabilities installed to handle Type1 fonts.

For the sake of completeness, the following script will generate a .pfb and .afm pair from TrueType fonts:

   Open($argv[1])
   Generate($argv[1]:r+".pfb","",1)

Via Johan Vromans

A  Linux / Windows utility that translates PostScript and PDF graphics into other vector formats, such as adobe illustrator, pdf, wm, swf and svg.

In Mac OS X terminal:

find . -name "*.eps" -exec pstopdf {} \;

This will search the current directory and all subdirectories for files 
matching *.eps (case sensitive, of course) and runs epstopdf on all 
results it finds. Try nam find for more information. Source

Linux includes the epstopdf utility.

David J.Moore’s solution:

EPS to PDF conversion is, for the average person a pain in the butt. A while back I wrote about how to easily convert your EPS files to PDF via terminal:

  1. Open terminal.app
  2. Navigate to the directory where the .eps files are located… use ‘cd’ followed by a folder or directory string to move to the folder ‘cd ..’ to move up a directory level and ‘ls’ to tell you what is in the directory your currently in.
  3. When you have located the files type the following: epstopdf filename.eps 
  4. epstopdf will now convert that eps file to a pdf and place it in the same directory as:filename.pdf  

Whilst that was an easier method that opening preview every time it is still time consuming. I have therefore written an Automator program to do it for you. The program will ask you to select all the EPS files you want to batch convert then it will  batch convert them and put the PDF’s in the same folder as the EPS files (with the same file name). I have added the file to my server here.

An online service at Neevia Technology, called PDF converter. http://docupub.com/pdfconvert/ converts to and from eps, ps, pdf, and many bitmap formats.

A fantastic little freeware program called Dragoman that does this exact job perfectly. You can convert from a number of formats (including EPS, PSD, PDF, etc) to a whole bunch of formats. It can do batch conversions just fine. You can download it here: http://www.macupdate.com/app/mac/27678/dragoman. It does require Leopard or Snow Leopard. 

Dragoman is a universal batch file converter that converts images, photos, music, sound and archive files.

  • Batch conversion made easy. Dragoman offers an easy, lightweight drag and drop interface where you drag in the files you want to convert, pick a new format and drag the converted files back out again. The interface is kept clean to speed up your workflow, and blends in closely and unobtrusively into your Mac environment so you can work seamlessly with a large number of files in Finder right from the start.
  • Convert images, photos, music, archives. Dragoman converts a large number of popular image, photo, music, sound, archive and zip file formats. The popular image and photo formats supported by Dragoman include JPEG, PNG, PDF and TIFF, for example allowing you to convert your favorite holiday photos. The supported music and audio file formats include Microsoft WAVE, Macintosh SND, and Sun Microsystems AU. For archives Dragoman converts Rar, 7zip, StuffIt, DMG and industry-standard Zip, so that you can for instance share StuffIt files with Windows users by converting them to Zip.
  • Save time on the Desktop. Designed to increase your productivity, Dragoman converts your files quickly with its fast, lightweight and highly optimized conversion engine, with a progress bar reporting steadily how many of your files have already been converted. The help system provides you with fast and easy access to important information, dressed in a familiar look and feel. Its key features in a nutshell:
  • Batch converts image, photo, music, sound and archive files
  • Handles the popular image formats PDF, TIFF, PNG, JPEG, PostScript, EPS, JPEG-2000 (JP2), GIF, PSD, ICNS, Windows Bitmap (BMP), PICT, SGI and TGA files
  • Handles common archive and zip formats: Rar, StuffIt, 7zip, DMG, Gzip, Bzip2 and industry-standard, Winzip-compatible Zip
  • Handles widespread music, audio and sound file formats: AIFF, Microsoft WAVE, Macintosh SND, Sun Microsystems AU, Apple Core Audio (CAF), Creative Labs Audio Files (VOC), Raw Audio Data (RAW), Sound Designer II (SD2), and many more
  • Supports multi-page PDF and TIFF documents
  • Progress bar that reports on the current status of the file conversions
  • Universal file converter tool
  • Built-in self updates keep you automatically informed of the newest releases and give you the option to download the latest release with a single click.
  • Planned extensions to convert video, HTML and source code file

Pstill is a specialized converter. The Linux, FreeBSD, Solaris, IRIX, AIX and HPUX versions are free only for personal/private and educational use. Commercial users (means: any for-profit use) must register and order a commercial type license key. The software will run without any functional restrictions but will display a notice on the console.

convert ps eps pdf

Some tumblrs I follow: