mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
16 lines
183 B
Text
16 lines
183 B
Text
description "Adding digital signature to the PDF file\377";
|
|
|
|
uses
|
|
Core,
|
|
PdfDraw,
|
|
Core/SSL,
|
|
RichText;
|
|
|
|
file
|
|
SignPDF.cpp,
|
|
certificate.pem,
|
|
privatekey.pem;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|