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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -