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

Writer software
Filter: All | Freeware | Demo
 

Writer

1 2 3 4 5 > 
Added: May 24, 2006 | Visits: 2.924

MP3 CD Writer MP3 CD Writer writes .mp3, .wav files or existing play lists (PLS/M3U) on-the-fly as an audio disc. This extremely easy-to-use and versatile software supports almost all CD Writer features: 1. Direct-to-CD burning with no WAV files involved. No need tons of hard drive space 2. Supports BURN-PROOF...



Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 1.12 MB Download (706): MP3 CD Writer Download

Added: July 26, 2006 | Visits: 6.501

Complete CD & DVD Writer Complete CD & DVD Writer (burner) is an easy-to-use CD and DVD writing software to burn your data, image and audio files to CD or DVD. - Burn data CD or DVD from data files (ZIP, EXE, DOC, etc.) and image files (ISO or CUE/BIN). - Burn audio CD from audio files (WAV) and image files...





Platforms: OS/2, Windows

License: Shareware Cost: $29.00 USD Size: 984 KB Download (271): Complete CD & DVD Writer Download

Added: June 17, 2006 | Visits: 3.862

Business PDF Writer Business PDF Writer software lets business professionals quickly and easily convert any paper or electronic document to a reliable Adobe Portable Document Format (PDF) file. Adobe PDF files preserve the visual integrity of documents so that they can be e-mailed to colleagues and then viewed and...


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 5.54 MB Download (190): Business PDF Writer Download

Added: April 08, 2006 | Visits: 3.134

Tristana Writer RSS Editor Tristana Writer lets you create an RSS or Atom feed from scratch by inputting each required and/or optional RSS or Atom XML element. You also have the option to simply scan a web page and instantly prepopulate XML information into Tristana Writer for lightning fast publishing. You can view XML...


Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 1.14 MB Download (113): Tristana Writer RSS Editor Download

Released: December 21, 2007  |  Added: December 23, 2007 | Visits: 4.785

ChequeSystem Electronic Cheque Writer More than a cheque writer, ChequeSystem provides a complete cheque printing and management solution. You are no need to write any, just print and sign it. ChequeSystem provides comprehensive chequebook management. All issued cheques are kept in records. You can review all the issued cheque at...


Platforms: Windows

License: Shareware Cost: $97.50 USD Size: 21.84 MB Download (284): ChequeSystem Electronic Cheque Writer Download

Released: June 06, 2012  |  Added: June 30, 2012 | Visits: 1.498

Siberix Report Writer Siberix Report Writer is an advanced reporting solution for .NET Framework 3.5 / 4.0 designed to create industry standard PDF and XPS documents dynamically with API calls or from XML. It provides a variety of methods to format text, insert images, draw geometric figures and paths and allows to...


Platforms: Windows

License: Commercial Cost: $1500.00 USD Size: 2.32 MB Download (121): Siberix Report Writer Download

Released: February 04, 2009  |  Added: February 10, 2009 | Visits: 1.565

Recovery for Writer Recovery for Writer is data recovery program for OpenOffice Writer documents (.odt). Recovery for Writer retrieves text, formatting and images from corrupted OpenOffice documents. Recoveres files created by OpenOffice Writer. Features: -Supports OpenOffice.org 2.0 -Recovers texts and...


Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 1.1 MB Download (160): Recovery for Writer Download

Added: January 18, 2010 | Visits: 1.595

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 (91): XML::Writer::Simple Download

Added: January 27, 2010 | Visits: 1.044

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

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

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

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

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: April 23, 2010 | Visits: 1.508

Philips Music Writer Philips Music Writer is a program for typesetting music. It reads text files as input, and generates PostScript as output. Philips Music Writer can also write simple MIDI files for proofhearing purposes. PMW is written in C and is freestanding; that is, it does not require additional processing...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (136): Philips Music Writer Download

Added: October 15, 2010 | Visits: 888

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

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: April 03, 2010 | Visits: 1.717

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

Released: December 12, 2012  |  Added: January 09, 2013 | Visits: 2.068

CodeX Writer CodeX Writer is an Internet-ready, Unicode and UTF-8 enabled, FTP-powered text, HTML and code editor for Windows. Visit silveragesoftware.com for updates. It has fully customizable syntax highlighting for any language (e.g. HTML, CSS, PHP, Perl, Java, C++, Ruby, Python etc.) through the use...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 3.1 MB Download (127): CodeX Writer Download

Released: January 01, 2010  |  Added: June 09, 2010 | Visits: 945

SysInfoTools Writer Recovery SysInfoTools for OpenOffice Writer Recovery is advance Writer Recovery tool that scan the corrupt ODT files and recover data from Corrupt ODT files. Writer recovery software repair corrupt, damage and inaccessible ODT presentation file and created a new working ODT files and save recovered data...


Platforms: Windows, Windows Vista

License: Shareware Cost: $69.00 USD Size: 5.41 MB Download (111): SysInfoTools Writer Recovery Download

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

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 >