Convert PDF to layered TIFF ?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
CptWacko

Convert PDF to layered TIFF ?

Post by CptWacko »

Hi,

I was wondering if it's possible to convert a PDF to a bunch of layered TIFF. I mean something like a TIFF with an image layer and a text layer so I can process the text that's in the PDF. I found some libraries that extract the text from a PDF but it's all plain text and I really need to keep the style of the text.

Thanks!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert PDF to layered TIFF ?

Post by fmw42 »

I don't believe that IM can separate the text from the image from a PDF. But I am not an expert on PDF files.

see http://www.imagemagick.org/Usage/formats/#pdf
CptWacko

Re: Convert PDF to layered TIFF ?

Post by CptWacko »

I guess I'll be able to do want I want to do with pdf2swf from SWFTools combined with the plain text libraries I was talking about. If I may give a suggestion, you should integrate that tool (pdf2swf) to ImageMagick since both projects are GPL, it would make ImageMagick even more complete when dealing with PDFs.
Post Reply