2017-07-12 11:47:22 +00:00
|
|
|
Acknowledgements
|
|
|
|
----------------
|
|
|
|
|
2017-07-12 11:57:48 +00:00
|
|
|
The UniDoc library uses resources from the following open source projects:
|
2017-07-12 11:47:22 +00:00
|
|
|
|
|
|
|
* [The standard Go library](https://golang.org/pkg/#stdlib), MIT license.
|
|
|
|
|
2017-07-12 11:57:48 +00:00
|
|
|
* [Go supplementary image libraries](https://godoc.org/golang.org/x/image), BSD-3 license.
|
|
|
|
|
|
|
|
Used for TIFF LZW encoding support.
|
|
|
|
|
2017-07-12 11:47:22 +00:00
|
|
|
* [fpdf - Kurt Jung](https://github.com/jung-kurt/gofpdf), MIT license.
|
2017-07-12 11:57:48 +00:00
|
|
|
|
|
|
|
Used for TrueType (TTF) font file parsing (unidoc/pdf/model/fonts/ttfparser.go).
|
2017-07-12 11:47:22 +00:00
|
|
|
|
|
|
|
* [Adobe Font Metrics PDF Core 14 fonts](http://www.adobe.com/devnet/font.html), with the following license:
|
|
|
|
This file and the 14 PostScript(R) AFM files it accompanies may be used,
|
|
|
|
copied, and distributed for any purpose and without charge, with or without
|
|
|
|
modification, provided that all copyright notices are retained; that the
|
|
|
|
AFM files are not distributed without this file; that all modifications
|
|
|
|
to this file or any of the AFM files are prominently noted in the modified
|
|
|
|
file(s); and that this paragraph is not modified. Adobe Systems has no
|
|
|
|
responsibility or obligation to support the use of the AFM files.
|
|
|
|
|
2017-07-12 11:57:48 +00:00
|
|
|
Used for support of the 14 core fonts (see unidoc/pdf/model/fonts/afms).
|
|
|
|
|
|
|
|
* [Adobe Glyph List](https://github.com/adobe-type-tools/agl-aglfn), BSD-3 license.
|
|
|
|
|
|
|
|
Used for glyph and textencoding support (see unidoc/pdf/model/textencoding/glyphlist).
|
|
|
|
|
|
|
|
|