pdf to text

tubby tubby at bandaheart.com
Mon Jan 29 09:06:27 EST 2007


Dieter Deyke wrote:
>>     sout = os.popen('pdftotext "%s" - ' %f)

> Your program above should read:
> 
>    sout = os.popen('pdftotext "%s" - ' % (f,))

What is the significance of doing it this way?



More information about the Python-list mailing list