github.com/unidoc/unidoc@v2.2.0+incompatible/pdf/annotator/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 // The annotator package contains an annotator with a convenient interface for creating annotations with appearance 7 // streams. It goes beyond the models package which includes definitions of basic annotation models, in that it 8 // can create the appearance streams which specify the exact appearance as needed by many pdf viewers for consistent 9 // appearance of the annotations. 10 package annotator