Skip to main content

Posts

Showing posts from January, 2012

On the way to "My Second Brain" Lab

"Passion is not enough, we must have a true attitude to make it happen"

PDF Bookmark Extractor

A simple PDF parser (Bookmark Extractor). This is a test case for how we can use  http://pdfbox.apache.org/userguide/cookbook.html need 3 jars:  pdfbox-1.6.0.jar ,  fontbox-1.6.0.jar  ,  jempbox-1.6.0.jar Think more, this stuff can be useful for extracting information meta-data from PDF document The code: https://code.google.com/p/my-second-brain/source/browse/trunk/test-cases/org/brain2/test/parser/pdf/PrintBookmarks.java