WebConvertInfo Class Documentation

classWebConvertInfo

Namespace:com::datalogics::PDFL

Detailed Description

Result metadata for a completed web-to-PDF conversion: page count, conversion time, document title, and resolved source URL. Populate() reads the plugin's last-conversion record on supported platforms and is a no-op (returning false) on the stub path; the page count is then overridden by the curator bridge with the authoritative count from the opened PDF.

Header has no plugin-typed surface; all conversions live in the .cpp.

Referenced by

Uses types

Constructor & Destructor Documentation

WebConvertInfo

WebConvertInfo()

Member Function Documentation

DisposeChildren

voidDisposeChildren()

Returns:

void

[static initializer]

static void[static initializer]()

delete

synchronized voiddelete(Booleandisposing)

Parameters

disposing: Boolean

Returns:

synchronized void

delete

synchronized voiddelete()

Returns:

synchronized void

finalize

voidfinalize()

Returns:

void

getConversionTimeMs

intgetConversionTimeMs()

Returns:

int

getPageCount

intgetPageCount()

Returns:

int

getSourceUrl

StringgetSourceUrl()

Returns:

String

getTitle

StringgetTitle()

Returns:

String

populate

booleanpopulate()

Returns:

boolean

Call WebToPDFGetConversionInfo and copy strings out. Returns false (and leaves this in its default state) if the plugin reports no previous conversion.

setPageCount

voidsetPageCount(intn)

Parameters

n: int

Returns:

void

Override the page count with the authoritative value from the opened PDF. The plugin reports 0 (it never opens its output); the curator bridge sets this from the returned Document's PDDocGetNumPages.