Re: Linux tools for making PDFs

From: Jim Tuttle <jim_at_nyob>
Date: Wed, 4 Feb 2009 08:54:23 -0500
To: CODE4LIB_at_LISTSERV.ND.EDU
I had some issues (can't remember what!) with the Imagemagick convert
tool.  I've been using tiffcp and tiffcp and tiff2pdf in the
libtiff-tools Debian package.

I use python to parse the file names of TIFF files, build a list of
filenames that will comprise a PDF, use tiffcp to stitch them together,
then use tiff2pdf to convert the multi-image TIFF to PDF.

Then I pass the PDFs to someone else to OCR with Acrobat, which is a
pain.  I'd sure like to have a good Linux option to integrate into the
above process.

Jim


Mark Jordan wrote:
> Yan, not sure how it handles east Asian characters, but imagemagick will create PDFs, e.g., 
> 
> convert FILE.jpg FILE.pdf
> 
> See http://www.imagemagick.org/script/convert.php for more info.
> 
> Mark
> 
> ----- "Yan Han" <hany_at_U.LIBRARY.ARIZONA.EDU> wrote:
> 
>> Hello, 
>>
>>  
>>
>> Do you know a tool running under Linux to make PDFs from images?  I
>> use
>> Adobe Acrobat professional in Windows to create PDFs from image
>> files.
>> However, Acrobat does not handle image files with east Asian
>> characters.
>>
>>
>>  
>>
>>  
>>
>> Yan

-- 
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
Jim Tuttle
http://braggtown.com




Received on Wed Feb 04 2009 - 08:55:28 EST