[web2py] use pdfminor in web2py

2012-01-18 Thread kasun perera
Hi all I have installed PDFMiner a tool for extracting information from PDF document and convert in to text. http://www.unixuser.org/~euske/python/pdfminer/ From command line I can manually convert PDF files to text. But I want to use this functionality in my web2py application. In my applicat

[web2py] read pdf file and display

2012-01-16 Thread kasun perera
hi everyone, I want to read a uploaded pdf file and display its content in the webpage with the other fields that data need to be inserted. Can anyone point me how to do this. db.define_table('Phrase', Field('DocumentId', db.Document,label=T("Document Id")), Field('PhraseContent', 'text