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

Svg To Dxf freeware
Filter: All | Freeware | Demo
 

Svg To Dxf

< 1 2 3 4 5 > 
Added: September 19, 2010 | Visits: 968

SVG::SVG2zinc SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images... SYNOPSIS use SVG::SVG2zinc; &SVG::SVG2zinc::parsefile(file.svg, Backend,file.svg, -out => outfile, -verbose => $verbose, -namespace => 0|1, -prefix => string, ); # to generate a Perl script:...



Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SVG::SVG2zinc Download

Added: September 06, 2010 | Visits: 1.316

dxf dxf allows you to easily open and edit DXF (Drawing eXchange Format) files. You can export them to various image formats (BMP, PNG, GIF, etc.) or print files. Many entites are supported (lines, arcs, circles, polylines, text, trace, and solids), as well as all colors including BYLAYER....





Platforms: *nix

License: Freeware Size: 1.3 MB Download (289): dxf Download

Added: November 27, 2010 | Visits: 1.265

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Games::Go::SGF2misc::SVG Download

Added: May 08, 2010 | Visits: 1.114

SVG Charter Alpha SVG charter is a project to build a tool to generate charts and graphs with SVG output to allow fully scalable data visualization. The application came about after my personal frustration with not being able to read tiny GIF charts accurately. Couldnt be simpler, though. You must run SVG...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): SVG Charter Alpha Download

Added: July 21, 2010 | Visits: 1.104

SVG::Element SVG::Element is a Perl module to generate the element bits for SVG.pm. SVG.pm makes it possible to generate fully-functional SVG images in perl. 100% of the SVG tags are supported, and any new arbitrary element tag can be added by users by declaring it. ***THERE ARE FIVE WAYS TO IMPLEMENT...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (89): SVG::Element Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 989

DWG to WMF Converter 2010 MX DWG to WMF Converter 2010 MX allows you convert DWG to WMF, DXF to WMF and DWF to WMF directly without need of AutoCAD, it converts DWG, DXF and DWF files into vector WMF files, quick and easily. DWG to WMF Converter 2010 MX is a program that helps you convert DWG files. It supports...


Platforms: Windows, XP, Windows Vista, 7, 7x64

License: Freeware Download (445): DWG to WMF Converter 2010 MX Download

Added: July 20, 2013 | Visits: 408

SVG Snapshot Button The SVG Snapshot Button was designed to capture changes made to an SVG document via javascript. AJAX applications that use XML data to update SVG graphics in real-time can not be easily captured. This button aids that process.


Platforms: Mac

License: Freeware Size: 10.24 KB Download (43): SVG Snapshot Button Download

Released: August 21, 2013  |  Added: December 31, 2013 | Visits: 1.089

DWG to PDF Creator DWG to PDF Creator is a FREE lightweight powerful AutoCAD utility for creating PDF files from DWG, DXF and DWF files. Also, view and print AutoCAD files without having the expensive AutoCAD program installed.


Platforms: Windows, Windows 7, Other

License: Freeware Size: 574 KB Download (633): DWG to PDF Creator Download

Added: June 09, 2010 | Visits: 1.750

SVG-cards SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards. You can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on... You can print them on your color printer and make real...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (196): SVG-cards Download

Added: October 22, 2010 | Visits: 1.444

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: April 26, 2010 | Visits: 3.039

HPGL-DXF HPGL-DXF project can convert HPGL files into DXF format, which can be read by the likes of QCAD. HPGL-DXF is a small program that was written originally to allow the conversion of HPGL formatted circuit board CAM files into DXF files so that they could be subsequently processed by a laser...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (465): HPGL-DXF Download

Added: June 06, 2010 | Visits: 1.221

SVG::Parser SVG::Parser is a Perl module with XML Parser for SVG documents. SYNOPSIS #!/usr/bin/perl -w use strict; use SVG::Parser; die "Usage: $0 n" unless @ARGV; my $xml; { local $/=undef; $xml=<>; } my $parser=new SVG::Parser(-debug => 1); my $svg=$parser->parse($xml); print...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (146): SVG::Parser Download

Added: April 19, 2010 | Visits: 1.243

SVG::Template::Graph SVG::Template::Graph is a Perl extension for generating template-driven graphs with SVG. SYNOPSIS use SVG::Template::Graph; $data = [ { barGraph=>1,# barSpace=>20, title=> 1: Trace 1, data => #hash ref containing x-val and y-val array refs { x_val => [50,100,150,200,250,...


Platforms: *nix

License: Freeware Download (99): SVG::Template::Graph Download

Added: March 18, 2010 | Visits: 1.091

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (96): SVG::DOM Download

Added: August 25, 2010 | Visits: 1.095

Bio::Phylo::Treedrawer::Svg Bio::Phylo::Treedrawer::Svg is a Perl module that creates svg tree drawings. No serviceable parts inside. This module creates a scalable vector graphic from a Bio::Phylo::Trees::Tree object. It is called by the Bio::Phylo::Treedrawer object, so look there to learn how to create tree drawings....


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): Bio::Phylo::Treedrawer::Svg Download

Added: November 24, 2010 | Visits: 1.361

Batik 1.7 Beta Batik is a Java(tm) technology based toolkit for applications that want to use images in the Scalable Vector Graphics (SVG) format for various purposes, such as viewing, generation or manipulation. The projects ambition is to give developers a set of core modules which can be used together or...


Platforms: *nix

License: Freeware Size: 11 MB Download (109): Batik 1.7 Beta Download

Added: July 26, 2010 | Visits: 1.767

SVG Icons The SVG Icons project provides SVG icon themes for desktop environments, including KDE and GNOME. They provide high rendering quality due to anti-aliasing, and reduce the amount of disk space required. SVG Icons project has a goal to provide Open-Source reference implementation of SVG icon...


Platforms: *nix

License: Freeware Size: 4.3 MB Download (180): SVG Icons Download

Released: November 26, 2010  |  Added: November 29, 2010 | Visits: 2.118

Online CAD Converter Online CAD Converter is the safest solution to convert CAD, CGM, HPGL, SVG files. Output file types include PDF, TIFF, JPEG, EMF, CGM, HPGL, and SVG. You do not have to install any software to your hard drive. Online CAD Converter is fast and user-friendly. You browse for your CAD file and then...


Platforms: Windows

License: Freeware Size: 3.91 MB Download (370): Online CAD Converter Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 914

DXF Import/Export Converter Most CAD (computer aided design) systems and desktop publishing programs have the ability to read and write AutoDesk's DXF (Drawing Exchange Format) vector-based files. AutoCAD DXF is an open industry standard for the exchange of CAD drawings. DXF Converter allows to import DXF files to VGEdit...


Platforms: Windows

License: Freeware Size: 9.98 MB Download (61): DXF Import/Export Converter Download

Released: July 26, 2012  |  Added: July 26, 2012 | Visits: 409

Editeur SVG 'Editeur SVG' attempts to be a complete SVG graphical editor, written in Java, with an AWT GUI and allowing easy object manipulation including Bezier curves.


Platforms: Windows, Mac, Linux

License: Freeware Size: 323.83 KB Download (51): Editeur SVG Download

< 1 2 3 4 5 >