I have an original PDF file (one page) and one transparent background image. After I using Zend Pdf to insert image into PDF file, I would like to print this PDF file (including transparent background image). I using ghostscript (or convert) in UNIX to convert PDF to PCL but when I open PCL file using RedTitan EscapseE so I'm just see image without PDF original data. Please help me to solve this problem :(
this is ghostscript command which using to convert PDF to PCL
gs -sDEVICE=ljet4 -sOutputFile=test.pcl -q -dBATCH -sPAPERSIZE=a4 -dNOPAUSE -dNOCACHE TEST_34.PDF
TEST_34.PDF is PDF file include transparent background image
This is the link to download PDF file (TEST_34.PDF): "http://www.mediafire.com/view/u242l979jsb22gs/TEST_34.PDF"