> > Is there any process to water mark in pdf file by php? if possible > > please help me.
--- William Piper <[EMAIL PROTECTED]> wrote: > I'm not sure that you can add a watermark to an existing pdf, however > you can create a new pdf with the php library here: > http://us2.php.net/pdf > > bp If you have a binary PDF then you can use some Linux command line tools to manipulate the PDFs to include an image of your choice in the background, foreground, etc. If these tools are installed on your server, you can call them from PHP with an exec(), shell_exec(), system() or passthru() function. PDFtk (free) http://www.pdfhacks.com/pdftk/ PDF Stamp Command Line ($59) http://pdf-stamp-command-line.verypdf-com-inc.qarchive.org/ James