Class PreparedPdfDocument

java.lang.Object
se.idsec.signservice.integration.document.pdf.PreparedPdfDocument
All Implemented Interfaces:
Serializable, Extensible

public class PreparedPdfDocument extends Object implements Extensible
The PreparedPdfDocument is the representation of the object that is returned from ExtendedSignServiceIntegrationService.preparePdfDocument(String, byte[], PdfSignaturePagePreferences, Boolean, String).

The preparePdfSignaturePage method is used to set up a PDF document along with its visible signature requirements (VisiblePdfSignatureRequirement) before SignServiceIntegrationService.createSignRequest(se.idsec.signservice.integration.SignRequestInput) is called.

The preparePdfSignaturePage method may also be called without sign pages in order to validate and potentially fix the document before it is signed.

Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
See Also: