Django and wkhtmltopdf working fine from Python shell but not from URL -
call([wkhtmltopdf_command_path, html_file_url, pdf_file_path])
the above command generates pdf in specified location when run python shell. when url, gets stuck show below
loading pages (1/6) 10%
Comments
Post a Comment