2017-04-09 16:49:15 +00:00
|
|
|
/*
|
|
|
|
* This file is subject to the terms and conditions defined in
|
|
|
|
* file 'LICENSE.md', which is part of this source code package.
|
|
|
|
*/
|
|
|
|
|
2018-08-03 10:15:42 +00:00
|
|
|
// Package annotator provides an interface for creating annotations with appearance
|
2017-04-09 16:49:15 +00:00
|
|
|
// 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.
|
2018-09-28 11:36:45 +00:00
|
|
|
// It also contains methods for generating appearance streams for fields via widget annotations.
|
2017-04-09 16:49:15 +00:00
|
|
|
package annotator
|