I have a Word docx file and I want to retrieve all the paragraphs in OpenXml with c#. I need to know: 1.-The number of pages of the Documents. 2.-The page number to which each paragraph belongs.
Can you show an example where the paragraphs of the document are read?