
gutenberg.itext.PostProcessor Maven / Gradle / Ivy
package gutenberg.itext;
import java.io.File;
/**
* @author @aloyer
*/
public interface PostProcessor {
void postProcess(ITextContext context, File fileIn, File fileOut);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy