I would wait for the 1.1.0 release we're hoping to do this month as it includes a number of memory-conserving improvements. Or ... since you're obviously comfortable building the system, just grab the current code from the SVN repository.
As for 0.7.4 vs 1.0.x, we've made a *lot* of improvements. The *only* complaint from users of older versions of which I'm aware involves the fact that we now recognize character spacing, so those who expected certain calls to give them chunks of text instead of individual characters are not happy. If you're not relying on that older way of doing it, you should be much happier w/ the new version. Daniel On Tue, Mar 2, 2010 at 6:11 AM, <[email protected]> wrote: > Hi, > > I have an application using PDFBox 0.7.4. > I have some memory & duration problems when extracting text. But it works > 80% OK. > > I had to spend a lot of time optimizing the source code as my application > runs on mobile devices : delete all System.out, delete Logs, delete all > main() & demo/test code, check all loops, optimize exception text messages, > etc > > I have other things to do on my app, but I wonder if I can 'safely' change > it to use PDFBox 1.0, and redo the optimization. > > Will PDFBox 1.0 open all my PDFBox 0.7.4 files ? will it be faster/using > less RAM ? > > This will be a really big task, I should do on many different releases on > my app. I wonder if I can do it, or not... > > Thanks for your feedback & comparaison between 0.7.4 and 1.0.x >

