Class StrictGeneralSafeObjects
java.lang.Object
se.swedenconnect.sigval.pdf.pdfstruct.impl.StrictGeneralSafeObjects
- All Implemented Interfaces:
GeneralSafeObjects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGeneralSafeObjects
(PDFDocRevision revData) Examine the curent PDF document revision and add object references that are safe to have updated xref pointers to new data without altering the visual content of the PDF document.
-
Constructor Details
-
StrictGeneralSafeObjects
public StrictGeneralSafeObjects()
-
-
Method Details
-
addGeneralSafeObjects
Description copied from interface:GeneralSafeObjects
Examine the curent PDF document revision and add object references that are safe to have updated xref pointers to new data without altering the visual content of the PDF document.This process is important in order to allow signed PDF documents to handled by normal readers such as being saved from within an Adobe acrobat reader which may add/alter the DSS object and to alter metadata and/or info object in the document trailer.
- Specified by:
addGeneralSafeObjects
in interfaceGeneralSafeObjects
- Parameters:
revData
- PDF document revision data
-