Questions tagged [knp-snappy]

PHP wrapper around the wkhtmltopdf library to convert HTML into PDF via a full-rendering webkit engine including the processing of CSS and JS in addition to the HTML itself.

59 questions
14
votes
1 answer

WkHTMLtoPDF Unicode Issue

I've already read several similar StackOverflow posts and none of them were able to resolve my issue. The Issue I have a PDF that's being generated by WkHTMLtoPDF which contains a unicode RIGHT SINGLE QUOTATION MARK (U+2019, or ’) character.…
stevendesu
  • 15,753
  • 22
  • 105
  • 182
10
votes
1 answer

wkhtmltopdf thead overlapps content on second page

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. …
JochenJung
  • 7,183
  • 12
  • 64
  • 113
9
votes
1 answer

wkhtmltopdf unnecessary white space in header

I have created pdf with header and footer. I want to hide header and footer from 1st and 2nd page in pdf. So I have written below javascript code:
BESCHREIBUNG PREIS