NAME
Encode::PDFDoc - PDFDocEncoding support
VERSION
version 0.03
SYNOPSIS
use Encode qw(encode decode)
use Encode::PDFDoc;
$characters = decode('PDFDoc', $octets);
$octets = encode('PDFDoc', $characters);
DESCRIPTION
This module contains support for PDFDocEncoding used for text strings in PDF documents outside of the document's content streams. This encoding is described in the PDF 1.7 specification, Annex D.
SEE ALSO
AUTHOR
Ievgenii Meshcheriakov <eugen@debian.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Ievgenii Meshcheriakov.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.