Skip to content

Instantly share code, notes, and snippets.

View Spriz's full-sized avatar

Mikkel Bonde Wiuff Spriz

  • Apacta.com
  • Aalborg, Denmark
  • 20:13 (UTC +02:00)
View GitHub Profile
@burzum
burzum / src\Pdf\Engine\TexToPdfEngine.php
Last active December 10, 2015 15:28
src/Pdf/Engine/TexToPdfEngine.php
<?php
namespace App\Pdf\Engine;
use CakePdf\Pdf\CakePdf;
use CakePdf\Pdf\Engine\AbstractPdfEngine;
use Cake\Core\Exception\Exception;
use Cake\Utility\Text;
/**
* TexToPdfEngine for the CakePdf Plugin