Documentation ¶
Overview ¶
Package validate implements validation against PDF 32000-1:2008.
Index ¶
Constants ¶
View Source
const ( // REQUIRED is used for required dict entries. REQUIRED = true // OPTIONAL is used for optional dict entries. OPTIONAL = false )
View Source
const ( // ExcludePatternCS ... ExcludePatternCS = true // IncludePatternCS ... IncludePatternCS = false )
Variables ¶
This section is empty.
Functions ¶
func DocumentPageLayout ¶
DocumentPageLayout returns true for valid page layout values.
func DocumentPageMode ¶
DocumentPageMode returns true for valid page mode values.
func DocumentProperty ¶
DocumentProperty ensures a property name that may be modified.
Types ¶
This section is empty.
Source Files ¶
- action.go
- annotation.go
- colorspace.go
- destination.go
- extGState.go
- fileSpec.go
- font.go
- form.go
- function.go
- info.go
- media.go
- metaData.go
- nameTree.go
- numberTree.go
- object.go
- optionalContent.go
- outlineTree.go
- page.go
- pattern.go
- property.go
- shading.go
- structTree.go
- thread.go
- viewerPreferences.go
- xObject.go
- xReftable.go
Click to show internal directories.
Click to hide internal directories.