Hi, On Wed, Jul 23, 2008 at 9:12 PM, Dmitry Goldenberg <[EMAIL PROTECTED]> wrote: > Can anyone tell me if there is a way in PDFBox to extract the headers and > footers > for a PDF document and if so, what it is (i.e. a code snippet would be much > appreciated).
AFAIK that's not possible in general as (AFAIK) internally there is no "header" or "footer" concept in the PDF format. You could perhaps achieve something like that if you can manually (or with some heuristics) specify the header and footer areas within a page. BR, Jukka Zitting
