Convert to Layered PDF

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
Kugelblitz
Posts: 2
Joined: 2014-12-30T17:04:55-07:00
Authentication code: 6789

Convert to Layered PDF

Post by Kugelblitz »

I am trying to make a layered PDF. When i convert i can only find options to make multiple pages or a single page with no layers.

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

Re: Convert to Layered PDF

Post by fmw42 »

As far as I know, IM does not create layered PDFs at this time, other than as multi-pages. Please note that when converting images to PDF, IM will put raster data into a vector PDF shell. Likewise when convert vector data to PDF, IM will rasterize the data and then enclose it in a vector shell.

Did you mean PSD or actually PDF?

see
http://www.imagemagick.org/Usage/formats/#vector

Post to the developers forum and see what they say about layered PDF. Do you have documentation for the PDF layered file format?
Kugelblitz
Posts: 2
Joined: 2014-12-30T17:04:55-07:00
Authentication code: 6789

Re: Convert to Layered PDF

Post by Kugelblitz »

PDF, it needs to work on many computers with minimal effort and costs PSD does not offer this (needing Photoshop). It will be used in classes also and Photoshop and the like have a lot of clutter. I may break down and use Gimp.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Convert to Layered PDF

Post by fmw42 »

IM is basically a command line processor and has no formal GUI, unlike Acrobat, Photoshop and GIMP. How would you provide layers to IM to combine, if you could do it? Are they vector data or raster data?
Post Reply