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

매개 변수

이름목적
InputPDFPathSource PDF file path
OutputPDFPathDestination path for the signed PDF
SelectorCertificate-store selector used to choose the signing certificate
OptionsCMS signing options controlling the digest, signature metadata, timestamp, and related policy
InputStreamSource stream positioned at the beginning of the PDF
OutputStreamDestination stream that receives the signed PDF

반환 값

Returns True when the certificate is found and the signed PDF is written successfully

사용 참고

관련 API