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

learn more… | top users | synonyms

2
votes
1answer
240 views

How to create PDF with header / footer using IO.popen and wkhtmltopdf in rails 3

I want to create PDF file using IO.popen command with wkhtmltopdf. I successfully create pdf file using wkhtmltopdf command using below code: IO.popen('wkhtmltopdf '+ source_url.to_s + ' ' + ...
1
vote
1answer
688 views

wkhtmltopdf : How do I increase the PDF quality of a document generated?

I am generating pdf using wkhtmltopdf. The text/image quality rendered in the document is not to the expected quality. Images look blurred and text does look sharp. Is there any way I can do to ...
0
votes
0answers
85 views

How to locate image/css folder for Wkhtmltoxsharp library

HTML file that I want to render to PDF contains a lot of css files and images. All these files are located on a local drive. Could I somehow tell the library to look for these files in a specific ...
2
votes
1answer
725 views

wkpdf footer and header

I encountered a situation where I had to use footers and headers in my generated PDF printounts. CSS solution works for the first page only. And the only information I found is that it is not ...
1
vote
1answer
204 views

wkhtmltopdf integrated with php doesn't work on Centos (access deny)

I installed wkhtmltopdf on my Centos server. Everything works fine in the shell. If I try to send the command in the shell: /usr/local/bin/wkhtmltopdf http://www.google.it ...
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
381 views

WKHTMLTOPDF - Multiple parameters not allowed?

Im calling wkhtmltopdf from PHP like this: `$commandString = ' "../wkhtmltopdf/wkhtmltopdf-amd64" --header-html '. $_SESSION['ER_HlavniLink'] .'/export_pdf/header31.php?IDstavba='.$IDstavba.' ...
0
votes
1answer
305 views

highcharts display in my render html page which i want to convert into PDF using wkhtmltopdf in rails

I have html page with some text data and graph. I am using wkhtmltopdf gem to generate pdf from html page. using highcharts, i am generating graph. I can able to generate PDF successfully but PDF ...
1
vote
0answers
271 views

wicked_pdf, wkhtmltopdf not working with SVG on Heroku

I have a Ruby on Rails 3.2 app using the wicked_pdf gem and wkhtmltopdf 0.9.9 library to produce PDFs on my local machine, which is a MAC OSX 10.7.5 Lion. The app successfully renders HTML pages (that ...
0
votes
2answers
437 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 ...
0
votes
3answers
886 views

How to use wkHtmltoPdf to generate PDf files from statcic html files in C#

Can Any 1 suggest me how to use wkhtmltopdf in C# Console application to generate PDF files from static html files ?? wkhtmltopdf - http://code.google.com/p/wkhtmltopdf/ I have tried downloading ...
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
2answers
734 views

wkhtmltopdf error in apache log

exec("wkhtmltopdf test.html output.pdf"); In the php command line it works but if I try to call it from apache it doesn't create the pdf file and the log show this: $ tail -f ...
0
votes
3answers
569 views

PHP and Apache : shell_exec(wkhtmltopdf with xvfb) command doesn't work

I try to run the wkhtmltopdf (0.11.0 rc1) with php (5.4.2) on apache (2.4.2). When I try to launch wkhtmltopdf-i386 --use-xserver http://www.google.com google.pdf 2>&1, I can find my pdf. Here ...
2
votes
0answers
181 views

How and where i can define wkhtmltopdf path for rake task running through whenever cron job Rails3

I want to generate pdf using rake task running through whenever cron job rails.When i running this rake task by this command on console it is generating pdf fine bundle exec rake ...
4
votes
2answers
521 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
244 views

working with wkhtmltopdf using dll

I want to convert asp page to pdf . I am using wkhtmltopdf it works everything fine . But the thing is that it calls the exe file in my application so that i need to install exe file i machine. but ...
0
votes
1answer
277 views

Wkhtmltopdf - How to incorporate --header-spacing when using --header-html command?

I have a project that I need to complete, and this involves some wkhtmltopdf troubleshooting. So far I have been able to add header and footer dynamically by using "--header-html" and "--footer-html" ...
0
votes
0answers
123 views

The wkhtmltopdf process on Apache never ends

I have a PHP script to generate a PDF with wkhtmltopdf and xvfb (to simulate X server). Using command line, there is no problem. When this script is incorporated into my website, wkhtmltopdf never ...
0
votes
1answer
132 views

Converting to PDF: Ruby on Rails on Heroku

I'm trying to have a particular page render to PDF. My app is written in Ruby on Rails and hosted on Heroku. For development, I'm on Mac OS X. I'm using wicked_pdf (that uses the wkhtmltopdf) to ...
3
votes
2answers
613 views

wkhtmltopdf failure when embed an SVG

Has anyone in this vast space has ever had the luck to successfully create a PDF with an embedded SVG on an HTML? I've been receiving segmentation fault all the time. Or perhaps is there any other way ...
0
votes
1answer
336 views

Jquery trigger when PDF file downloded

I am using wicked_pdf plug-in for generating pdf. I am showing message and spinner when user click on pdf link and i want to hide that when pdf is generated and pushed to browser for download/show. I ...
1
vote
1answer
514 views

wkhtmltopdf unicode and custom fonts on server

I have an HTML page that is converted to PDF via wkhtmltopdf. Everything works nice and dandy on my local machine, Arabic fonts, PDF conversion to them, new custom fonts. I used @font-face, locally ...
0
votes
1answer
402 views

Create proper pdf file for printing with wkhtmltopdf

In docs of wkhtmltopdf I cannot find any hint about how to change the print border. I've marked it with a green line in the image below. I have body { margin:0px; padding:0px; } and all ...
2
votes
1answer
137 views

How to use WKhtmltopdf Library without using executable

In ruby on rails project. I am using PDFKit gem for generating pdf reports PDFKit uses wkhtmltopdf executable which is to be installed on the machine . And next step to give the path of the ...
2
votes
0answers
183 views

Ruby On Rails : PdfKit Runtime Error

pdfkit gem successfully installed in my machine. Then I run gem install wkhtmltopdf-binary and output was Successfully installed wkhtmltopdf-binary-0.9.9.1 1 gem installed Installing ri documentation ...
0
votes
2answers
174 views

subprocess.check_output not accepting long arguments

Sorry for this basic question but it is driving me crazy. From the same machine, if I do: $ wkhtmltopdf --title "Transaction 773 (printed version)" --margin-left 5 --margin-right 2 --encoding utf8 ...
0
votes
0answers
307 views

wkhtmltox_convert - pdf background image size

I using wkhtmltox_convert for generating pdf. It works great but only one problem is in size. I position texts and need image as background. If image height is bigger then 1000px it split div with ...
2
votes
1answer
99 views

HtmltoPDF 64 bit version dlls

I found this wkhtmltopdf project to convert html to pdf. But I am unable to locate the 64 bit dlls for Windows. Can some one point me where to find the 64 bit dlls for wkhtmltopdf
6
votes
2answers
322 views

Memory limit for running external executables within Asp.net

I am using WkhtmltoPdf in my C# web application running in .NET 4.0 to generate PDFs from HTML files. In general everything works fine except when the size of the HTML file is below 250KB. Once the ...
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 ...
6
votes
1answer
523 views

python wkhtmltopdf to Generate pdf

I am able to generate the pdf using the Command Line wkhtmltopdf but when i use it in python lib from wkhtmltopdf import WKhtmlToPdf wkhtmltopdf = WKhtmlToPdf( url='http://www.wikipedia.org', ...
0
votes
1answer
109 views

Redirect Output of IO.popen into a logfile

I'm running the PDFKit Gem to generate pdfs with wkhtmltopdf. When running specs or generating PDFs on my project, wkhtmtopdf leaks its output to stdout / different logs, but I want to have all the ...
2
votes
0answers
235 views

wkhtmltopdf css sizes in cm/mm

I use wkhtmltopdf to produce A4 sized PDFs. When I create a <div> tag and set its style to height: 297mm; width: 210mm (which is the defined size of A4), set wkhtmltopdf's margin settings to 0 ...
0
votes
2answers
456 views

“wkhtmltopdf binary is not found or not executable” although path is correct on CentOS server

I'm building a web app in CakePHP and I've intergrated PDF printing functionality to it using the CakePdf plugin, along with using the wkhtmltopdf binary. I've done extensive testing on my local ...
0
votes
0answers
176 views

Form fields in generated PDF not showing until you click on them. How to fix using iTextSharp?

We have generated a pdf with editable text fields. Some of the form fields are generated with values in them. When we open the PDF with Adobe Acrobat, the values in the text fields are hidden. ...
0
votes
0answers
75 views

Use wkhtmltopdf on android NDK?

I want to use wkhtmltopdf to convert HTML file into PDF file on Android. By search Google, I know that use NDK to Compiled it into SO library that can be called using JAVA. But this is only a idea, I ...
0
votes
1answer
126 views

How to show PDF file Inline using PDFKit in Rails3

I want to know about PDFKit code to show the pdf inline of any html page I want the code using send_data() or send_file() or render.pdf {} something like this I am able to create the pdf ...
2
votes
0answers
119 views

Installing WKHTMLTOPDF on AIX

Does anyone know I can install wkhtmltopdf on AIX? I knoq I can do it in Linux, Mac OS and Windows but not on AIX.
0
votes
0answers
142 views

Inline Pdf is not generated in Rails PDFKit using wkhtmltopdf

I have the following code to generate the pdf and render it in environment.rb Mime::Type.register "application/pdf", :pdf in application.rb require 'pdfkit' config.middleware.use ...
0
votes
1answer
288 views

CakePHP can't find 'wkhtmltopdf' when using CakePdf plugin

I'm stuck on a problem which has got be stumped. I've installed the CakePdf plugin as per the instructions in the Read Me file. When I get to use the plugin however, I get a CakePHP error saying the ...
0
votes
1answer
416 views

how to install wkhtmltopdf on wamp with windows 7 os

Am working on this invoice page with textboxes where users enter numbers into them to get their orders. Now I use wamp on Windows 7 OS and I am trying to convert the page after the user have entered ...
0
votes
1answer
119 views

Error in pdfkit in rails

I have done gem install pdfkit gem install wkhtmltopdf in application.rb added config.middleware.use "PDFKit::Middleware", :print_media_type => true when i go to the link to pdf with .pdf ...
0
votes
1answer
89 views

How do I link files to download that were generated by a user using wkhtmltopdf during their current session

I am currently using wkhtmltopdf to generate pdf files and I would like to link the recently generated files for the user to download but after the user is finished with their session to delete them. ...
1
vote
1answer
150 views

wicked_pdf data flow issue

Does anyone have any suggestions on how I would start content always from next page when it's breaking between pages. Example - I have list of photos which i am exporting to pdf. While listing some ...
0
votes
0answers
71 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 ...
0
votes
1answer
172 views

using wkhtmltopdf convert a file to pdf is samller in size than the real file

When I convert a file with 158 pixel to pdf file,I just got a pdf file with 121 pixel in 100% zoom. wkhtmltopdf --dpi 100 c:\1.svg c:\2.pdf when I change the DPI ,I find't it don't work. --dpi 100 ...
0
votes
1answer
682 views

HTML to PDF with Wicked PDF and letter-spacing issues

Using both 0.79 and 0.7.2 the PDF generated looks slightly different than my original HTML. Adding the show_as_html flag presents it as expected however the inline-styles are being handled ...
0
votes
1answer
476 views

WKHTMLTOPDF — Is possible to display dynamic headers?

Im using wkhtmltopdf --header-html option, but it seems, that it really works only with html code. Is there any way I can add some PHP and force it to working somehow? I need to display Date and ...
0
votes
1answer
129 views

wkhtmltopdf get/post command

I am trying to get wkhtmltopdf to take a screenshot of http://www.health.ny.gov/professionals/doctors/conduct/license_lookup.htm with the field search for license "lastname,first". Below is what I am ...

1 2 3 4 5 10