Hi,
I am trying to add a watermark to my document, to create invoice.
I have adjusted watermark.vbs file as follows
Const AppTitle = "PDFCreator - AddWatermarkToPDF"
Const PathToPdftk = C:\\Program Files\\PDFCreator\\Scripts\\RunProgramAfterSaving\\pdftk.exe
Const WatermarkPDF = "Brief-Ebit_Rabo.pdf"
when i try to print doc i get message "expected literal constant"; line 15; char 22; code 800A0415; source MS VBScript compilation error.
any suggestions as to what i might try to get it to run?
thanks for your trouble.
Eric Mooiweer