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

info.bliki.wiki.filter.PDFConverter Maven / Gradle / Ivy

The newest version!
package info.bliki.wiki.filter;

/**
 * A converter which renders the internal node representation as HTML text with
 * <a> tags only rendered with the plain link title
 *
 */
public class PDFConverter extends HTMLConverter {
    public PDFConverter() {
        super(false);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy