Package: fntsample
Version: 2.4-1
Severity: wishlist

Customizing the info structure of the document would be useful for example
when releasing samples for a new version of Dejavu.
According to [1] it's not difficult to achieve:

%infohash = $pdf->info %infohash

    Sets/Gets the info structure of the document.

    Example:

        %h = $pdf->info(
            'Author'       => " Alfred Reibenschuh ",
            'CreationDate' => "D:20020911000000+01'00'",
            'ModDate'      => "D:YYYYMMDDhhmmssOHH'mm'",
            'Creator'      => "fredos-script.pl",
            'Producer'     => "PDF::API2",
            'Title'        => "some Publication",
            'Subject'      => "perl ?",
            'Keywords'     => "all good things are pdf"
        );
        print "Author: $h{Author}\n";

this could be added to pdfoutline which already uses libpdf-api2-perl and data 
could be 
fetched from an optional config file.

regards,
Davide

[1] http://search.cpan.org/~areibens/PDF-API2-0.59.002/lib/PDF/API2.pm

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)

Versions of packages fntsample depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2                   1.2.4-4      The Cairo 2D vector graphics libra
ii  libfreetype6                2.2.1-5      FreeType 2 font engine, shared lib
ii  libglib2.0-0                2.12.6-2     The GLib library of C routines
ii  libpdf-api2-perl            0.57-1       provides the functions for creatin
ii  perl                        5.8.8-7      Larry Wall's Practical Extraction 

fntsample recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to