| Current Path : /var/www/html/mmishra/indem/iiita/ |
| Current File : /var/www/html/mmishra/indem/iiita/readme |
Versypdf.PHP extension ( Demo version )
---------------------------------
Versypdf PHP extension provides a interface to the PDF files. It allows the user create
PDF document or access to exists one and manipulate with its content.
FEATURES:
* Reading/writing a PDF document from/to memory buffer or a file on a disk.
* Creating new text, vector art and images.
* Quick image embedding for TIFF, JPEG, PNG, and BMP.
* Supporting Type1 and TrueType font embedding for accurate text reproduction.
* Supporting Unicode text and standard PDF encodings.
* Dynamic font subsetting that results in reducing file size.
* Full control over text positioning and character spacing.
* Supporting all PDF color spaces and advanced pre-press options.
* Full control over content positioning and all graphical attributes available in PDF.
* Reuse of resources such as images, fonts and color spaces through object
sharing resulting in obtaining smaller and more efficient documents.
* Supporting explicit and named destinations. Named destinations allow for changes
in the document not invalidating existing bookmarks.
* Extensive bookmark creation and API editing.
* Working with threads.
* Applying security to new documents.
* Linearization (Fast Web View).
* Compression of the output PDF documents.
* Inserting or appending new content in existing pages.
* Rotating pages.
* JBIG2, CCITT Fax, Flate/PNG, JPEG/DCT compression.
* Supporting for Standard PDF security handler (40 and 128 bit encryption).
* Unused object removal. This option helps you to create smaller files.
* Filling in PDF Forms.
* Reading PDF form fields values.
* Creating new form fields.
* Splitting pages.
* Merging and appending pages.
* Supporting Digital Signature.
* Supporting many actions.
* Supporting many annotations.
* Parsing EMF images (Windows only).
PREREQUISITES
-------------
- PHP 4
DOCUMENTATION
-------------
Make sure to read the included documentation in Doc directory
INSTALLATION
------------
* Copy versypdf.so ( php_versypdf.dll ) into one of your php extension directory.
( use php-config --extension-dir or see in your php.ini to find place of extension's directory )
Note: For Ms Windows OS users. If your php compiled with support Zend safety threads. use
php_versypdf.dll from directory thread/, else use it from directory no_thread/
* If yuo need add in php.ini:
extension=php_versypdf.dll ( on MS Windows OS )
or
extension=versypdf.so ( on UNIX systems )
and restart yuor http server to automatic load versipdf php extension
If installation fail, send e-mail to the: e-info@sybrex.com
EXAMPLES
---------
To run example copy directory examples/ somewhere to your http server documents' directory.
I.e. cp -R examples /var/www/htdocs ( on UNIX systems )
or
copy examples C:\www\ ( on MS Windows OS )
Enter http://localhost/exapmles/inpex.php in your Web browser.
COPYRIGHT
---------
SYBREX SYSTEMS Ltd.
Copyright (C) 2006 Sybrex Systems Ltd.
All rights reserved.
----------------------------------------------
NOTICE: Sybrex permits you to use, modify, and distribute this file
in accordance with the terms of the Sybrex license agreement
accompanying it. If you have received this file from a source other
than Sybrex, then your use, modification, or distribution of it
requires the prior written permission of Sybrex.