Uses of Class
se.idsec.signservice.integration.core.FileResource
Packages that use FileResource
-
Uses of FileResource in se.idsec.signservice.integration.document.pdf
Methods in se.idsec.signservice.integration.document.pdf that return FileResourceModifier and TypeMethodDescriptionPdfSignaturePage.getPdfDocument()
Gets the file resource containing the PDF document that holds the PDF signature page.PdfSignatureImageTemplate.getSvgImageFile()
Gets the file resource that holds the SVG image file for this template.Methods in se.idsec.signservice.integration.document.pdf with parameters of type FileResourceModifier and TypeMethodDescriptionvoid
PdfSignaturePage.setPdfDocument
(FileResource pdfDocument) Assigns the file resource containing the PDF document that holds the PDF signature page.void
PdfSignatureImageTemplate.setSvgImageFile
(FileResource svgImageFile) Assigns the file resource that holds the SVG image file for this template.