On Sun, May 3, 2015 at 11:06 PM, Hypsurus <[email protected]> wrote: > Hello to dev@suckless, > > i just started a new project: "sple - simple PDF links extractor" > > the uses for sple: > 1. to extract email addresses/links from a multiple PDF files > > i working on the following features: > 2. parse PDF documents Objects (Autohr/Date/Fonts/Images/) > 3. extract images/fonts from the PDF file. > > the goal is writing sple without any external library. > > i would like to develop sple under suckless.org > > how can i do it? > > Source code for the project: > https://github.com/Hypsurus/sple > > thanks > > -- > hypsurus
Mupdf[0] also contains a tool "mudraw", with it you can output to various formats including text: mudraw -o - -F txt input.pdf | grep 'whatever' Kind regards, HIltjo [0] http://mupdf.com/
