Audio (343) Datatype (51) Demo (203) Development (593) Document (22) Driver (97) Emulation (146) Game (993) Graphics (494) Library (113) Network (230) Office (65) Utility (913) Video (69)
Total files: 4332
Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
|
PyPDF2 | Description: | Manipulate PDFs from python code | Download: | pypdf2.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 86kb | Version: | 1.23 | Date: | 10 Nov 2016 | Author: | Mathieu Fenniak, Ashish Kulkarni, Steve Witham et al. | Submitter: | Andy Broad | Email: | andy/broad ology org uk | Requirements: | standard amigaos python install | Category: | development/library/misc | License: | Other | Distribute: | yes | Min OS Version: | 4.1 | FileID: | 10075 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 119 (Current version) | | 119 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
PyPDF2 - AmigaOS 4.1 - Python 2.5
This is a backport of PyPDF2 1.23 to python 2.5 as used on AmigaOS 4.1 FE
Whilst PyPDF2 seems to be code with backwards compatabilty in mind (even as
far as python 2.4) a few Python 3 isms and "future" features not available
in python 2.5.4 are used and the version in this archive addresses these.
Also the addURI() function from the latest git version has been incorporated
into this version (that being the reason I wanted in the first place!).
INSTALATION
Unpack archive;
cd inot the root of the unpacked directory then do
python setup.py install
As well as the original samples contained in Sample_Code/ I have added a simple
example adding some links to a document.
|