FDF

Description

The trailer of an FDF file enables a reader to find significant objects quickly within the body of the file. The only required key is Root, whose value is an indirect reference to the fileโ€™s catalogue dictionary (see Table 242). The trailer may optionally contain additional entries for objects that are referenced from within the catalogue.

Methods

This class inherits from PDF and has most its methods available, including: `new`, `open`, `save-as`, `update`, `Str` and `Blob`.

Note that `encrypt` is not applicable to FDF files.

use FDF;
        use FDF::Field;
        my FDF $fdf .= open("MyDoc.pdf");
        my FDF::Field @fields = $fdf.fields;
my FDF::Field %fields = $fdf.fields-hash;

FDF v0.0.3

Classes for FDF (Forms Data Definition)

Authors

  • David Warring

License

Artistic-2.0

Dependencies

PDF::Class:ver<0.5.4+>PDF

Test Dependencies

Provides

  • FDF
  • FDF::Annot
  • FDF::Catalog
  • FDF::Dict
  • FDF::Field
  • FDF::Field::AdditionalActions
  • FDF::IconFit
  • FDF::JavaScript
  • FDF::NamedPageRef
  • FDF::Page
  • FDF::Template

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.