Class PdfObjFactory


  • public class PdfObjFactory
    extends Object
    The usage of this interface permit the user to choose the underlying PDF library use to created PDF signatures.
    • Method Detail

      • setInstance

        public static void setInstance​(IPdfObjFactory instance)
        This method allows to set a custom IPdfObjFactory (or null to reset to the default behavior)
        Parameters:
        instance - the new instance to be used
      • newTimestampSignatureService

        public static PDFTimestampService newTimestampSignatureService()