A shell utility to convert HTML to PDF using the Webkit rendering engine and Qt.

learn more… | top users | synonyms

0
votes
0answers
11 views

Django subprocess erratic string error when rendering html page to pdf

I'm using django for a very specific website, and I need to generate a pdf using the command line and wkhtmltopdf. Most of the time it works great, but sometimes I get this error: execv() arg 2 ...
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
8 views

Mixing real pdf with wkhtmltopdf output

I have html page which is converted to pdf using wkhtmltopdf. Sometimes this page contains an iframe with pdf inside. How can I get final output as html mixed with initial pdf?
0
votes
1answer
10 views

Add Crop Marks to PDF with wkhtmltopdf

I'm trying to create a pdf file of user designed HTML that will then be send to a printing house for print and delivery. The printing house wish me to add crop marks on the .pdf. I'm currently doing ...
0
votes
1answer
23 views

wkhtmltopdf not executing javascript

I'm trying to render a pdf of a html page (See www.cupcard.com/sendpdf/11/ ). In the end of the HTML I have a very short jQuery script. After wkhtmltopdf has been executed, it renders all the HTML ...
0
votes
1answer
16 views

HTML to CMYK .pdf file for print

I'm working on a new web application where users can drag and drop their own elements to create a printable design. The application then creates a .pdf file that is send to the printing studio, prints ...
1
vote
0answers
27 views

PHP tcpdf shrink print multiple pages in one

I have been looking for a solution but can't find anything works right off the bat. The objective is to make a hand-out style page out of a multi-page PDF document. Just like we can choose 6-up in ...
1
vote
1answer
36 views

Wicked pdf rendering the last row across two pages

I am using wicked_pdf to generate pdfs. The problem i am facing is that, sometimes it displays the last row in the page across two pages. Is there a way to tell wicked_pdf to render the row in next ...
1
vote
1answer
23 views

Encoding pdf in utf-8 with wkhtmltopdf in Java

I've had GWT, ext-GWT web-project in utf-8 charset. I've also add utf-8 charset in html file. Additionally I need to create some pdf report. So that I wrote a special servlet, which take a template ...
0
votes
1answer
26 views

Highcharts rendered with no strokes using wkhtmltopdf

I have an issue with generating PDF using wkhtmltopdf. It's very similar to the case described here, except first few charts are rendered fine, but after page break, each next is rendered without ...
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
2answers
32 views

Previous pdf in response

I have servlet, which create html-file and then convert it to pdf-file: private void ConvertHTMLtoPDF(String sConvertationProgramm, String sHTML, String sPDF) { try { ...
0
votes
0answers
11 views

wkhtmltopdf center the document

I am trying to print an html document into a pdf file using wkhtmltopdf. How do I pass the parameters to print this html document in the middle of the page? currently I run it with : wkhtmltopdf -O ...
0
votes
0answers
6 views

wkhtmltopdf always cutting pages when running on server

I'm running the following command from my Ubuntu 12.04 LTS and get the expected result: /usr/bin/xvfb-run --server-args="-screen 0, 1024x768x24" /usr/bin/wkhtmltopdf http://www.heise.de heise.pdf -s ...
0
votes
0answers
16 views

Image error when convert HTML to PDF in c#

I'm using 'wnvhtmltopdf' to convert HTML file to PDF. but Im facing a problem that the imags in the html file doesn't appear in the in the PDF file. any idea to resolve the problem ? if we think out ...
0
votes
1answer
21 views

Pechkin on DotNetNuke 7

i have tried to install wkhtmltopdf with Pechkin as dll in the DNN "bin" folder. But when i upload the pechkin.dll DNN crashes. I tried to upload the System.Drawing and System.Net dlls because i hope ...
0
votes
1answer
83 views

yii html2pdf keep css formatting

I am trying to create a pdf file using html2pdf. I have followed this guide. I can create it in html fine and everything is in printable area however the created pdf does not display same results. the ...
0
votes
0answers
15 views

VPS load spike possible issue

I have been informed by my VPS provider that my server is overloading the CPU allowance. It has been sustaining a load of 8+ for some time. I have 40GB Disk Space, 400 GB Bandwidth and 1024 MB RAM on ...
0
votes
1answer
52 views

wkhtmltopdf only renders axes of flot chart?

I'm trying to take a chart created by flot and render it to PDF using wkhtmltopdf. To do that I grab the HTML within the div containing the chart and pass it back to the server. I find that in the ...
0
votes
1answer
34 views

wkhtmltopdf and landscape orientation

I simply would like to know how I can change the orientation of my pdf which is generated with Wkhtmltopdf. I use it in php like following: $file=fopen("tmp/html/pdfTmp_$numRand.html","w") or ...
0
votes
2answers
35 views

how to send data from jquery to server side

sorry newbie here. I want to send the value created by jquery to server side to save to pdf using wkhtmltopdf. I got wkhtmltopdf working but blank inputs and dropdown. UPDATE sorry I'm to ...
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
1answer
67 views

wkhtmltopdf doesn't save input value

The page contains drop down list, text input, date. When i run wkhtmltopdf it saves blank. What would be the work around to this. And how can it be save like download. And where can i see the debug ...
0
votes
1answer
32 views

sh.py not executing xvfb-run

I'm trying to execute xvfb-run via py.sh but I'm getting sh.ErrorReturnCode_1 and no resulting pdf being created. I created a small html file: $ echo '<h1>Hello, World.</h1>' > ...
0
votes
1answer
19 views

Wkhtmltopdf - set footer font's staff

I use Wkhtmltopdf to generate pdf. Everything is good even with special font include by @font-face in CSS. Same method but don't influences footer font. Even --footer-font-name "Myriad Pro" or ...
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 ...
1
vote
1answer
91 views

WkHTMLtoPDF not loading local CSS and images

I've seen multiple questions that are very similar to this one, so I was hesitant at first to post it. But nothing suggested resolved my issue and I can't seem to figure out what's wrong myself. For ...
0
votes
1answer
60 views

How to implement “--print-media-type” with c#?

I am currently using wkhtmltopdf with c# to download my webpage as PDF format. However, I want the generated PDF shown to be using "print.css". Additional Details: I am using microsoft visual ...
0
votes
1answer
66 views

convert html to pdf in ruby script only with wkhtmltopdf

I know already pdfkit and wiked_pdf. pdfkit does not generate as I expect pdf from a remote web page. Therefore I'd like to run wkhtmltopdf command in from within a ruby script as I do in the ...
0
votes
1answer
109 views

Ajax chart not rendering in Pdf Using pechkin asp.net c#

i have been using Pechkin (wkhtml wrapper for c#) to create pdf reports in my project and its working fine except i cant render any ajax chart(pie, bar, bubble or anything) in my created pdf, i have ...
0
votes
1answer
38 views

Cannot response a pdf file in circus

I have done to implement a print pdf function. I use pyramid, wkhtmltopdf and jinja2 to generate pdf. It works fine in gunicorn. However, when I deploy it to production (I use circusd to run in ...
0
votes
1answer
77 views

IE ignores octet-stream - how to force download?

I'm using wkhtmltopdf to generate PDF files. This program accepts one of two ContentType values, 'application/pdf' and 'application/octet-stream'. I want the PDF files generated to be saved to the ...
0
votes
0answers
56 views

wkhtmltopdf - better cyrillic font rendering?

I'm trying to get better looking Cyrillic output with wkhtmltopdf. Any suggestions on how I can make the wkhtmltopdf output look more like how it looks in Chrome? In particular, I'd like to get the ...
0
votes
0answers
105 views

Images in HTML not displaying in PDF in WKHTMLTOPDF

Hi am using Wkhtmltopdf to create PDF from Html page using c#, Asp.net. PDF are created smoothly, but when I add images to HTML it does not get displayed on PDF. <div id="Image" class="right" ...
0
votes
1answer
183 views

Image display in HTML but not in PDF using WKHTMLTOPDF

Hi am using Wkhtmltopdf to create PDF from Html page using c#, Asp.net. PDF are created smoothly, but when I add images to HTML it does not get displayed on PDF. public static string ...
0
votes
1answer
50 views

wkhtmltopdf - Even number of pages as output

I'm looking for a way to make sure that the output from wkhtmltopdf always consists of an even number of pages, i.e. adding a blank page at the end of the pdf if the number of pages is uneven. If ...
2
votes
1answer
164 views

Wicked_PDF not rendering HTML and CSS assets hosted via Asset Sync in production

I'm have a problem rendering PDFs using Wicked_PDF. I'm hosting all of my asset-pipeline resources using Amazon S3 and CloudFront, and things are generated fine while in development; however in ...
2
votes
0answers
67 views

square fonts issue on wkhtmltopdf running on Ubuntu 12.04 LTS 64 bit compiled from source

i compiled from source the wkhtmltopdf using Qt 8.4 , every thing is working great but the output of the PDF fonts are square i basically convert html pages from the web for example : ...
0
votes
0answers
48 views

wkhtmltopdf Print PDF with Filled out Form

What I currently have: On form sumbit I call a new php page which executes wkhtmltopdf with the php exec() command by passing it the name of the file the form is in. Ex. (form is in test.php, ...
0
votes
0answers
108 views

wkhtmltopdf - Converting SVG created by AJAX to PDF

I am working on an application that converts HTML and SVG charts, generated with d3.js, to PDF. The charts are rendered through AJAX calls after the page loads. I am working with wkhtmltopdf 0.9.6 ...
0
votes
0answers
132 views

Unable to convert HTML to PDF in IE10 using wkhtmltopdf

I want to convert HTML to PDF using wkhtmltopdf.exe. The following code works fine in Firefox, but IE 10 says could not be load. protected void btnpdf_Click(object sender, EventArgs e) { string ...
0
votes
0answers
32 views

wkhtmltopdf and different orientation in one document

Is it possible to make pdf with wkhtmltopdf with different page orientation: for example, one page should be portrait and one landscape. I know what orientation is a GLOBAL option, but I heard about ...
1
vote
1answer
214 views

Printing the current page to pdf using wkhtmltopdf

Recently installed wkhtmltopdf. Was trying to capture the entire page in its current state, however, the below method seems to navigate to the initial state of that page without all the input fields ...
0
votes
1answer
105 views

wkhtmltopdf is returning blank pages for some urls

I have installed the wonderful software wkhtmltopdf on our production Debian server to be used for creating PDFs from URLs. We stream (i hope that's the right term) the resulting PDF to the client, we ...
0
votes
0answers
118 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
94 views

How use wkhtmltopdf on shared server

I'm using installation of wkhtmltopdf (I even copied instalation from other directory) on my localhost (windows xp) simply by callling exec function. Everything works good. How can I use it on linux ...
0
votes
1answer
103 views

How to pass laravel session to wkhtmlltopdf

I'm trying to print pages, using wkhtmltopdf, that are protected by auth filter in Laravel. I'm using the standard session cookie -- in config/session.php: 'driver' => 'cookie', 'cookie' => ...
0
votes
1answer
95 views

wkhtmltopdf with javascript-delay not working

The pdf that is created using the code below hasn't finished rendering the javascript so javascript was preformed on half of the tables (say if there are 100 tables then sometimes 50 are done, other ...

1 2 3 4 5 10