You are not logged in Log in Join
You are here: Home » Members » abel

Log in
Name

Password

 

abel

Up one level

 Title   Type   Size   Last Modified   Description 
TTPixel Software Package   2002-06-20

TTPixel - generate image objects from text

TTPixel seems to be the third attempt to create "text images" programmatically from Zope.

I wasn't satisified with the available solutions, TextImage and ZButtons, and thus decided to write my own implementation. The main idea is to separate layout information from the contents of a text image.

wvZopeFilter Software Package   2002-10-13

wvZopeFilter - reduce wvWare/unrtf HTML output

wvZopeFilter tries to remove many purely "appearance-related" HTML tags from HTML files written by wvWare or unrtf and to keep only structural information from the documents.

Since at least two good Zope Products to handle Word doc files (NuxDocument and MSWordDocument) already exist, I decided not to implement my own complete Zope product, but "only" a little module, which can be used to post-process the HTML data return for example by NuxDocument.getHtml(). Moreoveer, it can be used a as stand alone program.