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 49.588.363 Times

Convert File freeware
Filter: All | Freeware | Demo
 

Convert File

< 1 2 3 4 5 > 
Added: January 07, 2010 | Visits: 1.525

File::Find::Parallel File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print " $_n" while $_ = $union->(); print...



Platforms: *nix

License: Freeware Size: 9.22 KB Download (91): File::Find::Parallel Download

Added: May 13, 2010 | Visits: 1.256

Convert::PEM Convert::PEM is Perl module that read/write encrypted ASN.1 PEM files. SYNOPSIS use Convert::PEM; my $pem = Convert::PEM->new( Name => "DSA PRIVATE KEY", ASN => qq( DSAPrivateKey SEQUENCE { version INTEGER, p INTEGER, q INTEGER, g INTEGER, pub_key INTEGER, priv_key INTEGER } ));...





Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Convert::PEM Download

Added: November 24, 2010 | Visits: 1.107

FLV::ToMP3 FLV::ToMP3 can convert audio from a FLV file into an MP3 file. SYNOPSIS use FLV::ToMP3; my $converter = FLV::ToMP3->new(); $converter->parse_flv($flv_filename); $converter->save($mp3_filename); See also flv2mp3. Extracts audio data from an FLV file and constructs an MP3 file. See the...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (140): FLV::ToMP3 Download

Added: November 13, 2010 | Visits: 826

FLV::ToSWF FLV::ToSWF is a Perl module to convert an FLV file into a SWF file. SYNOPSIS use FLV::ToSwf; my $converter = FLV::ToSWF->new(); $converter->parse_flv($flv_filename); $converter->save($swf_filename); See also flv2swf. Transcodes FLV files into SWF files. See the flv2swf command-line...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (110): FLV::ToSWF Download

Added: April 23, 2010 | Visits: 1.476

Ansilove/PHP Ansilove/PHP is a set of tools to convert ANSi and artscene related file formats into PNG images, supporting ANSi (.ANS), BiNARY (.BIN), and ADF (.ADF) formats. Ansilove/PHP project includes an all purposes command line converter, along with a library to use on web pages for doing "on the fly"...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (110): Ansilove/PHP Download

Added: January 09, 2010 | Visits: 1.036

Convert::Translit Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. SYNOPSIS use Convert::Translit; $translator = new Convert::Translit($result_chset); $translator = new Convert::Translit($orig_chset, $result_chset); $translator = new...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (97): Convert::Translit Download

Added: July 10, 2010 | Visits: 791

Mail::Addressbook::Convert::Mailrc Mail::Addressbook::Convert::Mailrc is a Perl module from Unix Mailrc Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Mailrc; my $Mailrc = new Mail::Addressbook::Convert::Mailrc(); my $MailrcInFile ="mailrc"; # name of the file containing the Spry data # it is found in...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (90): Mail::Addressbook::Convert::Mailrc Download

Added: November 17, 2010 | Visits: 769

Mail::Addressbook::Convert::Spry Mail::Addressbook::Convert::Spry is a Perl module from Spry Mail Addressbook. SYNOPSIS use strict; use Mail::Addressbook::Convert::Spry; my $SPRY = new Mail::Addressbook::Convert::Spry(); my $SpryInFile ="spry.als"; # name of the file containing the Spry data # it is found in the Spry...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): Mail::Addressbook::Convert::Spry Download

Added: March 04, 2010 | Visits: 2.166

Mail::Addressbook::Convert::Ldif Mail::Addressbook::Convert::Ldif is a Perl module that can convert to and from Ldif formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Ldif; my $LDIF = new Mail::Addressbook::Convert::Ldif(); my $LdifInFile ="ldifSample.txt"; # name of the file containing the Ldif...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (476): Mail::Addressbook::Convert::Ldif Download

Added: February 03, 2010 | Visits: 925

Mail::Addressbook::Convert::Tsv Mail::Addressbook::Convert::Tsv is a Perl module that can convert to and from Tsv ( Tab Separated )formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Tsv; my $TSV = new Mail::Addressbook::Convert::Tsv(); my $TsvInFile ="csvSample.txt"; # name of the file...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (91): Mail::Addressbook::Convert::Tsv Download

Added: February 17, 2010 | Visits: 816

Mail::Addressbook::Convert::Eudora Mail::Addressbook::Convert::Eudora is a Perl module that can convert to and from Eudora addressbooks. SYNOPSIS use strict; use Eudora; my $Eudora = new Eudora(); my $EudoraInFile ="eudoraSample.txt"; # name of the file containing the Eudora data # Convert Eudora to Standard Intermediate...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (89): Mail::Addressbook::Convert::Eudora Download

Added: June 15, 2010 | Visits: 1.114

Mail::Addressbook::Convert::Pine Mail::Addressbook::Convert::Pine is a Perl module that convert to and from Pine formatted addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Pine; my $pine = new Mail::Addressbook::Convert::Pine(); my $PineInFile ="pineSample.txt"; # name of the file containing the Ldif...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (92): Mail::Addressbook::Convert::Pine Download

Added: April 22, 2010 | Visits: 1.338

Mail::Addressbook::Convert::Juno Mail::Addressbook::Convert::Juno can convert from Juno addressbooks. SYNOPSIS use strict; use Mail::Addressbook::Convert::Juno; my $Juno = new Mail::Addressbook::Convert::Juno(); my $JunoInFile ="junoSample.nv"; # name of the file containing the Juno data # it is found in the Spry folder...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (110): Mail::Addressbook::Convert::Juno Download

Added: February 09, 2010 | Visits: 1.199

Mail::Addressbook::Convert Mail::Addressbook::Convert is a Perl module that can convert to and from many e-mail addressbooks. SYNOPSIS These modules allow to to convert between the following e-mail addressbook formats From To csv csv ( Note: MS Outlook. Outlook Express and many other mailers will export and import...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (122): Mail::Addressbook::Convert Download

Added: July 12, 2010 | Visits: 671

Convert::BulkDecoder Convert::BulkDecoder is a Perl module to extract (binary) data from mail and news messages. SYNOPSIS use Convert::BulkDecoder; my $cvt = new Convert::BulkDecoder::; # Collect the articles into an array ref. my $art = [<>]; # Decode. my $res = $cvt->decode($art); die("Failed!") unless...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): Convert::BulkDecoder Download

Added: November 23, 2010 | Visits: 1.019

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 (122): FrameMaker::FromHTML Download

Released: April 23, 2010  |  Added: May 25, 2010 | Visits: 1.292

FlashToExe Flash player,Convert Flash files to Executable file,The executables have a beautiful shape of ellipse or rectangle, Convert Flash files to wallpaper,Convert a whole dirctory of Flash files to Executable files or wallpaper


Platforms: Windows, Other

License: Freeware Size: 5.68 MB Download (148): FlashToExe Download

Released: July 09, 2014  |  Added: July 20, 2014 | Visits: 2.883

Audio Convert Merge Free Audio Convert Merge Free is an easy and fast audio tool to merge MP3s, as well as join WMA, WAV, OGG files into a larger one without recompressing or quality loss within seconds. With our audio merger, you can also join separate audiobook chapters into one big audiobook or combine multiple music...


Platforms: Windows, Windows 7

License: Freeware Size: 9.26 MB Download (203): Audio Convert Merge Free Download

Released: December 29, 2008  |  Added: August 23, 2011 | Visits: 2.770

Free Convert Audio to iPhone iPod Music Free Convert Audio to iPhone iPod Music Converter offers easy, completed ways to convert popular audio file formats with friendly interface. The easy-to-use software can help you free convert all audios to your required audio format. Input mp3, amr, ogg, aac, ac3, m4a, wav to convert to mp3,...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (105): Free Convert Audio to iPhone iPod Music Download

Released: December 29, 2008  |  Added: August 23, 2011 | Visits: 2.104

Free Convert HD Video to AVI DIVX FLV Free Convert HD Video to AVI DIVX FLV MP4 Converter is a simple, stable and fast multimedia converter. Fast speed, high quality, various video formats, simple to use etc are its distinct features. It can convert avi, mpeg, high definition video (hd) etc to very comprehensive video formats...


Platforms: Windows

License: Freeware Size: 3.47 MB Download (136): Free Convert HD Video to AVI DIVX FLV Download

< 1 2 3 4 5 >