Skip to content

Instantly share code, notes, and snippets.

@akerouanton
Created September 12, 2017 20:31
Show Gist options
  • Select an option

  • Save akerouanton/b9fa8426425a02c5b53cfd75e24ffac1 to your computer and use it in GitHub Desktop.

Select an option

Save akerouanton/b9fa8426425a02c5b53cfd75e24ffac1 to your computer and use it in GitHub Desktop.
<?php
require __DIR__ . '/vendor/autoload.php';
$snappy = new \Knp\Snappy\Pdf('/home/knplabs/.config/composer/vendor/bin/wkhtmltopdf-amd64');
$snappy->generateFromHtml('<html>aze</html>', '/tmp/out/repro216.pdf', ['page-size' => 'A4', 'footer-right' => 'Page [page] of [toPage]'], true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment