• Stars
    star
    444
  • Rank 94,544 (Top 2 %)
  • Language
    PHP
  • License
    GNU Lesser Genera...
  • Created over 10 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux amd64 Binary.

wkhtmltopdf

This repository contains the static compiled binaries from the wkhtmltopdf project. More about the functionality of wkhtmltopdf and wkthmltoimage can be found there.

Binaries for Microsoft Windows, also installable with composer, can be found here: github.com/wemersonjanuario/wkhtmltopdf-windows

Binaries for CentOS 7, also installable with composer, can be found here: github.com/rvanlaak/wkhtmltopdf-amd64-centos7

Installation

Hint: The version of the binary is equal to the git tag. To install the latest version, use '0.12.4'.

Packagist

This package can be found on Packagist and installed with Composer.

Require the package for i386 with:

php composer.phar require h4cc/wkhtmltopdf-i386 "0.12.4"

And for amd64 with:

php composer.phar require h4cc/wkhtmltopdf-amd64 "0.12.4"

The binary will then be located at:

vendor/h4cc/wkhtmltopdf-i386/bin/wkhtmltopdf-i386

Also a symlink will be created in your configured bin/ folder, for example:

vendor/bin/wkhtmltopdf-i386

Usage

You can use the path constant to easily locate the binary in the PHP codebase:

$path = \h4cc\WKHTMLToPDF\WKHTMLToPDF::PATH;

For realpath use following script

$realpath = realpath(\h4cc\WKHTMLToPDF\WKHTMLToPDF::PATH);

More Repositories

1

awesome-elixir

A curated list of amazingly awesome Elixir and Erlang libraries, resources and shiny things. Updates:
Elixir
12,240
star
2

wkhtmltoimage-amd64

wkhtmltoimage - Convert html to image using webkit (qtwebkit). Linux amd64 Binary.
203
star
3

slugger

A Slugger for elixir.
Elixir
158
star
4

AliceFixturesBundle

A Symfony2 bundle for using Alice and Faker with data fixtures. Abled to use Doctrine ORM as well as Doctrine MongoDB ODM.
PHP
76
star
5

phpqatools

A meta package for composer of PHP QA Tools like PHPUnit, PHPLOC, PHPCPD, PHP_Depend, PHPMD, PHP_CodeSniffer
62
star
6

wkhtmltopdf-i386

wkhtmltopdf - Convert html to pdf using webkit (qtwebkit). Linux i386 Binary.
56
star
7

wkhtmltoimage-i386

wkhtmltoimage - Convert html to image using webkit (qtwebkit). Linux i386 Binary.
32
star
8

stack-psr7-bridge

A StackPHP Middleware for using Symfony Http Foundation and PSR-7 transparent.
PHP
15
star
9

multipart

A PHP library for parsing (and generating) RFC1341 Multipart.
PHP
14
star
10

hhvm-progress

Source of the hhvm.h4cc.de website.
PHP
8
star
11

StackLogger

Stack Middleware for logging Requests and Responses to a PSR-3 Logger
PHP
7
star
12

docker-ubuntu-php

Docker images for multiple Ubuntu and PHP version combinations.
Shell
6
star
13

GuzzleRollingBatch

A parallel executor for Guzzle Requests.
PHP
5
star
14

AliceDemo

A example Symfony2 Application using h4cc/AliceFixureBundle in multiple ways.
PHP
5
star
15

LoggerExtraBundle

Symfony2 Bundle for Logging related functionality.
PHP
4
star
16

OsCommand

A Elixir module for running operating system commands.
Elixir
4
star
17

get-to-know-couchdb-presentation

A presentation to introduce and explain CouchDB.
3
star
18

Finder

A Elixir module for finding files and directories in a given path.
Elixir
2
star
19

stack-markdown

A StackPHP Middleware for parsing markdown to html.
PHP
2
star
20

mongrel2

A Handler library for Mongrel2 and the according ZeroMQ message protocol.
PHP
1
star
21

php7-symfony-nodejs

1
star
22

silex-couchdb-blog

Learned me some CouchDB using Silex and DoctrineCouchDBClient by writing a Blog.
PHP
1
star
23

porting-slugger-library-to-elixir-presentation

A short and simple presentation on porting a existing Slugger library to elixir using code generation and protocols.
Makefile
1
star
24

depicter

A aggregating PHP continuous integration tool.
PHP
1
star
25

stack-mongrel2

A adapter for using StackPHP with Mongrel2 via the HttpKernelInterface.
PHP
1
star