Documentation ¶
Overview ¶
Package extract provides functions for extracting fonts, images, pages and page content.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContentData ¶ added in v0.1.9
func ContentData(ctx *types.PDFContext, objNr int) (data []byte, err error)
ContentData extracts page content in PDF notation for objNr.
func FontData ¶ added in v0.1.9
func FontData(ctx *types.PDFContext, objNr int) (*types.FontObject, error)
FontData extracts font data (the "fontfile") for objNr. Supported fontTypes: TrueType
func ImageData ¶ added in v0.1.9
func ImageData(ctx *types.PDFContext, objNr int) (*types.ImageObject, error)
ImageData extracts image data for objNr. Supported imgTypes: DCTDecode, JPXDecode
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.