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