From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Extracting pdf metadata Date: Thu, 24 Mar 2011 21:08:27 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from [140.186.70.92] (port=57147 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2wRy-0007gW-QA for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 22:08:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2wRw-0006bh-Gy for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 22:08:30 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:38387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2wRw-0006bQ-88 for emacs-orgmode@gnu.org; Thu, 24 Mar 2011 22:08:28 -0400 Received: by bwz17 with SMTP id 17so718163bwz.0 for ; Thu, 24 Mar 2011 19:08:27 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Marvin Doyley Cc: emacs-orgmode@gnu.org On Thu, Mar 24, 2011 at 8:21 PM, Marvin Doyley wrote: > Hi there, > > Does anybody have a lisp code that can extract metadata from pdf. There is > an interesting program called sciplpore > (http://www.sciplore.org/software/sciplore_mindmapping/ that does this for > freemind), it might be useful if were able to do the same with org (i.e., > important pdf meta data, bookmark and stickies directly into org). > Not that this what you asked for, but there's a small python application called stapler that can extract metadata. At the least, maybe somehow it could be useful to look at the code? Then again, it's built on a python library... so maybe there's nothing that will really translate to elisp. I just ran into it as an alternative to pdftk and thus it was fresh in my mind. At github: https://github.com/fwenzel/stapler Pertinent output from help: ,--- | $ stapler --help | ... | info: ... (no output needed) | Display PDF metadata | ... `--- Best regards, John > > Cheers > > M > > PS I think one of my goals this summer will be to learn lisp :) >