print pdf with integrated digital certificate
Posted: Wed Oct 03, 2018 3:45 am
hello,
How I Can print pdf with integrated digital certificate.
here to print invoices valid in pdf it is necessary that these documents have a digital certificate in order to prove their authenticity.
Bullzip pdf allows you to add this certificate. ( see this https://www.youtube.com/watch?v=Fh37RmDDUVc)
But you'll need something else, maybe one more option in the DCPrint command to enable this certificate.
I use this command to print PDF invoice:
Has anyone ever had this need?
Have any suggestions you can share?
Many Thanks
Best regards.
How I Can print pdf with integrated digital certificate.
here to print invoices valid in pdf it is necessary that these documents have a digital certificate in order to prove their authenticity.
Bullzip pdf allows you to add this certificate. ( see this https://www.youtube.com/watch?v=Fh37RmDDUVc)
But you'll need something else, maybe one more option in the DCPrint command to enable this certificate.
I use this command to print PDF invoice:
Code: Select all
DCPRINT ON ;
TO oPrinter ;
FONT '12.Courier New Bold' ;
TITLE "Doc Name PDF Print Job" ;
NAME 'Bullzip PDF Printer' ;
OUTFILE 'C:\cNameFile.pdf' ;
NOSTOP ;
SIZE 72, 80 ;
COPIES 1
Have any suggestions you can share?
Many Thanks
Best regards.