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

cx4j-ImportXHTML.11.4.6.source-code.module-info Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy