Imagick Convert Append 2 pdf pages
Posted
by
Hammad Khalid
on Super User
See other posts from Super User
or by Hammad Khalid
Published on 2013-06-21T14:42:57Z
Indexed on
2013/06/26
10:23 UTC
Read the original article
Hit count: 311
I am using the following code to make a single pdf file with multiple pages in one jpg file I am using Imagick library and PHP tcpdf
convert -append path1.pdf path2.jpg
Now what i need to do is to add a white space between each page to differentiate them from one another, or add text in between like Page 1, Page 2. Currently they come correct. But there is no space in between.
Can anyone help me out
© Super User or respective owner