On 2010-11-17, REIDLINGER Wolfgang <[email protected]> wrote: > > i want to write a little pyhon script which will be part of a biger=20 > forensics framework. the script should be able to parse pdf files and=20 > extract the pix out of it. for this reason i want to know how you=20 > implement this function in the evince pdf viewer (r. mouse > "save=20 > picture as")?! may you can show me the part of the code which is=20 > responsible for this function. >
There is a poppler python binding. Apparently, you need to loop over pages in the document. Then extract images from each page. _______________________________________________ evince-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/evince-list
