Uses of Class
se.idsec.signservice.integration.document.pdf.PdfSignaturePagePreferences
Packages that use PdfSignaturePagePreferences
Package
Description
API and domain classed for the SignService Integration Service.
PDF-specific classes.
-
Uses of PdfSignaturePagePreferences in se.idsec.signservice.integration
Methods in se.idsec.signservice.integration with parameters of type PdfSignaturePagePreferencesModifier and TypeMethodDescriptionExtendedSignServiceIntegrationService.preparePdfDocument
(String policy, byte[] pdfDocument, PdfSignaturePagePreferences signaturePagePreferences, Boolean returnDocumentReference, String callerId) A utility method that can be used to prepare a PDF document for signing. -
Uses of PdfSignaturePagePreferences in se.idsec.signservice.integration.document.pdf
Methods in se.idsec.signservice.integration.document.pdf that return PdfSignaturePagePreferencesModifier and TypeMethodDescriptionPreparePdfSignaturePageInput.getSignaturePagePreferences()
Gets the preferences of how to prepare the PDF document for a PDF signature page and signature image.Methods in se.idsec.signservice.integration.document.pdf with parameters of type PdfSignaturePagePreferencesModifier and TypeMethodDescriptionvoid
PreparePdfSignaturePageInput.setSignaturePagePreferences
(PdfSignaturePagePreferences signaturePagePreferences) Assigns the preferences of how to prepare the PDF document for a PDF signature page and signature image.