unipdf/ACKNOWLEDGEMENTS.md
2017-07-12 11:57:48 +00:00

1.3 KiB

Acknowledgements

The UniDoc library uses resources from the following open source projects:

Used for TIFF LZW encoding support.

Used for TrueType (TTF) font file parsing (unidoc/pdf/model/fonts/ttfparser.go).

  • Adobe Font Metrics PDF Core 14 fonts, 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.

Used for support of the 14 core fonts (see unidoc/pdf/model/fonts/afms).

Used for glyph and textencoding support (see unidoc/pdf/model/textencoding/glyphlist).