THotPDF.SignPDFWithSystemCertificate Method
สรุปเมธอด: THotPDF.SignPDFWithSystemCertificate Method
การประกาศ
class function SignPDFWithSystemCertificate(const InputPDFPath, OutputPDFPath: string; const Selector: THPDFCertificateStoreSelector; const Options: THPDFCMSSignOptions): boolean; overload; static;
class function SignPDFWithSystemCertificate(InputStream, OutputStream: TStream; const Selector: THPDFCertificateStoreSelector; const Options: THPDFCMSSignOptions): boolean; overload; static;
ยูนิต
HPDFDoc
พารามิเตอร์
| ชื่อ | วัตถุประสงค์ |
|---|---|
InputPDFPath | Source PDF file path |
OutputPDFPath | Destination path for the signed PDF |
Selector | Certificate-store selector used to choose the signing certificate |
Options | CMS signing options controlling the digest, signature metadata, timestamp, and related policy |
InputStream | Source stream positioned at the beginning of the PDF |
OutputStream | Destination stream that receives the signed PDF |
ค่าที่ส่งกลับ
Returns True when the certificate is found and the signed PDF is written successfully
หมายเหตุการใช้งาน
- The input and output file paths or streams must be different
- The Windows certificate private key must be accessible to the current process
- This helper requires Delphi 2009 or later
API ที่เกี่ยวข้อง
- THotPDF
- THPDFPage
- สารบัญ