WebConvertInfo Class Documentation
classWebConvertInfoNamespace:datalogics_interface
Detailed Description
Metadata about a successful web/HTML conversion. 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
Constructor & Destructor Documentation
WebConvertInfo
WebConvertInfo()WebConvertInfo
WebConvertInfo(const WebConvertInfo &)Parameters
WebConvertInfo
WebConvertInfo(WebConvertInfo &&)Parameters
~WebConvertInfo
~WebConvertInfo()Member Function Documentation
get_conversion_time_ms
intget_conversion_time_ms()Returns:
int0 if unknown
get_page_count
intget_page_count()Returns:
intpages written; 0 if unknown
get_source_url
std::stringget_source_url()Returns:
std::stringresolved URL after redirects; empty if unknown
get_title
std::stringget_title()Returns:
std::stringempty if the page had no
operator=
WebConvertInfo &operator=(const WebConvertInfo &)Parameters
Returns:
WebConvertInfo &operator=
WebConvertInfo &operator=(WebConvertInfo &&)