cx4j-ImportXHTML.11.4.6.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docx4j-ImportXHTML Show documentation
Show all versions of docx4j-ImportXHTML Show documentation
docx4j-ImportXHTML converts XHTML to OpenXML WordML (docx) using docx4j
module docx4j_ImportXHTML {
requires org.slf4j;
requires org.docx4j.core;
requires org.docx4j.openxml_objects;
requires jakarta.xml.bind;
requires openhtmltopdf.core;
requires openhtmltopdf.pdfbox;
requires org.apache.pdfbox;
exports org.docx4j.convert.in.xhtml;
exports org.pptx4j.convert.in.xhtml;
}