Tagged Questions
0
votes
0answers
17 views
wkhtmltopdf javascript delay for php
Hi i have been using wkhtmltopdf for my project and it works well. But when it comes for chart rendering with chart.js library and google maps, the pdf is quite incomplete. Google map is taking time ...
1
vote
0answers
15 views
Debugging javascript in wkhtmltopdf
Where I can see the output of javascript debug when wkhtmltopdf runs in debug mode (--debug-javascript)
3
votes
0answers
21 views
wkhtmltopdf while convert html to pdf getting JavaScript execution exceeded timeout exception
I am using the following code for convert html content to pdf.
wkhtmltopdf-amd64 --stop-slow-scripts --debug-javascript sau_rec.html test_1.pdf
In this html file have a table with more than 1000 ...
0
votes
0answers
13 views
No render of amchart with wkhtmltopdf
I have some problems with wkhtmltopdf and javascript.
On my page is a table generated with jqgrid and some graphics with amchart.
When I use wkhtmltopdf I get a blank entry to the grid and no entries ...
0
votes
0answers
28 views
Google map using wkhtmltopdf
I'am using google map api to display a country with markers. The problem is if i would add html using
AddPage("/var/www/test.html")
$this->pdf->send();
the div area for map is blank. But ...
0
votes
0answers
51 views
wkhtmltopdf not supporting data uri
I have created a report generating library for my project using php DOMDocument to create html file and save as temporary file. Html includes javascript part that takes parameter and renders a shape ...
0
votes
0answers
119 views
wkhtmltopdf sometimes not rendering javascript
I'm using wkhtmltopdf to convert pages to pdf, through php. This works well on a windows and a ubuntu server, however, on a different linux server, it sometimes (~5 out of 6 times) doesn't execute the ...
0
votes
2answers
463 views
Using ckeditor to edit many divs on a page, then save the HTML to file
Hey guys I'm implementing a page that has about 9 separate divs on it that I want each to be separately editable using ckeditor. The page is being dynamically generated through php with codeigniter ...
4
votes
2answers
543 views
HTML/CSS to PDF, background image on all pages
I'm generating PDFs from user submitted HTML/CSS. The client has requested that the PDFs have a background image to add some branding. The PDF library is wkhtmltopdf11RC1.
I can make the images print ...
0
votes
0answers
76 views
Creating graphs and converting to a PDF
There are many JavaScript plugins to plot charts and graphs. For examples, see http://www.queness.com/post/10781/13-chart-and-graph-plotting-javascript-plugins.
I would like to create a chart and ...
1
vote
1answer
964 views
Creating a custom HTML page header and footer
I'm in the middle of creating a html to pdf converter using the wkhtmltopdf application and having trouble trying to insert a custom header and footer to appear on the output document. For the program ...
0
votes
1answer
352 views
wkhtmltopdf - Strange Behavior in multiple page because of Bing Maps
I have a little problem in pdf generation... When in wkhtmltopdf i execute with an Html page that have Bing Maps, and that PDF occupies more than 1 page, the second and third page came an strange ...
6
votes
3answers
6k views
How to do page numbering in header/footer htmls with wkhtmltopdf?
I'm developing an electronic invoicing system, and one of our features is generating PDFs of the invoices, and mailing them. We have multiple templates for invoices, and will create more later, so we ...
3
votes
2answers
5k views
Create pdf with wkhtmltopdf and rendering javascript
I'm attempting to create a PDF of a javascript chart that I have in a model window (my chart is a combination of javascript and css in an .aspx view). The only thing in the rendered PDF file is the ...
2
votes
2answers
731 views
Embed javascript with wkhtmltopdf
Is it posible to embed javascript code in PDFs generated with wkhtmltopdf?
Thanks.
http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/Acro6JSGuide.pdf
2
votes
2answers
657 views
Can I disable Chrome/Webkit parallel CSS & JS download feature?
I'm experiencing the documented bug where webkit browsers render the page incorrectly on first load because the javascript is executing before the css has finished downloading (due to them being ...
