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

com.lowagie.text.rtf.document.output.RtfLogger Maven / Gradle / Ivy

Go to download

RTF generation library derived from iText-2.1.7. All PDF features and RTF parsing are removed. Code is modernized for Java 8.

There is a newer version: 1.0.5
Show newest version
package com.lowagie.text.rtf.document.output;

public interface RtfLogger {

    void warn(String message);

    void error(Throwable error);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy