Page 1 of 1

add images into a pdf after the the fifth page

Posted: 2013-01-21T05:24:28-07:00
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?