c9s / perl-poppler
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (2)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
Changes | Sat Apr 25 11:06:55 -0700 2009 | |
| |
MANIFEST | Sun Apr 26 20:24:22 -0700 2009 | |
| |
Makefile.PL | Thu Nov 05 07:58:26 -0800 2009 | |
| |
Poppler.xs | Wed Nov 04 16:51:28 -0800 2009 | |
| |
README | Sun Apr 26 20:10:21 -0700 2009 | |
| |
lib/ | Thu Nov 05 07:58:26 -0800 2009 | |
| |
perl-poppler.h | Tue Apr 28 06:54:12 -0700 2009 | |
| |
ppport.h | Sun Apr 26 19:53:49 -0700 2009 | |
| |
test-case.pl | Tue Apr 28 06:52:03 -0700 2009 | |
| |
typemap | Thu Nov 05 07:58:26 -0800 2009 |
README
Poppler version 0.01
====================
Poppler is a PDF rendering library based on the xpdf-3.0 code base.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
cairo
poppler
glib
COPYRIGHT AND LICENCE
Perl
Copyright (C) 2009 by c9s
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.

