Page 1 of 1

print pdf with integrated digital certificate

Posted: Wed Oct 03, 2018 3:45 am
by PedroAlex
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:

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
Has anyone ever had this need?
Have any suggestions you can share?

Many Thanks
Best regards.

Re: print pdf with integrated digital certificate

Posted: Thu Oct 04, 2018 9:20 am
by rdonnay
I have never done this.
I would not know how to do it because it's done by the printer driver; in your case BullZip.
You may need a different printer driver.