Re: [O] Extracting pdf metadata

2011-03-25 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 25/03/11 02:21, 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).

As far as I remember, sciplore is not only extracting metadata embedded
in th pdf, but also from the text - they submit it to a server which
uses the academic article and compares it to layouts from different
publishers and uses those to extract bibliographic information from the
text. If that is what you want, then it might be considerably more
difficult then just extracting embedded metadata.

Cheers,

Rainer


> 
> 
> Cheers
> 
> M
> 
> PS I think one of my goals this summer will be to learn lisp :)


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Tel:+33 - (0)9 53 10 27 44
Cell:   +27 - (0)8 39 47 90 42
Fax (SA):   +27 - (0)8 65 16 27 82
Fax (D) :   +49 - (0)3 21 21 25 22 44
Fax (FR):   +33 - (0)9 58 10 27 44
email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2MU4IACgkQoYgNqgF2egqKNgCdH5J+8IOb8Sz5jjultIDXI/yU
noUAnA++JSXpB7zMaY/bdNOWG8PppXGF
=Fl62
-END PGP SIGNATURE-



Re: [O] Extracting pdf metadata

2011-03-24 Thread John Hendy
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 :)
>



[O] Extracting pdf metadata

2011-03-24 Thread Marvin Doyley
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).


Cheers

M

PS I think one of my goals this summer will be to learn lisp :)