mwilliamson / python-mammoth

Convert Word documents (.docx files) to HTML
BSD 2-Clause "Simplified" License
785 stars 121 forks source link

Is there a way that can extract each p tag by line? #100

Closed we29758143 closed 3 years ago

we29758143 commented 3 years ago

Is there a way that can extract each p tag by line, not by paragraph? Which is to extract the document line by line.

mwilliamson commented 3 years ago

Nope, and it's not really in scope for Mammoth since that would require actually rendering the document as Word does.