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

Dwg Writer software
Filter: All | Freeware | Demo
 

Dwg Writer

< 1 2 3 4 5 > 
Released: February 04, 2009  |  Added: February 10, 2009 | Visits: 1.571

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

Released: April 06, 2011  |  Added: April 10, 2011 | Visits: 2.073

articuCAD DWG DXF to PDF Converter Easiest & Fastest Converting Mode Ever Easy design enriched with a lot of applications put the tools you need at your fingertips! You'll get the job done in seconds or minutes, not hours or days. Stand-alone utility - no need of AutoCAD Batch processing supported Considerate Output...





Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 4.9 MB Download (139): articuCAD DWG DXF to PDF Converter Download

Released: September 26, 2013  |  Added: October 19, 2013 | Visits: 2.043

FocusCAD DWG DXF DWF to Image Converter A feature-rich program for MS Windows to fast and easily batch convert AutoCAD DWG/DXF/DWF drawings into various image file formats: Batch creation No need of AutoCAD/Adobe Acrobat Wide range of output formats supported Detailed output settings Precise conversion without distortion...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 3.96 MB Download (185): FocusCAD DWG DXF DWF to Image Converter Download

Released: September 28, 2013  |  Added: October 22, 2013 | Visits: 2.830

Advanced DWG to PDF Workshop Convert DWG and DXF Files Quickly and Easily without the need of AutoCAD. Convert CAD drawings to sharable PDF files. Advanced DWG to PDF Workshop converts DWG and DXF files to vector PDFs - and you don't need to have AutoCAD to use it. Page, view, and layout from your drawing are...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 4.82 MB Download (186): Advanced DWG to PDF Workshop Download

Released: September 02, 2013  |  Added: September 28, 2013 | Visits: 2.031

Advanced DWG to Image Workshop Advanced DWG to Image Workshop is a batch converter that allows you to convert DWG and DXF files to TIF (TIFF), JPG (JPEG), BMP, GIF and PNG without the need of AutoCAD. Key Features: Batch convert an unlimited number of DWG/DXF files to image; Stand-alone utility AutoCAD not required; Versatile...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 3.83 MB Download (154): Advanced DWG to Image Workshop Download

Added: January 18, 2010 | Visits: 1.598

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: January 27, 2010 | Visits: 1.046

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

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

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

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

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

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

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

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

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

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

Added: January 25, 2010 | Visits: 1.721

Microspot DWG Viewer icrospot DWG Viewer is a product based on Microspot MacDraft. It allows users to view and print DWG files in 2D on Mac OS X v10.2.8 or higher. Each layer of the drawing may be shown or grayed or hidden and displayed at various zoom levels. The drawing can be printed to scale and using the Save to...


Platforms: Mac

License: Demo Cost: $0.00 USD Size: 11 MB Download (237): Microspot DWG Viewer Download

Released: September 02, 2013  |  Added: September 27, 2013 | Visits: 1.123

PowerCAD DWG to Image Converter See what you get from PowerCAD DWG to Image Converter: Graphics of the highest definition without any distortion, fast and precise conversion and operations without technical difficulties... Features PowerCAD DWG to Image Converter can batch convert DWG/DXF/DWF to BMP/JPEG/GIF/PNG/TIFF....


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 4 MB Download (118): PowerCAD DWG to Image Converter Download

Released: September 22, 2011  |  Added: October 08, 2011 | Visits: 1.564

articuCAD DWG DXF to Image Converter Batch Processing to make DWG/DXF/DWF/DWF files to PDF files with NO need of AutoCAD Stand-alone utility - AutoCAD NOT required. Batch processing supported. DWG/DXF/DWF/DWF files created by every version of AutoCAD supported. Best format and version support: Input formats supported - DWG,...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 3.93 MB Download (139): articuCAD DWG DXF to Image Converter Download

Released: September 02, 2013  |  Added: September 26, 2013 | Visits: 1.447

PowerCAD DWG to PDF Converter PowerCAD DWG to PDF Converter provides many detailed adjustments for conversion. You would be amazed by the output quality provided by PowerCAD DWG to PDF Converter which is precise retaining of the layout and quality of the original file. Features Create a single merged PDF file from...


Platforms: Windows

License: Shareware Cost: $69.95 USD Size: 4.97 MB Download (292): PowerCAD DWG to PDF Converter Download

< 1 2 3 4 5 >