Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

This feature is since XFRX 18.1


Code Block
* 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()