A shell utility to convert HTML to PDF using the Webkit rendering engine and Qt.
0
votes
0answers
72 views
PDFKit Broken Page Numbers
I am using pdfkit 0.5.3 in a rails 3.2.12 project with wkhtmltopdf 0.9.6 to generate pdf reports in my application. It has been working for previous versions of pdfkit for the last 6 months or so. ...
0
votes
0answers
92 views
Using Wkhtmltopdf with Nodejs on Heroku
Here is the thing. I'm on nodejs and I want to generate a PDF file with wkhtmltopdf.
It works fine locally, but when I push it on heroku I have an "Application Error".
I think it's because it's ...
0
votes
1answer
55 views
generate outline (aka toc, aka bookmarks) using wicked_pdf on heroku
Has anyone had any luck getting outline generation to work with wicked_pdf on Heroku? I have no problems in dev mode (on windows!), but on Heroku I can't make outlines happen. I've tried explicit ...
0
votes
0answers
93 views
Grails wkhtmltopdf plugin: no pdf output
i am trying use the Grails wkhtmltopdf plugin (https://github.com/quorak/grails-wkhtmltopdf), but i can't get a rendered pdf file. Only the gsp template is shown instead.
What I have done so far:
...
0
votes
0answers
73 views
wkhtmltopdf loading multiple pages fails
I am using WkHtmlToPDF and this php library http://mikehaertl.github.com/phpwkhtmltopdf/ to generate a single pdf with many pages. The strange thing is that when I have 3 pages it loads ...
0
votes
1answer
84 views
collective.sendaspdf “Running wkhtmltopdf failed”
I am working on installing collective.sendaspdf on a Plone 4.2.4 server.
This add-on provides two extra document action buttons, one "Send as PDF" and the other "View as PDF"
After following ...
0
votes
0answers
33 views
ATSFontGetFileReference error when runing wkhtmltopdf (qt) as nobody
I'm using wkhtmltopdf, which is based on Qt, to generate PDF versions of a local web page. So far it does exactly what I need it to when I run it directly from the command line. For example, this ...
0
votes
0answers
173 views
render content as HTML and print HTML->PDF with PDFKit
I want to export bills from my Ruby on Rails application as PDF.
My problem is quite strange:
I can convert Websites to PDF using PDFKit, I can convert any HTML code to PDF and I can save a rendered ...
0
votes
1answer
109 views
wkhtmltopdf lines torn between two pages
Dear stackoverflow community
I have a problem with wkhtmltopdf. I have an <article> element that spans across multiple pages. It's is not defined in the css, the width is fixed. Yet when the ...
2
votes
1answer
140 views
PDF print a password-protected page (ideally by making wkhtmltopdf use a cookie)
I'm trying to print a password-protected page to PDF with wkhtmltopdf, but I can't load a (working) cookie, meaning I always just print the "log in" page.
Saving the cookie post-login
The following ...
3
votes
0answers
452 views
Getting PDF from WickedPDF for attachment via Carrierwave
In Rails3, I am using the WickedPDF gem to render a PDF format of one of my models. This is working fine: /invoices/123 returns HTML, /invoices/123.pdf downloads a PDF.
In my Invoice model, I am ...
0
votes
2answers
164 views
wkhtmltopdf in Rails with PDFKit
I'm trying to generate a PDF file based on an HTML file in a Rails app. I search and I found this wkhtmltopdf engine, but when I try to generate a pdf appending the '.pdf' sufix in my pages it seems ...
0
votes
1answer
103 views
How to get wkhtmltopdf logging info in C#?
I'm using wkhtmltopdf to convert some html to pdf. I think I'm getting some javascrpot errors and I'd like to get access to some debug\logging from wkhtmltopdf. Does anyone know how to get the ...
1
vote
2answers
115 views
wkhtmltoimage and images [closed]
I am trying to use wkhtmltopdf to produce a PDF of an html file with images. Could someone please let me know how to get this to include the images. I have tried to do it with the following img tags
...
0
votes
0answers
166 views
wkhtmltopdf custom parameter encoding
I'm using wkhtmltopdf 0.11.0 rc1 to generate PDFs from HTML. I have custom header and footer html files in which I'm inserting a page title via the --replace command line switch. My commandline ...
0
votes
1answer
36 views
PDF page overflow
I am using WKHTMLTOPDF to pdf SEO reports for customers. However I cannot stop the contents of each page overflowing onto the next. So the half of the word shows on Page 1 and the rest at the top of ...
0
votes
1answer
60 views
links are lost after generate the html to pdf by using wkhtmltopdf?
I want to generate the html to pdf by using wkhtmltopdf the latest version., but currently everything working well except the external links are lost in the generated pdf file, also I tried to found ...
0
votes
1answer
312 views
Highcharts charts on a page not rendering correctly when output to PDF using wkhtmltopdf
My wkhtmltopdf PDF output of a page with several Highcharts charts on it is missing some elements of the charts, primarily all of the simple straight lines, including tick marks, grid lines, column ...
2
votes
1answer
42 views
fwrite() hangs when running process through mod_php as upstream, but fine solo
I seem to be having issues with running wkhtmltopdf through a proc_open() on Ubuntu Server 12.04 with PHP 5.3.10.
What seems to happen (on several servers) when running solely with Apache is that the ...
0
votes
1answer
57 views
php using shell_cmd in program files directory
I've been struggling with this issue for a few hours now, and have absolutely no idea how to properly escape my syntax in order to run PHP's shell_cmd() function on a file in my Program Files ...
1
vote
1answer
229 views
wkhtmltopdf using STDIN and STDOUT in Perl with Email::Mime
I am trying to generate a PDF for an order receipt on-the-fly from HTML that is also generated on-the-fly, then email it to someone.
I really don't want to create a file, attach it to an email, then ...
0
votes
1answer
184 views
wkhtmltopdf and pdfkit, “Segmentation fault (core dumped)”, although working
I'm using PDFKit to convert a webpage to a pdf file and save it in my computer. It works perfectly, but it also prints a message in the terminal, although it works:
"Segmentation fault (core dumped)"
...
0
votes
1answer
238 views
Knp Snappy Bundle Options
I'm using KnpSnappyBundle for my Symfony project and I'm trying to define some options in my config file. However if I set, for example:
knp_snappy:
pdf:
enabled: true
binary: ...
0
votes
2answers
325 views
PDF export from Java web application, with client-side visualizations
I've been converting HTML + CSS to PDF in server-side Java, e.g., Flying Saucer (http://code.google.com/p/flying-saucer/)
Now I need to look at alternative approaches with the growth in client-side ...
1
vote
0answers
164 views
Fonts on Heroku using wicked_pdf/wkhtmltopdf
I'm using wicked_pdf to generate a PDF from HTML and deploying to Heroku.
This is all working fine when deployed and I have experimented with different fonts using @font-face but so far the best ...
0
votes
0answers
37 views
wkhtmltopdf creating unwanted image inset
I am generating reports using wkhtmltopdf from html documents, but at certain zoom levels, PNG images are showing up on the pdf with an inset on the top and left borders. This is creating lines around ...
0
votes
1answer
107 views
PHP ZipArchive::AddFile from different directory issue
I'm using PHP's ZipArchive Class to add generated PDF files to a zip archive. The generated PDFs are stored in C:\pdfgenerator (not my www directory), while the zip file itself is created and stored ...
1
vote
0answers
116 views
wkhtmltopdf giving Seg Fault errors on Ubuntu 12.04 64bit
I'm looking for some help on figuring out why I cannot get the wkhtmltopdf to work as expected.
I have it running on my Dev machine which is the same build of ubuntu with the same packages installed. ...
0
votes
1answer
92 views
wkhtmltopdf image as ObjectType
i searched but couldn't find a similar post, so my apologies if i missed it.
i am using WKHTMLTOPDF from the command line in my PHP script, and it works wonderfully, but am having one slight issue.
...
0
votes
1answer
221 views
Wkhtmltopdf not displaying TrueType fonts
We're using wkhtmltopdf to render a PDF from an HTML page however fonts such as Verdana and Georgia aren't being displayed properly. We installed the TrueType fonts on our server using these ...
0
votes
2answers
178 views
Resizing html Checkboxes for pdf output
Here's the pickle. To resize checkboxes in html, it is usually recommended that you utilize js to force the browser to resize the elements.
However, in our case, we are using wkhtmltopdf (a command ...
0
votes
1answer
95 views
Troubles with wkhtmltopdf
Good day!, I hope someone has the answer to this question. I'm having troubles when trying to "convert" an html to pdf from a rails application, I've followed these steps: ...
0
votes
1answer
189 views
wkhtmltopdf compilation on Ubuntu
I am trying to compile wkhtmltopdf from the latest source. I am on Ubuntu 12.10 x64 server edition.
I used the instructions from here and here.
For the wkhtmltopdf-qt compilation, as mentioned by ...
1
vote
2answers
404 views
pdfkit command failed: “/usr/bin/wkhtmltopdf” “--page-size” “Letter” “… ”--quiet“ ”-“ ”-"
i'm using pdfkit for generating pdf when i generate pdf it gives me following error.
command failed: "/usr/bin/wkhtmltopdf" "--page-size" "Letter"
"--margin-top" "0.75in" "--margin-right" "0.75in" ...
0
votes
1answer
193 views
wkhtmltopdf attempting to load from http rather than file
Here's an odd little problem that's led me to post my first question on SO. I am using wkhtmltopdf to convert an HTML document to a PDF as part of a Rails app. To do so, I am rendering the Rails web ...
1
vote
0answers
208 views
WKHTMLTOPDF Dynamic Header on every page
I am trying to produce a PDF file using WKHTMLTOPDF library in NODE for a large HTML file. I need to be able to stuff in some content in the Header and Footer on every page. But the content on the ...
0
votes
0answers
100 views
wkhtmltopdf fails on Azure Website
I'm using the https://github.com/codaxy/wkhtmltopdf wrapper to create a pdf from a web page on my website (I pass in an absolute url e.g. http://mywebsite.azurewebsites.net/PageToRender.aspx It works ...
0
votes
0answers
32 views
Reading output from wkhtmltopdf to check if it is done
I am trying to read the output from wkhtmltopdf so I can check if it completed the tasks I asked for it to do but nothing gets stored in my string. Below is the code I am using. Thank you for your ...
2
votes
1answer
200 views
Rails 3, Wicked_pdf not picking up styles, print media type, or separate template
So I've been banging my head on this all day yesterday trying to get PDF rendering to work properly. After trying Prawn and PDFKit, I found that the problem with at least getting it to work at all had ...
0
votes
2answers
107 views
Error “not precompiled” js file on production trying to render PDF via wicked_pdf in Rails
I have troubles with wicked_pdf on production server. I have such code here in _results.pdf.haml:
#container
= wicked_pdf_javascript_include_tag "pdf_application"
:javascript
...
0
votes
2answers
176 views
wkhtmltopdf does not create pdf for Debian
This is my PHP code which I am using to convert HTML file to pdf and then download pdf file from server.
wkhtmltopdf
$url = base_url().'invoices/'.$file_name.'.html';
...
0
votes
1answer
162 views
wkhtmltopdf, images loaded from db not showing
I am using wkhtmltopdf to convert html to pdf. All images are displayed properly, but the one returned by controller (stored in db, as mediumblob type) is not showing.
First I thought this can be a ...
0
votes
0answers
120 views
Dynamic Pdf generation using xml/xslt with image capture?
I have following requirement in generating Pdf dynamically.
1.There will be two copies of same Pdf,One is signed(If any Acroform is there it will filled & flattened)& another is unflattened ...
0
votes
0answers
126 views
PHP-wkhtmltopdf library not working after installation
I have installed the wkhtmltopdf library in my fedora17 os for converting the html file into pdf. I followed the tutorial here:-
http://roundhere.net/journal/install-wkhtmltopdf-php-bindings/
But ...
0
votes
1answer
51 views
wkhtmltopdf not properly rendering page having dojo
Hi everyone, I want to convert a html page into pdf. my code is
working fine but is not giving desired output while trying to convert
page having dojo implemented.
0
votes
1answer
321 views
Generate PDF using wkhtmltopdf.exe in c#
I am generating PDF using wkhtmltopdf.exe with below code.
string url = HttpContext.Current.Request.Url.AbsoluteUri;
//string[] strarry = sPath.Split('/');
//int lengh = ...
0
votes
1answer
106 views
wkhtmltopdf - vary footer content based on page content?
With wkhtmltopdf, is there any way to vary the content of the footer based on the content present on the page? Each page's footer needs to have the title of the section it's in rather than a universal ...
2
votes
0answers
105 views
wkhtmltopdf windows error
I'm having problems with wkhtmltopdf under windows.
safe_mode is off and folder's permission are ok.
here an example:
exec('wkhtmltopdf.exe --margin-left 0mm --margin-right 0mm --margin-top 0mm ...
0
votes
1answer
262 views
Using typekit in wkhtmltoimage / imgkit
I am on Rails 3.2.9. Is it possible for me to use typekit (or goggle fonts) for rendering the images? I used the following code, but the images are not rendering the right fonts. I suspected the ...
0
votes
1answer
158 views
codeigniter wkhtmltopdf intro
Can anyone help me? I want to show a printable report in pdf for a calendar report in my codeigniter. The calendar uses a jquery library called fullcalendar. Recently I used mpdf to create my pdf ...



