ToDo

* PDF rendering perfektionieren (ctm, text matrix etc.)
* Bilder (XObject) rendern
* decrypt
* insert/remove Page auch PageLabel einfgen/entfernen!
* PDF nach insertPage etc. auch schreiben (welche Version? nderungen inkrementell?)
* Annotations managen
* Selections, Outlines managen

Future:

* PDF(Mutable)Page category with private methods
  - _addContentStream
  - _removeContentStream
  - _addFormCell
  - _removeFormCell
  - _setResources:(NSDictionary *)
  - _setGroup:(NSDictionary *)
  - _setThumbNail:(NSImage *) img;

* mit Printing-System kombinieren
  - NSPrintOperation: + (NSPrintOperation *)PDFOperationWithView:(NSView *)aView insideRect:(NSRect)rect toData:(NSMutableData *)data
  - erzeugt PDFDocument
  - fgt neue PDFPage an
  - lockFocus auf Printer speichert in _PDFStream
  - alle Drawing-Methods schreiben in _PDFStream
  - unlockFocus macht _addContentStream
  - pagination erzeugt weitere PDFPage
  - setzt [doc dataRepresentation] am Schlu in toData ein

