How to open .doc or .docx file and check text format using java -
i want open .doc (or .docx) file java , check font-family of part of text, font-size of part of text, tables , description of tables, right indent, left indent etc.(like image)
is there library , .jar file in java? how can use purpose?
you can take @ apache poi. powerful library creating , editing microsoft office documents. if need check parameters in doc or docx can use docx4j
Comments
Post a Comment