I had a task to read page size of documents like: .doc, .docx, pdf, xls and now i need to count a page size of .adoc document. I googled a lot but didn't find anything familiar for this problem. For .doc, .docx im using Apache POI Java libraries.
So does anyone knows what about .adoc files? Is it even possible to get page size ?