Subject: | PDF::Tiny |
Your documentation for PDF::Burst says:
If you have other methods to burst a pdf, please suggest/submit to AUTHOR.
I know this is a bit like self-promotion, but since it may help others: I have just released PDF::Tiny. You should be able to use it in a manner comparable to PDF::API2, but:
• The page_count method has an underscore.
• import_page counts pages from 0, because it puts them in a Perl array.
• ->print( filename => $blah ), not ->saveas.