Documentation ¶
Overview ¶
Package extract provides methods for extracting fonts, images, pages and page content.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Content ¶
func Content(ctx *types.PDFContext, selectedPages types.IntSet) (err error)
Content writes content streams for selected pages to dirOut. Each content stream results in a separate text file.
func Fonts ¶
func Fonts(ctx *types.PDFContext, selectedPages types.IntSet) (err error)
Fonts writes embedded font files for selected pages to dirOut. Supported font types: TrueType.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.