cef_browser_host_t.print_to_pdf

Print the current browser contents to the PDF file specified by |path| and execute |callback| on completion. The caller is responsible for deleting |path| when done. For PDF printing to work on Linux you must implement the

More...
struct cef_browser_host_t
extern (System)
void function(cef_browser_host_t* self, const(cef_string_t)* path, const(cef_pdf_print_settings_t)* settings, cef_pdf_print_callback_t* callback) nothrow print_to_pdf;

Detailed Description

cef print handler t

:GetPdfPaperSize function.

Meta