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.293.621 Times

Convert Html freeware
Filter: All | Freeware | Demo
 

Convert Html

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

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.178

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: 973

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.458

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.722

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.183

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 (165): HTML::BBReverse Download

Added: October 11, 2010 | Visits: 2.205

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: July 11, 2010 | Visits: 1.478

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.024

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.167

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: 439

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.183

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: 983

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.140

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: 768

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: 553

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: August 27, 2012  |  Added: August 27, 2012 | Visits: 1.197

Batch CHM TO DOC Converter Batch CHM TO DOC Converter is an easy-to-use software which allows users to batch extract and convert HTML help files to Word documents. Batch CHM TO DOC Converter is a CHM to Word Doocument Batch Converter that can convert HTML Help to Word DOC and DOCX easily. Batch CHM TO DOC Converter...


Platforms: Windows, XP, 2003, Windows Vista, 7

License: Freeware Download (77): Batch CHM TO DOC Converter Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 924

Batch HTM To MHT Converter Batch HTM TO MHT Converter is an application which helsp users to convert HTML files into MHT ones automatically. Batch HTM TO MHT Converter supports powerful search function, it can convert a lot of files in the folder. Batch HTM TO MHT Converter supports project and command line. Batch HTM TO...


Platforms: Windows, XP, 2003, Windows Vista, 7

License: Freeware Download (65): Batch HTM To MHT Converter Download

1 2 3 4 5 >