Path: usenet.cise.ufl.edu!usenet.eel.ufl.edu!news.bright.net!feeder.chicago.cic.net!hookup!noc.van.hookup.net!vertex.tor.hookup.net!nic.wat.hookup.net!xenitec!news.uunet.ca!spool.mu.edu!newspump.sol.net!howland.erols.net!feed1.news.erols.com!insync!uunet!in1.uu.net!192.108.254.29!nntp.teleport.com!news.teleport.com!not-for-mail
From: schwartz@cs.tu-berlin.de (Martin Schwartz)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.modules
Subject: LAOLA library
Followup-To: comp.lang.perl.modules
Date: 10 Mar 1997 14:06:41 GMT
Organization: Technical University of Berlin, Germany
Lines: 48
Sender: news-merlyn@gadget.cscaper.com
Approved: merlyn@stonehenge.com (comp.lang.perl.announce)
Message-ID: <5g14hh$194$1@nadine.teleport.com>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:122 comp.lang.perl.modules:2070

Hello,

I just finished a new distribution of LAOLA. This is a distribution of 
source codes and information about the binary format of OLE documents. 
Can be found at:

   http://wwwwbs.cs.tu-berlin.de/~schwartz/pmh/laola.html  or at
   http://user.cs.tu-berlin.de/~schwartz/pmh/laola.html

There you will find especially:

Hacking guide
   Explanation of the binary format of OLE documents.
   
laola.pl
   A perl library, that gives access to OLE documents like Word and Excel 
   without Microsoft code. You can read documents, read and modify existing 
   streams and read and modify garbage. Supports a litte bit property sets.
   A quick reference file for this library is now available. The code should 
   be rather system independent. However, at MS DOS and some Unix systems 
   it worked well. 

Demonstration programs:

   lclean (ALPHA version!)
      A program able to detect, save and clean the trash sections in OLE 
      documents. Can store and extract some file in the garbage sections. 
      This file will not be noticed by the documents application.

   ldat
      Prints out the standard properties of an OLE document. Shows how to 
      read some printer info out of Word and Excel documents. 

   lhalw
      Draws the text section out of a Word 6+ file.

   lls
      Prints the file structure of OLE documents. Streams can be saved
      into files.

Comments welcome,

Martin

-- 
// Le degre zero de l'ecriture? Zero probleme!


