KarenLloyd
Programmer
Hi
I'm working in VFP6 using ghostscript (print2pdf) code to convert postscript files (printed from VFP reports) to PDFs. What I need to do is add a "file copy" watermark to some of the PDFs.
I found some code online that is supposed to do this, so I have modified a copy of the print2pdf code for this purpose:
But it generates a two page document instead of watermarking the original document.
Does anyone have any experience or advice on how to get the watermarks working please?
Karen
I'm working in VFP6 using ghostscript (print2pdf) code to convert postscript files (printed from VFP reports) to PDFs. What I need to do is add a "file copy" watermark to some of the PDFs.
I found some code online that is supposed to do this, so I have modified a copy of the print2pdf code for this purpose:
Code:
gs -q -dNOPAUSE -dSAFER -dBATCH -sOutputFile=result1.pdf -sDEVICE=pdfwrite water1.ps original.pdf
But it generates a two page document instead of watermarking the original document.
Does anyone have any experience or advice on how to get the watermarks working please?
Karen