Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AthenaPDF ¶
type AthenaPDF struct { // AthenaPDF inherits properties from UploadConversion, and as such, // it supports uploading of its results to S3 // (if the necessary credentials are given). // See UploadConversion for more information. converter.UploadConversion // CMD is the base athenapdf CLI command that will be executed. // e.g. 'athenapdf -S -T 120' CMD string // Aggressive will alter the athenapdf CLI conversion behaviour by passing // an '-A' command-line flag to indicate aggressive content extraction // (ideal for a clutter-free reading experience). Aggressive bool // WaitForStatus will wait until window.status === WINDOW_STATUS WaitForStatus bool }
AthenaPDF represents a conversion job for athenapdf CLI. AthenaPDF implements the Converter interface with a custom Convert method.
Click to show internal directories.
Click to hide internal directories.