Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

This feature is since XFRX 18.1


* create PDFL#INIT object
loSession=EVALUATE([xfrx("PDFL#INIT")])
* open existing PDF document with append mode
loSession.createDocument("BASE-UNI.pdf", .T.) 
* Add digital signature
loSession.DigitalSignature("testeqeus.pfx","eeee",2, "testing name", "testing contact info", "testing location", "testing reason") 
* Finish document
loSession.FinishDocument()
  • No labels