Store documents in pieces
Brought to you by:
jsedwards
Store documents as broken down objects. Take for example a statement from the power company. They print their statement in the same format every month. Store a blank document (this is a public object). Then store the font they use, (doesn't have to have a name, just store the fonts) these are public again. Then store the numbers as number objects and the text as words. Need to worry about the positioning.