Split PDF documents into separate pages using PHP (or possibly perl)
Posted
by Simon Stevens
on Stack Overflow
See other posts from Stack Overflow
or by Simon Stevens
Published on 2010-04-06T10:35:11Z
Indexed on
2010/04/06
10:53 UTC
Read the original article
Hit count: 331
Can anybody point me towards a PHP library or script that would allow me to split a pdf consisting of multiple pages into separate files, each containing 1 page. The PDFLib documentation doesn't appear to allow this and Google hasn't been particularly helpful.
I could possibly also use Perl, but it would be very inconvenient to do so.
© Stack Overflow or respective owner