You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
---|
From: Sean P. <sp...@ad...> - 2006-08-16 21:53:34
|
There currently isn't much of anything along these lines - there are fragments of our serialization library which supports some parsing (I believe it is in the archive directory) of a PDF subset. But this library is likely to be abandoned for the boost serialization library. I'm not an expert in what tools are available for PDF manipulation - but I'd likely start here: <http://partners.adobe.com/public/developer/pdf/topic.html> And I know there are other non-Adobe open source tools for manipulating PDFs. Sean On Aug 16, 2006, at 1:39 PM, Wes Gamble wrote: > All, > > I have a requirement to strip phone numbers and/or email addresses out > of my PDF files (privacy concerns of people referenced in > Internet-available PDF files). > > Is there some component of ASL that I can use to achieve this? > > Or should I just look into using Perl or Ruby and some clever regex > manipulation to handle it? > > Thanks, > Wes Gamble > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Adobe-source-discuss mailing list > Ado...@li... > https://lists.sourceforge.net/lists/listinfo/adobe-source-discuss |
From: Wes G. <we...@at...> - 2006-08-16 20:40:20
|
All, I have a requirement to strip phone numbers and/or email addresses out of my PDF files (privacy concerns of people referenced in Internet-available PDF files). Is there some component of ASL that I can use to achieve this? Or should I just look into using Perl or Ruby and some clever regex manipulation to handle it? Thanks, Wes Gamble |