WebConvertInfo Class Documentation
classWebConvertInfoNamespace: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()WebConvertInfo
WebConvertInfo(WebConvertInfoarg0)Parameters
arg0: WebConvertInfo
Member Function Documentation
DisposeChildren
voidDisposeChildren()Returns:
void[static initializer]
static void[static initializer]()delete
synchronized voiddelete(Booleandisposing)Parameters
disposing: Boolean
Returns:
synchronized voiddelete
synchronized voiddelete()Returns:
synchronized voidfinalize
voidfinalize()Returns:
voidgetConversionTimeMs
intgetConversionTimeMs()Returns:
intgetPageCount
intgetPageCount()Returns:
intgetSourceUrl
StringgetSourceUrl()Returns:
StringgetTitle
StringgetTitle()Returns:
Stringpopulate
booleanpopulate()Returns:
booleanCall 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:
voidOverride 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.