Re: document/image viewer

2008-11-16 Thread Lawrence D'Oliveiro
belred wrote: > does anyone know of any document/image viewers? Okular. -- http://mail.python.org/mailman/listinfo/python-list

document/image viewer

2008-11-16 Thread belred
does anyone know of any document/image viewers? i would like to create an app that can display (read-only) many types of documents such as .doc, .xls, .tiff, .pdf, etc. it would be great if i can do this using python. looks like i might be able to create something with PIL, but i'm coming up em