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)

enter image description here

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

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -