fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7043] PHP5 library allowing PDF generation from a ur


From: lars.nestas
Subject: [Fmsystem-commits] [7043] PHP5 library allowing PDF generation from a url or a html page.
Date: Wed, 23 Feb 2011 15:01:59 +0000

Revision: 7043
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7043
Author:   "lars.nestas"
Date:     2011-02-23 15:01:59 +0000 (Wed, 23 Feb 2011)
Log Message:
-----------
PHP5 library allowing PDF generation from a url or a html page. Wrapper for 
wkhtmltopdf

Modified Paths:
--------------
    trunk/rental/inc/SnappyMedia.php
    trunk/rental/inc/SnappyPdf.php

Modified: trunk/rental/inc/SnappyMedia.php
===================================================================
--- trunk/rental/inc/SnappyMedia.php    2011-02-23 14:37:43 UTC (rev 7042)
+++ trunk/rental/inc/SnappyMedia.php    2011-02-23 15:01:59 UTC (rev 7043)
@@ -1,7 +1,28 @@
 <?php
 
 /**
+* https://github.com/knplabs/snappy
+* The MIT License
+*
+* Copyright (c) 2010 Matthieu Bontemps
+*
+* Permission is hereby granted, free of charge, to any person obtaining a copy
+* of this software and associated documentation files (the "Software"), to deal
+* in the Software without restriction, including without limitation the rights
+* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+* copies of the Software, and to permit persons to whom the Software is 
furnished
+* to do so, subject to the following conditions:
 * 
+* The above copyright notice and this permission notice shall be included in 
all
+* copies or substantial portions of the Software.
+* 
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+* THE SOFTWARE.
 */
 abstract class SnappyMedia
 {

Modified: trunk/rental/inc/SnappyPdf.php
===================================================================
--- trunk/rental/inc/SnappyPdf.php      2011-02-23 14:37:43 UTC (rev 7042)
+++ trunk/rental/inc/SnappyPdf.php      2011-02-23 15:01:59 UTC (rev 7043)
@@ -4,7 +4,30 @@
  *
  * @package Snappy
  * @author Matthieu Bontemps<address@hidden>
+ * https://github.com/knplabs/snappy
+ * The MIT License
+ *
+ * Copyright (c) 2010 Matthieu Bontemps
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to 
deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is 
furnished
+ * to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in 
all
+ * copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 
FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
  */
+
 class SnappyPdf extends SnappyMedia
 {
     protected $defaultExtension = 'pdf';




reply via email to

[Prev in Thread] Current Thread [Next in Thread]