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

Word Writer freeware
Filter: All | Freeware | Demo
 

Word Writer

< 1 2 3 4 5 > 
Released: August 05, 2011  |  Added: September 07, 2011 | Visits: 2.656

Nemo PDF to Word Nemo PDF To Word is completely free Word to PDF convert software. By using it, you can convert your PDF files to well-formatted and editable Word/RTF in seconds. After conversion, the original text, images, tables, columns, graphics and other formats are well saved in the generated files. It... Platforms: Windows

License: Freeware Size: 9.76 MB Download (201): Nemo PDF to Word Download

Added: January 18, 2010 | Visits: 1.601

XML::Writer::Simple XML::Writer::Simple is a Perl module to create XML files easily! SYNOPSIS use XML::Writer::Simple dtd => "file.dtd"; print para("foo",b("bar"),"zbr"); USAGE This module takes some ideas from CGI to make easier the life for those who need to generated XML code. You can use the module in... Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): XML::Writer::Simple Download

Added: October 06, 2010 | Visits: 1.462

Define Word 0.7.0 for Define Word is an extension which allows you to look up definition of selected text. Look up definition of selected text using any of several search engines. The list of engines is configurable.. Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): Define Word 0.7.0 for Download

Added: November 03, 2010 | Visits: 1.902

MS Word to plaintext converter MS Word to plaintext converter is a service menue easily converts MS Word documents to plain text files. The generated text file is named *.doc.txt. I hope it is as useful for you as it is for me.. MS Word to plaintext converter KDE-Apps.org Community Portal for KDE Applications Software Office... Platforms: *nix

License: Freeware Download (195): MS Word to plaintext converter Download

Added: February 02, 2010 | Visits: 1.161

X-word X-word is a GTK program for doing crosswords. Xword is a GTK crossword puzzle program. It reads and writes puzzles in the AcrossLite format used by The New York Times. It has printing, a clock, a word list, auto-saving, and options to check and reveal letters of the puzzle.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (113): X-word Download

Added: January 27, 2010 | Visits: 1.050

XML::Writer XML::Writer is a Perl extension for writing XML documents. SYNOPSIS use XML::Writer; use IO::File; my $output = new IO::File(">output.xml"); my $writer = new XML::Writer(OUTPUT => $output); $writer->startTag("greeting", "class" => "simple"); $writer->characters("Hello, world!");... Platforms: *nix

License: Freeware Size: 22.53 KB Download (91): XML::Writer Download

Added: April 04, 2010 | Visits: 1.042

OPML Writer OPML Writer is a PHP4 class for writing OPML files with an object-oriented approach.. Platforms: *nix

License: Freeware Size: 163.84 KB Download (110): OPML Writer Download

Added: February 17, 2010 | Visits: 1.140

Graph::Writer::DrGeo Graph::Writer::DrGeo can save the graph output DrGeo scheme script. SYNOPSIS my $g = new Graph; # Add some vertices/edges to $g my $writer = Graph::Writer::DrGeo->new(); $writer->write_graph($g,"graph.scm"); # graph.scm can be evaluated and rendered with Dr.Geo Dr. Geo is a GTK... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): Graph::Writer::DrGeo Download

Added: June 20, 2010 | Visits: 1.820

RSS Writer class RSS Writer class is XML-RSS feed generator for content syndication. It extends the XML Writer class to generate XML-RSS documents. It features simplified definitions of channel and item properties, support for defining optional channel graphic images and search form text inputs, support for RSS... Platforms: *nix

License: Freeware Download (140): RSS Writer class Download

Added: April 17, 2010 | Visits: 1.248

XML::TMX::Writer XML::TMX::Writer is a Perl extension for writing TMX files. SYNOPSIS use XML::TMX::Writer; my $tmx = new XML::TMX::Writer(); $tmx->start_tmx(ID => paulojjs); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum texto); $tmx->add_tu(SRCLANG => en, en => some text, pt => algum... Platforms: *nix

License: Freeware Size: 15.36 KB Download (132): XML::TMX::Writer Download

Added: June 18, 2010 | Visits: 1.879

GNOME Word of the Day GNOME Word of the Day is a GNOME applet that displays a new vocabulary word each day. No one likes to be lost in a sea of unknown words. With GNOME Word of the Day Applet, your vocabulary will evince perennial growth. Its a must when preparing for the SAT or GRE tests and for improving both... Platforms: *nix

License: Freeware Size: 44.03 KB Download (171): GNOME Word of the Day Download

Added: October 15, 2010 | Visits: 897

XML::SAX::Writer XML::SAX::Writer is a Perl module with SAX2 Writer. SYNOPSIS use XML::SAX::Writer; use XML::SAX::SomeDriver; my $w = XML::SAX::Writer->new; my $d = XML::SAX::SomeDriver->new(Handler => $w); $d->parse(some options...); Why yet another XML Writer ? A new XML Writer was needed to match... Platforms: *nix

License: Freeware Size: 12.29 KB Download (105): XML::SAX::Writer Download

Added: May 11, 2010 | Visits: 1.137

Doc::Perlish::Writer Doc::Perlish::Writer is a base class for stream output functions. SYNOPSIS # using - generally use a subclass my $writer = Doc::Perlish::Writer::XML->new(); $doc->receiver($writer); $doc->send_all(); my $output = $writer->output; # an IO::All object # or, you can pass an object or... Platforms: *nix

License: Freeware Size: 56.32 KB Download (110): Doc::Perlish::Writer Download

Added: January 08, 2010 | Visits: 1.073

Word Inspector Word Inspector project is a GTK frontend to Dict dictionary program. The dict program allows you to search through one or more dictionary-like reference books for a word, then displays its definition. Word Inspector expands that by allowing you to enter words to look up more easily, easily... Platforms: *nix

License: Freeware Size: 55.3 KB Download (97): Word Inspector Download

Added: April 19, 2010 | Visits: 1.270

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );... Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: April 03, 2010 | Visits: 1.728

Barcode Writer in Pure Postscript Barcode Writer in Pure Postscript is an award-winning open source project, as used by NASA, that facilitates the printing of all major barcode symbologies entirely within level 2 PostScript. Hence the process of generating a printed barcode representing a given input is performed entirely... Platforms: *nix

License: Freeware Size: 184.32 KB Download (143): Barcode Writer in Pure Postscript Download

Added: January 25, 2010 | Visits: 657

Writer.app Writer.app is sort of based on Khoi Vinh's Blockwriter (blockwriter.com) idea, this is a quick and dirty implementation of a word processor that behaves like a typewriter. Just in time for NaNoWriMo, it'll help you block out all those distractions and get writing. Platforms: Mac

License: Freeware Download (117): Writer.app Download

Released: May 30, 2010  |  Added: June 03, 2010 | Visits: 1.936

DevVicky Word 2010 DevVicky Word is a stable, feature-savvy word processor unbound by a proprietary file formats. Besides handling an equally impressive number of file formats, DevVicky Word's feature set includes everything one would expect in a modern word processor, plus numerous ground-breaking and advanced... Platforms: Windows

License: Freeware Size: 7.08 MB Download (232): DevVicky Word 2010 Download

Released: August 16, 2010  |  Added: August 20, 2010 | Visits: 1.606

AKS Word Count Count words, lines, paragraphs, chars in files of different types, including PDF, Word, Excel, HTML, OpenOffice, RTF. The software can also count words in the whole folders. When all necessary files are added, the program automatically makes counting. Full information is kept in File info... Platforms: Windows

License: Freeware Size: 2.56 MB Download (173): AKS Word Count Download

Released: October 23, 2013  |  Added: August 05, 2014 | Visits: 2.337

MegaMind Writer MegaMind Writer is a diligent CD/DVD burning app easy to use in creating safe backups and ISO files. Without overwhelming the user with inadequate features and functions, MegaMind Writer has stripped its architecture to what is relevant and helpful. It offers all that's needed when you burn... Platforms: Windows, Windows 7

License: Freeware Size: 2.42 MB Download (306): MegaMind Writer Download

< 1 2 3 4 5 >