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

Visio Type software
Filter: All | Freeware | Demo
 

Visio Type

1 2 3 4 5 > 
Released: June 19, 2012  |  Added: July 26, 2012 | Visits: 894

FoxPDF Visio to PDF Converter FoxPDF Visio to PDF Converter allows you convert Visio to PDF(Visio to PDF, VSD to PDF) directly without need of Microsoft Visio, it converts VSD files into vector PDF files, quick and easily. Only drag and drop your Microsoft Visio files and it doesn't require Adobe Acrobat or Adobe Reader... Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 13.81 MB Download (101): FoxPDF Visio to PDF Converter Download

Released: September 07, 2002  |  Added: February 22, 2006 | Visits: 3.075

Auto Type Auto Type 2.1 Auto Type Complete words that are typed in windows applications When a matching word his typed a list of words it displayed. Then hitting the TAB key can complete the word or phrase. www.vsisystems.com - Vsisoftware.com Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 1.55 MB Download (504): Auto Type Download

Added: February 24, 2006 | Visits: 5.760

3D Visioner - 3D visualization addon for Microsoft Visio 3D Visioner is an add-on for Microsoft Visio 2002/2003, intended for viewing, editing and handy navigation in Microsoft Visio, using all of the power and conveniences of third dimension. With 3D Visioner you can perform a lot of wearisome Visio actions just by one or two clicks. All actions with... Platforms: Windows

License: Shareware Cost: $79.00 USD Size: 2.34 MB Download (378): 3D Visioner - 3D visualization addon for Microsoft Visio Download

Added: October 16, 2006 | Visits: 2.441

Blood type definer Find out the possible blood type of your child by entering the blood types of the parents. Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 66 KB Download (477): Blood type definer Download

Added: February 27, 2006 | Visits: 4.174

3D Visioner - 3D Visualization for Visio 3D Visioner is an add-on for Microsoft Visio 2002/2003 and provides features that let you work with your Visio projects. The ability to see whole project in one 3D scene, including all pages, shapes, links, and even visualized hyperlinks aids in the productivity for Microsoft Visio users... Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 6.59 MB Download (729): 3D Visioner - 3D Visualization for Visio Download

Released: May 03, 2011  |  Added: May 07, 2011 | Visits: 2.475

A-PDF Visio to PDF A-PDF Visio to PDF is a fast, affordable way to batch convert Microsoft Visio documents into professional-quality documents in the popular PDF file format. Its easy-to-use interface allows you to batch create PDF files even support monitor hot directory. A-PDF Visio to PDF supports Font... Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 3.92 MB Download (425): A-PDF Visio to PDF Download

Added: May 16, 2010 | Visits: 1.393

XML::Schema::Type::Simple XML::Schema::Type::Simple is a base class for simple XML Schema datatypes. SYNOPSIS package XML::Schema::Type::whatever; use base qw( XML::Schema::Type::Simple ); use vars qw( @FACETS ); @FACETS = ( minLength => 10, maxLength => 30, otherFacet => { value => $n, fixed => 1,... Platforms: *nix

License: Freeware Size: 143.36 KB Download (107): XML::Schema::Type::Simple Download

Added: May 26, 2010 | Visits: 1.675

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: March 03, 2010 | Visits: 1.128

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: July 15, 2010 | Visits: 1.341

Audio::File::Type Audio::File::Type represents an audio filetype. An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...)... Platforms: *nix

License: Freeware Size: 74.75 KB Download (110): Audio::File::Type Download

Added: April 27, 2010 | Visits: 922

File type determination File type determination is a little KDE Service Menu that calls the GNU file command to retrieve Mime information from files, and presents it inside a standard KDE dialog.. Platforms: *nix

License: Freeware Download (98): File type determination Download

Added: April 14, 2010 | Visits: 1.006

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: March 12, 2010 | Visits: 1.109

Data::Type::Docs Data::Type::Docs is a Perl module with the manual overview. MANUALS Data::Type::Docs::FAQ Frequently asked questions. Data::Type::Docs::FOP Frequently occuring problems. Data::Type::Docs::Howto Point to point recipes how to get things done. Data::Type::Docs::RFC Exact API... Platforms: *nix

License: Freeware Size: 70.66 KB Download (88): Data::Type::Docs Download

Added: July 14, 2010 | Visits: 1.227

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: November 06, 2010 | Visits: 1.024

File::Type::Builder File::Type::Builder is Perl module to parse mime-magic and generate code. SYNOPSIS my $build = File::Type::Builder->new(); while ( ) { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) } Reads in the mime-magic... Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): File::Type::Builder Download

Added: August 23, 2010 | Visits: 821

Tangram::Type::Extending Tangram::Type::Extending is a Perl module for teaching Tangram about new types. Tangram::Type is the root of a hierarchy of classes that are responsible mapping individual field to SQL entities (columns in the simplest cases). There is one Type object per persistent field. Adding support for... Platforms: *nix

License: Freeware Size: 153.6 KB Download (94): Tangram::Type::Extending Download

Released: June 22, 2010  |  Added: June 30, 2010 | Visits: 1.494

Classic Menu for Visio 2010 One may find that the new ribbon-style interface of Microsoft Visio 2010 puts all the users who were accustomed to Microsoft Visio 2003/2007 into a fair amount of confusion. A well-designed application, Classic Menu for Microsoft Visio 2010, comes to solve the problem. The application helps bring... Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 2.51 MB Download (602): Classic Menu for Visio 2010 Download

Released: December 30, 2010  |  Added: January 10, 2011 | Visits: 1.230

See-and-Type See-and-Type is a series of virtual keyboard models (Standard, Compact, and UltraCompact) that assist people to enter text with the mouse, without a conventional keyboard. See-and-Type uses a special color scheme for easy identification of the text keys. See-and-Type is designed to facilitate... Platforms: Windows

License: Freeware Size: 2.88 MB Download (299): See-and-Type Download

Released: January 10, 2011  |  Added: October 03, 2011 | Visits: 1.072

Tabs for Visio Tabbed viewing, editing, and managing multiple Visio files in single Window: Tabs for Visio (is also named Visio Tabs). Tabs for Visio is a super practical tool for tabbed handle Visio files in a single window in Microsoft Visio 2003, 2007, and 2010. Once the software is installed, you can find... Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 2.94 MB Download (106): Tabs for Visio Download

Released: September 26, 2012  |  Added: October 21, 2012 | Visits: 1.225

Visio Viewer Visio Viewer is a freeware that you can use to Open, view and print any Microsoft Office Visio(VSD) document. It's a quick and convenient way to view Visio files on your computer. Visio Viewer from FoxPDF lets you open, view Visio VSD and Rtf files as well as TXT files and it doesn't require... Platforms: Windows

License: Freeware Size: 11.1 MB Download (341): Visio Viewer Download

1 2 3 4 5 >