fumiama / go-docx

One of the most functional libraries to partially read and write .docx files (a.k.a. Microsoft Word documents or ECMA-376 Office Open XML) in Go.
GNU Affero General Public License v3.0
109 stars 14 forks source link

How can i read the paragraph like text, not hyper link #33

Closed Ada-lave closed 2 months ago

Ada-lave commented 2 months ago

I am trying to parse a docx document with hyperlinks, but when I parse it, I only get the links. However, I need the text, not the links.