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.preparePdfSignaturePage(String, byte[], PdfSignaturePagePreferences). The preparePdfSignaturePage method is used to setup a PDF document along with its visible signature requirements (VisiblePdfSignatureRequirement) before SignServiceIntegrationService.createSignRequest(se.idsec.signservice.integration.SignRequestInput) is called.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
See Also: