Component: TPdf · Unit: PDFium
Serialises a remote-signing request into a stable versioned binary format
Syntax
class procedure SavePadesRemoteSigningRequest(Stream: TStream; const Request: TPadesRemoteSigningRequest); static;
Description
Writes the format magic, version, reservation coordinates, four ByteRange integers, document digest, and prepared-PDF fingerprint using fixed-width little-endian fields
Remarks
- The method validates the request shape before clearing or writing the destination stream
- Persist the prepared PDF separately and protect both files with the application's normal access controls
- The request contains hashes and offsets but no private key or certificate secret
See Also