Interface DocumentTransformer

    • Method Detail

      • transform

        boolean transform​(ExportedDocument doc)
                   throws IOException
        Transforms the given document and returns true to pass to the next transformer or false to exit from the transformation chain.
        Parameters:
        doc - the document to transform
        Returns:
        true to continue with the next transformer or false to exit transformation chain
        Throws:
        IOException