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

In need of examples #31

Open lordofscripts opened 4 months ago

lordofscripts commented 4 months ago

For a pet project, I spent some weeks writing a PDF output driver using go-pdf/fdf but that seems to be unsupported and like doing assembly level programming. The idea is to expedite creation. Do, I started looking for other output formats and I hope this library fulfills that. However, I need examples for writing (don't need to read it)