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

NAME

Catalyst::Controller::SimpleCAS::Role::TextTranscode - Addl MHTML methods for SimpleCAS

SYNOPSIS

 use Catalyst::Controller::SimpleCAS;
 ...

DESCRIPTION

This is a Role which adds extra methods and functionality to Catalyst::Controller::SimpleCAS. This role is automatically loaded into the main controller class. The reason that this exists and is structured this way is for historical reasons and will likely be refactored later.

PUBLIC ACTIONS

transcode_html (texttranscode/transcode_html)

generate_mhtml_download (texttranscode/generate_mhtml_download)

METHODS

convert_from_mhtml

embedded_src_data_to_url

get_mime_part_base_path

get_strip_orig_filename

html_to_mhtml

mime_part_to_cas_url

normaliaze_rich_content

parse_html_base_href

parse_html_get_body

parse_html_get_style_body

parse_html_get_styles

SEE ALSO

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by IntelliTree Solutions llc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.