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

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -