Dear Philip,
I use SignPDF.vbs for inserting Digital Signatue to my PDF files.
By default the signature is inserted in First page. I want the signature in the second page of the three page document.
Please help.
Regards,
P.M.
Dear Philip,
I use SignPDF.vbs for inserting Digital Signatue to my PDF files.
By default the signature is inserted in First page. I want the signature in the second page of the three page document.
Please help.
Regards,
P.M.
in the script SignPDF.vbs, in pdfforge 1.0 you can see a variable signatureOnPage
Const signatureOnPage = 0 ' Show signature on last page; 0 for last page, 1 for first page, 2 for second page, ...