Pdf/Resource/Extractor.php

Show: PublicProtectedPrivateinherited
Table of Contents
Zend Framework
LICENSE This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Pdf  
Version
$Id:  

\Zend_Pdf_Resource_Extractor

Package: Zend_Pdf
Resource extractor class is used to detach resources from original PDF document.
It provides resources sharing, so different pages or other PDF resources can share its dependent resources (e.g. fonts or images) or other resources still use them without duplication. It also reduces output PDF size, required memory for PDF processing and processing time. The same extractor may be used for different source documents, several extractors may be used for constracting one target document, but extractor must not be shared between target documents.
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\Zend_Pdf_ElementFactory_Interface $_factory
PDF objects factory.
>VPropertyprotectedarray $_processed
Reusable list of already processed objects
Details
Type
array

Methods

methodpublic__construct() : void

Object constructor.

methodpublicclonePage( $page) : void

Clone page, extract it and dependent objects from the current document, so it can be used within other docs

return Zend_Pdf_Page
Parameters
NameTypeDescription
$page
Documentation was generated by phpDocumentor 2.2.0 .