Changeset 715

Show
Ignore:
Timestamp:
01/27/06 13:50:00 (3 years ago)
Author:
mfenniak
Message:

new description

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pypdf/trunk/setup.py

    r713 r715  
    44 
    55long_description = """ 
    6 A Pure-Python library built as a PDF toolkit.  At present, there is only one 
    7 actual tool in the toolkit - the ability to grab pages from PDFs and output 
    8 them into a new PDF.  Like a hammer, this tool is useful for two operations: 
    9 splitting and merging.  You can extract individual pages from a PDF file, 
    10 or selectively merge pages from multiple PDF files. 
     6A Pure-Python library built as a PDF toolkit.  It is capable of: 
     7     
     8- splitting documents page by page, 
     9- merging documents page by page, 
     10- cropping pages, 
     11- merging multiple pages into a single page. 
    1112 
    1213By being Pure-Python, it should run on any Python platform without any