From a6c7cd15cb54af224183bd62531017f3d6ff607e Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Fri, 3 Mar 2017 01:51:58 +0000 Subject: This is a very lightweight (and limited) PDF parser. If you need to do some simple PDF processing on a web server with limited RAM and CPU, and if slurping the entire file into memory is not an option, this module may well be for you, at the cost of far less functionality than other solutions out there. WWW: http://search.cpan.org/dist/PDF-Tiny/ --- textproc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/Makefile') diff --git a/textproc/Makefile b/textproc/Makefile index c86bcc7de59e..30027c76f426 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -672,6 +672,7 @@ SUBDIR += p5-PDF-Create SUBDIR += p5-PDF-FromHTML SUBDIR += p5-PDF-Table + SUBDIR += p5-PDF-Tiny SUBDIR += p5-PDF-WebKit SUBDIR += p5-PDF-Writer SUBDIR += p5-POD2-Base -- cgit v1.2.3