NAME
   Encode::PDFDoc - PDFDocEncoding support

VERSION
   version 0.02

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
   Encode

AUTHOR
   Ievgenii Meshcheriakov <[email protected]>

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.