github.com/unidoc/unidoc@v2.2.0+incompatible/pdf/creator/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 // 7 // Package creator is used for quickly generating pages and content with a simple interface. 8 // It is built on top of the model package to provide access to the most common 9 // operations such as creating text and image reports and manipulating existing pages. 10 // 11 package creator