Implementing Undo/Redo in PDF Studio Using Object-Oriented Design Pattern

Min Zhang,Kehong Wang
2000-01-01
Abstract:PDF Studio is software that provides a visual design environment to help the user create a document with text, image and data from database, and generate the file in PDF format. Redo/undo functionality is a common requirement to most software that has visual interface for users. This paper introduces the implementation of Undo/Redo in this software and describes how the object-oriented design pattern is applied to the design and implementation.
What problem does this paper attempt to address?