A shell utility to convert HTML to PDF using the Webkit rendering engine and Qt.
0
votes
1answer
18 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
0answers
7 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 ...
8
votes
5answers
7k views
wkhtmltopdf: cannot connect to X server
I have been using wkthmltopdf to convert html to pdf documents on-the-fly on my linux web server. The program originally needed X11 or similar X server to run correctly, but through many requests by ...
5
votes
2answers
277 views
wkhtmltopdf - Disable page breaking
I'm trying to embed a google map into a landscape PDF, but somehow, wkhtmltopdf always cuts the map in two parts although the map would fit on one page easily.
I think the problem is, that the map is ...
0
votes
0answers
28 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
22 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
49 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
2answers
108 views
Cannot get wkhtmltopdf to work in rails
I am trying to use wicked_pdf in my rails 3 application. I have followed all the tutorials and I am getting this error:
Failed to execute:
"/usr/local/bin/wkhtmltopdf" -q ...
1
vote
1answer
136 views
wkhtmltoimage generate image flie but can not show chinese character but pdf can
I used wkhtmltoimage to generate image, then I input command
wkhtmltoimage http://www.baidu.com/tmp/screenshot.jpg
wkhtmltopdf http://www.baidu.com/tmp/screenshot.pdf
The result is Chinese ...
-1
votes
0answers
28 views
wkhtmltopdf doesn't run on linux [closed]
I want wkhtmltopdf to work on the linux 2.6.32-358.0.1.el6.x86_64. I have copied wkhtmltopdf-i386 and wkhtmltopdf-amd64 to /usr/local/bin, added x permission. When I do
./wkhtmltopdf-amd64
I get ...
0
votes
1answer
50 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
60 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 ...
1
vote
1answer
259 views
Rotativa / Wkhtmltopdf images not displaying
I am currently creating an MVC 4 web application.
I have an action that has a base background image which is always the same then an arrow image which changes in degrees depending on the information ...
0
votes
1answer
29 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
38 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 ...
4
votes
6answers
2k views
Cannot get wicked_pdf to work on heroku ? (but it works locally)
Following the guide on https://github.com/jordan-brough/heroku-pdf I managed to have wicked_pdf working locally and creating PDF as expected.
However once I push to heroku, the app crashes after a ...
3
votes
2answers
3k views
use custom fonts with wkhtmltopdf
I am trying to use custom fonts in my PDF generated with wkhtmltopdf.
I read that you can't use google webfonts and that wkhtmltopdf uses truetype .ttf file. Can anyone confirm that?
So I downloaded a ...
0
votes
4answers
2k views
wkhtmltoimage's out put is NULL
i was trying to use the wkhtmltoimage on my site but is not working
here is my code for the test site
<?php
$output = shell_exec('/usr/local/bin/wkhtmltoimage --quality 95 --width 1024 --height 0 ...
0
votes
0answers
46 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
1answer
536 views
Bringing wkhtmltoimage to work (Segmentation fault)
I spent the last three days trying to bring wkhtmltoimage to work on my shared webspace. I do not have root access. Hence, the wkhtmltoimage is in directly in my htdocs directory.
Here's my code:
...
2
votes
1answer
270 views
Converting HTML to PDF exact replica not shown
I am doing an R&D for converting HTML to PDF.
We have created a page in Asp.net and has placed a CKEditor on it with simple options of selecting Fonts, Font Size, Bond, Italic etc. There is two ...
-2
votes
0answers
27 views
Wkhtmltopdf is not support large size pdf file
I am creating pdf file using Wkhtmltopdf But my html file is large at time wkhtmltopdf is not support to create pdf.
byte[] buffer = new byte[131072];
Process.StandardOutput.BaseStream.Read(buffer, ...
10
votes
5answers
5k views
Google Web Fonts and PDF generation from HTML with wkhtmltopdf
I am using wkhtmltopdf to convert HTML files in PDF format; it gives surprisingly good results, rendering the PDF exactly as WebKit would do.
I am using Google Web Fonts to give users the possibility ...
0
votes
0answers
87 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
116 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
40 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 ...
0
votes
1answer
100 views
Wicked_pdf not working on Rails 3.2 / Ruby 1.9.3 - The file could not be opened
Yes this is another wicked_pdf not working post, I've tried a multitude of things that I will attempt to outline, but I cannot get a valid pdf generated and opened. This used to work in my app but ...
1
vote
0answers
100 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 ...
0
votes
2answers
71 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 ...
2
votes
0answers
46 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
33 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
65 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
1answer
354 views
letter spacing issue when converting html to pdf using wkhtmltopdf through pdfkit
My HTML file has some paragraphs where I am using an 8pt font-size. After converting the HTML to PDF, the paragraphs gain extra letter spacing and some letters are overlapped.
I tried all the ...
0
votes
0answers
103 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 ...
2
votes
2answers
271 views
Alternative functions for proc_open in PhP?
I have a problem, i was using a PHP class on our shared hosting environment that calls wkhtmltopdf to generate PDF files, due to server attacks the Host disabled proc_open and shell_Exec and all ...
1
vote
1answer
155 views
Header height and positioning header from top of page in wkhtmltopdf
In my application, the user is allowed to define his own headers and margins for printing.
For the header, the user can provide the following two fields:
(a) Page Top Margin in mm (from top of the ...
0
votes
0answers
22 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 ...
2
votes
4answers
4k views
wkhtmltopdf - convert html code to pdf directly in C#
I know this tool looks up on a url and converts the repsponse to pdf.
How do I convert a
<html> content.. </html>
into a pdf?
I was looking at the help files on wkhtml2pdf and looks ...
12
votes
6answers
17k views
How to use wkhtmltopdf.exe in ASP.net
After 10 hours and trying 4 other HTML to PDF tools I'm about ready to explode.
wkhtmltopdf sounds like an excellent solution...the problem is that I can't execute a process with enough permissions ...
0
votes
0answers
82 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 ...
1
vote
1answer
158 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
77 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
1answer
87 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' => ...
3
votes
2answers
1k views
wkhtmltopdf segfaults
I am trying to put wkhtmltopdf onto a virtualbox'ed ubuntu 12.04 64bit server. So far no luck.
The package from the repositories wants to have xserver running and the static version:
wkhtmltopdf ...
0
votes
1answer
65 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
vote
1answer
119 views
Repeat HTML in every page generated with Wicked PDF and Rails
I'm generating PDF with the Wicked PDF gem on Ruby on Rails, but have to repeat some HTML content on every page.
What I'm trying is to use just part of the page to my main content, and use HTML to ...
3
votes
0answers
467 views
How to convert a simple html to pdf using wkhtmltopdf?
Here is what I did:
Created a linux virtual machine in the Amazon cloud.
Followed the instructions from https://code.google.com/p/wkhtmltopdf/wiki/compilation to download and compile the source code ...
7
votes
3answers
2k views
Why does PDFKit/wkhtmltopdf hang but renders PDF as expected when Rails app is killed?
Background
After reading around it seemed to me that Prawn is out and wkhtmltopdf is in. It also seems like the PDFKit and wicked_pdf gems for Rails are the new cool. So I found a screencast by Ryan ...
0
votes
0answers
81 views
wkhtmltopdf hangs went trying to convert certain urls
I'm running into an issue when converting user-provided urls into PDFs of the given page. I'm using PDFKit to do so with the following code:
kit = PDFKit.new(url)
pdf = ...
0
votes
0answers
74 views
helvetica font not working in wkhtmltopdf
I have been trying to use Helvetica font while creating the pdf but the font is not reflected back in pdf.
I did some google and found some solutions but none are workable.
Tried Solution 1
I found ...






