I am encountering an issue while trying to utilize the django-wkhtmltopdf wrapper for wkhtmltopdf executable, which employs the webkit rendering engine to convert HTML pages to PDF. My web pages were developed with a focus on Chrome and Firefox, containing dynamically generated data and JavaScript. Unfortunately, some of the JavaScript features used are not fully supported by webkit, causing the conversion process to fail without any error messages. As a result, the generated PDF page turns out incomplete, making it difficult for me to identify the exact cause of the problem. What steps can I take to address this issue?
Note: I am working on Windows and utilizing Vagrant to operate my development environment on Ubuntu 15.