Class AbstractDocument

    • Constructor Detail

      • AbstractDocument

        public AbstractDocument​(@Nullable
                                @Nullable URI source)
        Prepares the given URI as a new Document for the processing by webPDF webservices.
        Parameters:
        source - The URI source of the document.
    • Method Detail

      • getSource

        @Nullable
        public @Nullable URI getSource()
        Returns the URI of the document.
        Specified by:
        getSource in interface Document
        Returns:
        The URI of the document.
      • isFileSource

        public boolean isFileSource()
        Returns true, if the URI of the document points to a file.
        Specified by:
        isFileSource in interface Document
        Returns:
        true, if the URI of the document points to a file.