How to read pdf file using lisp

how can we read pdf using lisp and split the table of contents. It can be done in other languages, but in lisp it is a bit complicated, can it help me with sample code?

http://www.rajive-hsenid.appspot.com/

this is done by python, now I'm trying to do it with lisp

Please help me..

+5
source share
1 answer

Try cl-pdf-parser - I found it on Google . This code is too large to post here. Locate the pdf-parser.lisp file (insider archive).

cl-pdf-parser comes with examples: http://www.fractalconcept.com/download/cl-pdf-current.tgz

+5
source

All Articles