call([WKHTMLTOPDF_COMMAND_PATH, html_file_url, pdf_file_path])
The above command generates pdf in the specified location when run from python shell. But when from URL, gets stuck as show below
Loading pages (1/6) 10%
call([WKHTMLTOPDF_COMMAND_PATH, html_file_url, pdf_file_path])
The above command generates pdf in the specified location when run from python shell. But when from URL, gets stuck as show below
Loading pages (1/6) 10%