Added by Alexander Veremyev, last edited by Alexander Veremyev on Sep 11, 2006  (view change)

Labels

 
(None)

This is a list of possible list of enhancements to Zend_Pdf:

  • Drawing features
  • Additional PDF features support
  • PDF elements management features

Drawing features

Drawing features should make drawing tasks easier.
Current set of draw primitives is complete, but some of them are too simple for common drawing operations.

  • Text layout boxes (box of the text or other layout boxes with advanced positioning options).
  • Tables drawing.
  • Page headers/footers
  • Diagrams
  • Columns drawing
    and so on

Such enhancements need high level rich text representation and operations model, which is independent from PDF itself.

Additional PDF features support

  • Annotations
  • Bookmarks
  • Actions
  • PDF forms
  • PDF security

PDF elements management features

Some features can't be described in terms of drawing operations and in terms of PDF features, but may be very useful.

  • text retrieving
    Text retrieving may be useful for indexing and search capabilities.
    It should be method of PDF objects of a different level (whole document, pages, lower level objects in future):

    Note: Retrieving text from loaded part of PDF document may be mach more difficult task, then from newly drawn text.

  • Unlink page/resource from one pdf to use it with another.
    Each PDF object may refer a lot of other objects and resources (fonts, images, content streams and so on).
    Thus we can't only get page or resource from one document and add it to another (ex. mix two PDF documents). It's possible to trace down object references and copy object with all dependencies ("deep copy").