Lines Matching +full:- +full:- +full:output +full:- +full:document
2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
74 /** The document's title.
78 /** The name of the person who created the document.
82 /** The subject of the document.
86 /** Keywords associated with the document. Commas may be used to delineate
91 /** If the document was converted to PDF from another format,
93 original document from which it was converted.
97 /** The product that is converting this document to PDF.
101 /** The date and time the document was created.
106 /** The date and time the document was most recently modified.
111 /** The DPI (pixels-per-inch) at which features without native PDF support
120 /** If true, include XMP metadata, a document UUID, and sRGB output intent
121 information. This adds length to the document and makes it
122 non-reproducable, but are necessary features for PDF/A-2b conformance
126 /** Encoding quality controls the trade-off between size and quality. By
133 /** An optional tree of structured document tags that provide
144 If set, the PDF output will be non-reproducible in the order and
165 in order to associate a document's structure element tree with
175 /** Create a PDF-backed document, writing the results into a SkWStream.
179 @param stream A PDF document will be written to this stream. The document may write
181 called or the document is deleted.
184 @returns NULL if there is an error, otherwise a newly created PDF-backed SkDocument.