All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gutenberg.itext.PostProcessor Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
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