Documentation ¶
Overview ¶
Package write contains code that writes PDF data from memory to a file.
Index ¶
Constants ¶
View Source
const ( // REQUIRED is used for required dict entries. REQUIRED = true // OPTIONAL is used for optional dict entries. OPTIONAL = false // ObjectStreamMaxObjects limits the number of objects within an object stream written. ObjectStreamMaxObjects = 100 )
View Source
const PdflibVersion = "0.0.1-alpha"
PdflibVersion is the current version.
Variables ¶
This section is empty.
Functions ¶
func AppendStatsFile ¶
func AppendStatsFile(ctx *types.PDFContext) (err error)
AppendStatsFile appends a stats line for this xRefTable to the configured csv file name.
func PDFFile ¶
func PDFFile(ctx *types.PDFContext) (err error)
PDFFile generates a PDF file for the cross reference table contained in PDFContext.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.