github.com/unidoc/unidoc@v2.2.0+incompatible/pdf/core/doc.go (about) 1 /* 2 * This file is subject to the terms and conditions defined in 3 * file 'LICENSE.md', which is part of this source code package. 4 */ 5 6 // Package core defines and implements the primitive PDF object types in golang, and provides functionality 7 // for parsing those from a PDF file stream. This includes I/O handling, cross references, repairs, encryption, 8 // encoding and other core capabilities. 9 package core