From a688113d8fcd0de0b2edaec74b1315a0ca0430ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Fri, 29 Jan 2016 09:22:49 +0100 Subject: [PATCH] Add Documents category --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e4b1e0a..c3f611f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Database Drivers](#database-drivers) - [Date & Time](#date--time) - [Distributed Systems](#distributed-systems) + - [Documents](#documents) - [Email](#email) - [Embeddable Scripting Languages](#embeddable-scripting-languages) - [Financial](#financial) @@ -322,6 +323,16 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [dht](https://godoc.org/github.com/anacrolix/torrent/dht) - BitTorrent Kademlia DHT implementation. * [go-peerflix](https://github.com/Sioro-Neoku/go-peerflix) - Video streaming torrent client. + +## Documents + +*Libraries that read or write documents* + +* [docconv](https://github.com/sajari/docconv) - Converts PDF, DOC, DOCX, XML, HTML, RTF, etc to plain text. +* [gofpdf](https://github.com/jung-kurt/gofpdf) - A PDF document generator with high level support for text, drawing and images. +* [gopdf](https://github.com/signintech/gopdf) - A simple library for generating PDF written in Go lang. +* [goreport](https://github.com/mikeshimura/goreport) - Golang PDF report generator. + ## Email *Libraries that implement email creation and sending*