Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.370.393 Times

Convert Html Photos Outlook freeware
Filter: All | Freeware | Demo
 

Convert Html Photos Outlook

1 2 3 4 5 > 
Added: October 12, 2010 | Visits: 1.382

HTML::WikiConverter::MediaWiki HTML::WikiConverter::MediaWiki is a Perl module used to convert HTML to MediaWiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into MediaWiki markup. See...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (99): HTML::WikiConverter::MediaWiki Download

Added: February 03, 2010 | Visits: 1.182

HTML::WikiConverter::Markdown HTML::WikiConverter::Markdown is a Perl module to convert HTML to Markdown markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => Markdown ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into Markdown markup. You should not...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (109): HTML::WikiConverter::Markdown Download

Added: February 09, 2010 | Visits: 976

HTML::WikiConverter::Oddmuse HTML::WikiConverter::Oddmuse is a Perl module that can convert HTML to Oddmuse markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => Oddmuse ); print $wc->html2wiki( $html ); This module contains rules for converting HTML into Oddmuse markup. This dialect...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): HTML::WikiConverter::Oddmuse Download

Added: February 25, 2010 | Visits: 1.461

HTML::WikiConverter HTML::WikiConverter is a Perl module that can convert HTML to wiki markup. SYNOPSIS use HTML::WikiConverter; my $wc = new HTML::WikiConverter( dialect => MediaWiki ); # Provide HTML directly print $wc->html2wiki( $html ); # ...which is the same as print $wc->html2wiki( html => $html );...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter Download

Added: May 25, 2010 | Visits: 1.726

Html To Xhtml Convertor Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more. Installation: To install, simply run the...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (118): Html To Xhtml Convertor Download

Added: November 18, 2010 | Visits: 1.185

HTML::BBReverse HTML::BBReverse is a Perl module to convert HTML to BBCode and back. SYNOPSIS use HTML::BBReverse my $bbr = HTML::BBReverse->new(); # convert BBCode into HTML my $html = $bbr->parse($bbcode); # convert generated HTML back to BBCode my $bbcode = $bbr->reverse($html); HTML::BBReverse...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (171): HTML::BBReverse Download

Added: October 11, 2010 | Visits: 2.208

PDF::FromHTML PDF::FromHTML is a Perl module to convert HTML documents to PDF. SYNOPSIS my $pdf = PDF::FromHTML->new( encoding => utf-8 ); $pdf->load_file(source.html); $pdf->convert( Font => /path/to/font.ttf, LineHeight => 10, Landscape => 1, ); $pdf->write_file(target.pdf); This module...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (206): PDF::FromHTML Download

Added: January 08, 2010 | Visits: 1.053

image2mpeg image2mpeg is a tool to convert digital photos (and any other images) into MPEG video streams, with transitions between the images. The photos may be accompanied with music (or any other audio stream). The resulting slideshows may be prepared for VCD, SVCD, or DVD playback in stand-alone...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (107): image2mpeg Download

Added: July 11, 2010 | Visits: 1.480

html2text html2text project allows you to convert HTML to Markdown and vice versa. Whats so great about html2text? Thats quite easy: Now you are able to edit your contents in both markdown and html (or wysiwyg). Whenever you like you can switch. That makes it for example possible to support multiple...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (141): html2text Download

Added: November 23, 2010 | Visits: 1.027

FrameMaker::FromHTML FrameMaker::FromHTML is a Perl class to convert HTML file to FrameMaker MIF. SYNOPSIS use base FrameMaker::FromHTML; use strict; my ($infile, $outfile); $infile = shift; ($outfile = $infile) =~ s/.htm[l]*$/.mif/; # Insert routine to validate HTML -- eg, use HTML-Tidy # VERY...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (123): FrameMaker::FromHTML Download

Added: June 21, 2010 | Visits: 2.170

script4rss script4rss provides easily create scripts to convert HTML pages to RSS feeds. Some news Web sites dont work with RSS feeds yet. As a workaround, some feed readers offer the ability to run these sites through custom-written filters. Script4rss is a tool to aid in the creation of these filters....


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): script4rss Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 621

Codepage Converter Codepage Converter is an easy to use application designed to help you convert HTML / text files to different encoding formats like ANSI to UTF-8 or Unicode. This application was also designed to help you convert multiple files with just 1 click. It works with all encodings. for WindowsAll


Platforms: Windows

License: Freeware Download (50): Codepage Converter Download

Added: November 11, 2013 | Visits: 440

epubmaker The tool used internally at Project Gutenberg to convert HTML or plain text ebooks to EPUBs. Can also process reST into EPUB.


Platforms: Mac

License: Freeware Size: 143.36 KB Download (45): epubmaker Download

Added: January 18, 2010 | Visits: 1.187

HTML::WikiConverter::Normalizer SYNOPSIS use HTML::TreeBuilder; use HTML::WikiConverter::Normalizer; my $tree = new HTML::TreeBuilder(); $tree->parse( text ); my $norm = new HTML::WikiConverter::Normalizer(); $norm->normalize($tree); # Roughly gives " text " print $tree->as_HTML(); HTML::WikiConverter dialects...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (102): HTML::WikiConverter::Normalizer Download

Added: July 09, 2010 | Visits: 986

Convert::Wiki Convert::Wiki is a Perl module that can convert HTML/POD/txt from/to Wiki code. SYNOPSIS use Convert::Wiki; my $wiki = Convert::Wiki->new(); $wiki->from_txt ( $txt ); die ("Error: " . $wiki->error()) if $wiki->error; print $wiki->as_wiki(); $wiki->from_html ( $html ); die ("Error: "...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (99): Convert::Wiki Download

Added: April 05, 2013 | Visits: 482

HTML_ToPDF for HTML Tools HTML_ToPDF is a PHP class that makes it easy to convert HTML documents to PDF files on the fly.HTML_ToPDF grew out of the need to convert HTML files (which are easy to create) to PDF files (which are not so easy to create) fast and easily.Features include:- The ability to encrypt and set...


Platforms: PHP

License: Freeware Size: 1.06 MB Download (49): HTML_ToPDF for HTML Tools Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 1.142

PDFArea HTML to PDF Converter Free HTML to PDF Converter is a powerful and easy-to-use Freeware that is designed to convert HTML file or URL to PDF document. Just specify the file name or a URL, HTML to PDF Converter will directly convert it to a PDF document. HTML to PDF Converter is standalone software, Adobe Acrobat Reader is...


Platforms: Windows

License: Freeware Size: 7.42 MB Download (72): PDFArea HTML to PDF Converter Free Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 770

HTML to ePub Converter iStonsoft HTML to ePub Converter is an excellent conversion tool which is specially designed for Internet surfing fanciers to convert HTML files saved from web page to ePub eBooks and enjoy them on ePub compatible devices anytime and anywhere. With the popularity of portable reading devices,...


Platforms: Mac

License: Freeware Size: 6.1 MB Download (47): HTML to ePub Converter Download

Added: May 24, 2013 | Visits: 554

HTML_ToPDF for Scripts HTML_ToPDF is a PHP class that makes it easy to convert HTML documents to PDF files on the fly.HTML_ToPDF grew out of the need to convert HTML files (which are easy to create) to PDF files (which are not so easy to create) fast and easily.Features include:- The ability to encrypt and set...


Platforms: PHP

License: Freeware Size: 1.06 MB Download (52): HTML_ToPDF for Scripts Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 579

Contenta Converter BASIC Batch convert your photos. Optimize photos for internet, batch rename and organize in subfolders. Practical tool to prepare email attachments.Handles 50+ image formats (JPG, JPEG2000, GIF, PNG, TIFF, BMP, WBMP, TARGA, PPM, PGM, PBM, XPM, ICO, CUT, G3, DDS, IFF, JNG, KOA, MNG, PCD, PCX, RAS, SGI,...


Platforms: Windows

License: Freeware Size: 39.64 MB Download (53): Contenta Converter BASIC Download

1 2 3 4 5 >