Skip to content
  • Enrico Ros's avatar
    PDF 1.6 Annotation Parser and DSs: annotations are loaded from PDF file. · c20faca6
    Enrico Ros authored
     AFAIK the kpdf team is once again the first opensource reader to get
    support for a cool feature. All annotations in pdf file are read and
    converted to our internal data structures. Then they'll be rendered on
    screen and changed/saved to our xml file.
    
     Annotations completely supported and parsed from PDF:  [markup], popup,
    text, freetext, line, polygon, polyline, highlight, underline, squiggly,
    strikeout, stamp, ink. Partial support for: [base], geom.
    
    Annotations:
      Added/Changed the passive annotation data structures to contain and
      generalize the attributes of annotation classes. Missing attributes
      (won't be handled by kpdf): base{P,AP,AS,A,AA,StructPar,OC}, geom{RD}.
      Little changes to the PDF1.6 summary in header.
    
    PDFGenerator:
      Internal parser (discussed with Albert) directly in top of xpdf. Read
      object nodes of type 'Annot' and parse the whole set of attributes as
      defined in the PDF1.6 spec (for supported annotations).
    
    svn path=/branches/kpdf_annotations/kdegraphics/kpdf/; revision=396909
    c20faca6