wkhtmltopdf Questions

9

Solved

I've been using TuesPechkin for some time now and today I went to update the nuget package to the new version 2.0.0+ and noticed that Factory.Create() no longer resolved, so I went to read on the G...
Grabble asked 11/1, 2015 at 0:13

4

Solved

I would like to write documentation using Jekyll with HTML and PDF outputs. Html can have a navigation but the PDF should have table of contents. Is there a free and easy way to do that? The HTML ...
Sarmentose asked 9/4, 2010 at 10:25

2

Solved

I am trying to generate a basic pdf with the wkhtmltopdf phpwrapper. I am also using the yii framework. This is my HTML: <!doctype html> <html> <head> </head> <body...
Wainscot asked 24/8, 2017 at 15:7

3

Solved

I'm using wkhtmltopdf to generate a pdf of a page but it doesn't display any of the fonts in the correct colour, they all are presented black. The colour is defined as you'd expect: .panel-dashbo...
Hipparchus asked 3/10, 2014 at 9:48

1

I am using laravel snappy based on wkhtmltopdf, everything was ok, but now on server and local I am getting this error: Failed to load about:blank, with network status code 301 and http status cod...
Bookseller asked 27/7, 2020 at 16:45

2

im using this libwkhtmltox.dll to convert my html to pdf. Im using c# .netCore. Usage: private static string CreatePdf(string content, string fileName) { var fullPath = $"{_projectSettingsOpti...
Overcash asked 30/10, 2017 at 17:34

8

I am trying to generate multiple charts in a PDF using Google Charts. For the PDFs, I am using CakePDF with the Wkhtmltopdf engine. I appear to be having a problem with actually loading the Google ...
Corned asked 19/10, 2013 at 21:3

3

I'm trying desperately to give xvfb-run some resolution arguments to take screenshots of websites with wkhtmltox in different resolutions. I'm using both xvfb-run and wkhtmltox on CentOS. xvfb-ru...
Labour asked 7/4, 2014 at 13:23

7

I need WKHTMLTOX to be installed with my AWS EB app. I found this tutorial and it works except it supports old version. Did anyone install the latest (0.12.3) version on AWS EB as this is a bit di...
Eldaelden asked 18/5, 2016 at 7:44

2

Solved

I am using Laravel 5.1 SnappyPDF wrapper, which is using WKHTMLTOPDF library. I am trying to include some custom google fonts for my PDF file, but those fonts are not working in generated PDF file....
Rede asked 23/12, 2016 at 4:54

3

Solved

I use KnpSnappyBundle 1.6.0 and wkhtmltopdf 0.12.5 to generate PDFs from HTML in PHP like so: $html = $this->renderView( 'pdf/template.html.twig', [ 'entity' => $entity, ] ); return new Pd...
Ericerica asked 4/11, 2019 at 10:7

2

Solved

I am trying to load a chart then convert it to PDF using Laravel-snappy Here is the code I am using to generate the pdf: $pdf = SnappyPDF::loadView('report', []); $pdf->setOption('enable-javas...
Devonian asked 17/6, 2020 at 16:12

21

Solved

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 b...
Superscribe asked 7/3, 2012 at 15:48

3

Solved

I am attempting to create a Web API that can convert a styled HTML file into a PDF. I am using TuesPechkin and have installed my application into IIS (as a 32-bit app: I have modified the applicat...
Bikaner asked 20/1, 2015 at 3:55

6

Solved

My headers often clip content so that the content below it is not completely visible, it appears as though the page continues underneath the header before the header ends and as a result, not all o...
Hailey asked 12/7, 2012 at 8:16

2

I'm using a image inside the HMTL code like here below: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Test</title> </head> &l...
Taperecord asked 23/4, 2018 at 17:38

3

I'm trying to convert some HTML files stored locally on my computer to PDF format through a Python script, and I've tried xhtml2pdf but I ran into countless errors and decided to stop using it. I...
Lye asked 4/2, 2012 at 21:50

2

I am using wkhtmltopdf 0.12.1 (with patched qt) While most CSS3 stuff - at least what I use - works fine, some need a '-webkit-' prefix, like transform Others, like border-image seem to work onl...
Ridglee asked 2/8, 2015 at 19:22

5

We are intending to use wkhtmltopdf to convert html to pdf but we are concerned about the scalability of wkhtmltopdf. Does anyone have any idea how it scales? Our web app potentially could attempt ...
Spar asked 24/7, 2012 at 4:20

1

Solved

Here is how my PDF result looks like (see the overlapping header on the second page): The code is a simple HTML table with lots of content inside one TD element. <table> <thead> ...
Virgate asked 24/5, 2018 at 8:37

4

Solved

I am using wicked_pdf gem for HTML to PDF conversion. As per the descriptions in Github, I installed everything correctly. But I am getting a runtime error - RuntimeError (Bad wkhtmltopdf's path: ...
Skepful asked 18/4, 2015 at 9:44

4

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...
Bindweed asked 12/9, 2012 at 20:10

3

Solved

I'm trying to convert multiple URLs to PDF. However, when I compile wkhtmltopdf or run apt-get install wkhtmltopdf and try, it says: Error: This version of wkhtmltopdf is build against an unpatc...
Gambia asked 11/6, 2012 at 14:21

2

Solved

Looking for recommendation of a library in Python(first preference) or NodeJS that can generate a pdf file preferably from dynamic html template to be run in AWS. Requirement is to generate invoice...
Excepting asked 2/12, 2019 at 7:40

6

Solved

I'm using wkhtmltopdf 0.10.0 rc2 for Mac I have an html like this one : <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link href="print.css" rel="st...
Gober asked 3/12, 2012 at 21:38

© 2022 - 2024 — McMap. All rights reserved.