Added support for exporting pages via pdf: image is LGPL from: https://www.iconfinder.com/icons/3745/document_pdf_icon#size=16 and pdf library is GPLV3 http://www.tcpdf.org/license.php

This commit is contained in:
laf
2015-03-24 16:27:28 +00:00
parent 1cf9b85cb7
commit 17019bd56b
41 changed files with 62723 additions and 111 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
$pdf->AddPage();
$pdf->writeHTMLCell(0, 0, '', '', 'yeah', 0, 1, 0, true, '', true);