print pdf with integrated digital certificate

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
PedroAlex
Posts: 235
Joined: Tue Feb 09, 2010 3:06 am

print pdf with integrated digital certificate

#1 Post 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.
Pedro Alexandre

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: print pdf with integrated digital certificate

#2 Post 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.
The eXpress train is coming - and it has more cars.

Post Reply