mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-29 13:48:54 +08:00
11 lines
534 B
Go
11 lines
534 B
Go
![]() |
/*
|
||
|
* This file is subject to the terms and conditions defined in
|
||
|
* file 'LICENSE.md', which is part of this source code package.
|
||
|
*/
|
||
|
|
||
|
// The annotator package contains an annotator with a convenient interface for creating annotations with appearance
|
||
|
// streams. It goes beyond the models package which includes definitions of basic annotation models, in that it
|
||
|
// can create the appearance streams which specify the exact appearance as needed by many pdf viewers for consistent
|
||
|
// appearance of the annotations.
|
||
|
package annotator
|