Documentation ¶
Overview ¶
Package validate contains validation code for ISO 32000-1:2008.
There is low level validation and validation against the PDF spec for each of the defined PDF object types.
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 ¶
Types ¶
This section is empty.
Source Files ¶
- acroForm.go
- action.go
- annotation.go
- colorspace.go
- destination.go
- extGState.go
- fileSpec.go
- font.go
- function.go
- info.go
- media.go
- nameTree.go
- numbertree.go
- objects.go
- optionalContent.go
- outlineTree.go
- pages.go
- pattern.go
- properties.go
- shading.go
- structTree.go
- thread.go
- validate.go
- xobject.go
- xreftable.go
Click to show internal directories.
Click to hide internal directories.