Line Counting

Hi,
I am working on an application that needs to count lines in a MS Word document. Is your software capable of doing this?

Hi

Thanks for your inquiry. Unfortunately, there is no way to calculate lines count using Aspose.Words at the moment. I linked your request to the appropriate issue. You will be notified as soon as Aspose.Words is able to calculate lines count.
If documents, where you need to calculate lines count, were created in MS Word, you can use BuiltInDocumentProperties.Lines to get number of lines in this document. MS Word calculates number of lines and stores the calculated value in this built-in document property.
Best regards.

follow this link read all comments

https://forum.aspose.com/t/get-line-count-of-specific-page-of-document/206629