I want to read a multi-page pdf file, create a separate pdf file for each 
page of the input file, and email each page as an attachment. Each 
attachment will go to a different user and the email address for each page 
will be derived from text found in the corresponding input page.

I'm thinking I can use PDF::EXTRACT to do the page splitting and 
CAM::PDF::PageText to read each page and parse out the text for determining 
the email address. Is anyone familiar with these modules? (I've never used 
them, only read the doc on CPAN.) Are there other modules that might be 
better to use? Can anyone share code that I can model after? Is there an 
easier way to accomplish this?

Thanks,

Phil 

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to