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

jambi-pdf.6.4.2.source-code.module-info Maven / Gradle / Ivy

/**
 * Classes and functions for rendering PDF documents.
 */
module qtjambi.pdf {
    requires java.base;
    requires transitive qtjambi;
    exports io.qt.pdf;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy