add images into a pdf after the the fifth page

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
ricardomr
Posts: 3
Joined: 2013-01-09T13:13:32-07:00
Authentication code: 6789

add images into a pdf after the the fifth page

Post by ricardomr »

add images into a pdf after the the fifth page
i try this:
/bin/sh -c 'convert 123/file-0.png 123/file-1.png 123/file-2.png 123/file-3.png 123/file-4.png 123/richa.pdf'
work fine.
but when add one more:
/bin/sh -c 'convert 123/file-0.png 123/file-1.png 123/file-2.png 123/file-3.png 123/file-4.png 123/file-5.png 123/richa.pdf'
dont work.

then think that if add after the fifth page other png.

There is a parameter to add after the fifth page of a pdf?
Post Reply