Imagick Convert Append 2 pdf pages
- by Hammad Khalid
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