The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

NexTrieve::MIME - MIME-type conversions for documents

SYNOPSIS

 # do not use directly, just a repository of conversion routines

DESCRIPTION

The NexTrieve::MIME package contains the standard set of subroutines for conversion from a MIME-type to XML-ready text.

The following subroutines are currently available:

 _pdf        convert from PDF using "pdftotext" program
 _plain      convert from plain text
 _html       convert from HTML

The main users of these subroutines are the NexTrieve::RFC822 and NexTrieve::Message modules.

AUTHOR

Elizabeth Mattijsen, <liz@dijkmat.nl>.

Please report bugs to <perlbugs@dijkmat.nl>.

SUPPORT

NexTrieve is no longer being supported.

COPYRIGHT

Copyright (c) 1995-2003 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

The NexTrieve.pm and the other NexTrieve::xxx modules.