
03-25-2003, 10:28 PM
|
|
Contributing Editor Emeritus
Join Date: Aug 2006
Posts: 8,228
|
|
Quote:
|
Originally Posted by Tom W.M.
This is kinda off topic, (and it may sound stupid) but:
Quote:
|
FOr small books, this Word macro is pretty nice...
|
Is it actually a macro? If it is, can the source be viewed, or is it somehow protected? Seems like it would be really slow as a macro, too.
|
It is VBA - Visual Basic for Applications, and it semi-compiles. It is quite fast. It isn't a macro that physically has to manipulate the text. It is a subset of VBA - likely reads the entire document into RAM, processes it, calls an external DLL or other API for compaction and encryption then pops out a .LIT file.
I suspect if you knew the APIs and had the other dll's that came with the installer, you could generate .LIT files from just about Office app if you wanted.
|
| |
|
|
|