Hallo all together,
my issue is as follows:
I have a multilayer pdf file and I want to convert this in multiple image files, doesn't matter the image format (1 file per layer).
Is that possible with convert? How can I acheive that?
Thank you very much and have a nice day!!!
Best Regards.
Marc
How to convert layered pdf into multiple image files
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How to convert layered pdf into multiple image files
convert image.pdf +adjoin image_%d.xxx
The above is how to do it in unix. I do not know if %d is windows compatible. It would be if it is from IM and not the OS. Anthony would know better about that.
see
http://www.imagemagick.org/script/comma ... php#adjoin
The above is how to do it in unix. I do not know if %d is windows compatible. It would be if it is from IM and not the OS. Anthony would know better about that.
see
http://www.imagemagick.org/script/comma ... php#adjoin
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: How to convert layered pdf into multiple image files
%d is a printf() format for the standrad C library. It works for windows. It can include some numbers to specify field size and formatting style of the number that is inserted.
You may need to double the percent to escape it in DOS.
http://www.imagemagick.org/Usage/windows/#dos
You may need to double the percent to escape it in DOS.
http://www.imagemagick.org/Usage/windows/#dos
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/