Extending The Object Model

DynamicPDF Core Suite was built with extensibility in mind. It includes an API for the development of custom page elements and allows many of the base classes to be inherited from. Potential classes that are useful to inherit from include: the Document class, the Page class, the PageElement class, the Font class, and the Resource class.

DynamicPDF Core Suite is a good example of what can be accomplished when extending the object model. It is possible to produce PDF documents that utilize just about any PDF feature by extending the appropriate class.

See the Custom Page Element topic for details on extending the PageElement class.

In this topic