fdf-fields

NAME

fdf-fields.raku - Manipulate FDF fields

SYNOPSIS

fdf-fields.raku --list infile.[pdf|fdf]
 fdf-fields.raku --import infile.fdf [infile.pdf] [--save-as outfile.pdf] [options]
 fdf-fields.raku --export outfile.fdf [infile.pdf]
Options
   --list infile.[pdf|fdf]                               % list fields and current values
   --import infile.fdf [outfile.pdf]                     % import fields from an fdf file
     --/actions                                          % - don't import JavaScript actions
     --/appearances                                      % - don't import appearance dictionaries
   --export outfile.fdf [infile.pdf] :key=new-value ...  % export PDF fields to an FDF
General Options:
   --password                 % provide user/owner password for an encrypted PDF
   --save-as=file.[fdf|pdf]   % save to a new file

DESCRIPTION

List, import, export or fill FDF form fields.

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.