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!
Convert PDF to layered TIFF ?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Convert PDF to layered TIFF ?
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
see http://www.imagemagick.org/Usage/formats/#pdf
Re: Convert PDF to layered TIFF ?
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.