Main > Free Download Search >

Free vcf software for windows

vcf

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 12
VCFont 1.0

VCFont 1.0


VCF font file generator more>>
VCF font file generator VCFont application was designed to be a VCF font file generator. VCFont is a program to create font files for LiteCAD.
VeCAD wraps fonts in its own internalized format. Each font is stored in a separate file with the ".VCF" extension (a moniker for... VeCadFont). The VCF font files can be created from the Windows TTF fonts installed on your system, and, from AutoCAD SHP/SHX font files.
<<less
Download (546KB)
Added: 2007-08-12 License: Freeware Price:
510 downloads
Vcf Generator 1

Vcf Generator 1


Create vcard files for Nokia phones, visual and easy to use. You make create in a few easy steps: enter your data and save it, send vcard file bluetooth, infrared or cable, go to messages menu more>> <<less
Download (228.6KB)
Added: 2006-07-23 License: Freeware Price:
207 downloads
 
Other version of Vcf Generator
Vcf Generator 1.0Cllstsoft - Vcf Generator helps you create vcard files for nokia phones. Vcf Generator. Vcf Generator will help you create vcard files for nokia
License:Freeware
Download (227KB)
1449 downloads
Added: 2006-08-24
The VCF Screen Saver 1.0

The VCF Screen Saver 1.0


The VCF Screen Saver more>> If you have not already seen all of the Beautiful Photos of all of the Beautiful Beings that Thunderhawk Enterprises, Inc. - Big Cat Rescue has helped Save Click Here to Download a FREE copy of our Screen Saver, select the Thunderhawk Big Cat Theme of your choice and Enjoy! :)<<less
Download (891KB)
Added: 2004-02-05 License: Freeware Price: $0.00
2088 downloads
Blue vCard 1.0.2

Blue vCard 1.0.2


Blue vCard is such free but useful software which lets you send simple electronic business cards (Virtual Cards) to all active Bluetooth devices near your PC. more>>

Blue vCard 1.0.2 is such free but useful software which lets you send simple electronic business cards (Virtual Cards) to all active Bluetooth devices near your PC.

It is a free software, developed by Edisonweb, belonging to the suite of products for Digital Signage and Proximity Marketing called Web Signage.

Major Features:

  1. Blue vCard allows you to create your virtual business card simply filling a form.
  2. The card values can be saved to disk as a .vcf file and recalled later.
  3. You can also open cards exported by other programs using the .vcf standard format.
  4. Blue vCard needs a supported Bluetooth peripheral. If not available, the related functionalities will be the disabled. vCard is a file format standard for electronic business cards.
  5. vCards are often attached to e-mail messages, but can be exchanged in other ways, such as on the World Wide Web, sms, mms and bluetooth.
  6. They can contain name and address information, phone numbers, URLs, logos, photographs.

Requirements: Blue vCard needs a supported Bluetooth peripheral. If , the related functionalities will be the disabled.

<<less
Download (6.6MB)
Added: 2009-10-20 License: Freeware Price: Notavailable
downloads
Visual Component Framework 0.9.9

Visual Component Framework 0.9.9


Visual Component Framework is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. more>>

Visual Component Framework 0.9.9 is considered as an advanced C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major libraries, the FoundationKit, the GraphicsKit, and the ApplicationKit. Anti-aliased graphics are supported through the use of the Anti-Grain Graphics library.

Major Features:

  1. Modern C++ design - use of modern C++ techniques like exceptions, templates (where useful), name spaces, and heavy use of the Standard Template Library.
  2. Advanced RTTI features that allow for such things as dynamic object creation given a registered class name or a registered UUID string that represents the class, dynamic introspection of a given object's class and listing such data as the class name, super class, the properties of the class, member methods, and implemented interfaces.
  3. Modular - built across several libraries as opposed to one huge monolithic library that then becomes difficult to break apart. This means that while the VCF is incredibly powerful as a framework for writing GUI based applications, if you just want to use the core features, such as threads, file IO, and RTTI you can do so, without having to have dependencies on all the GUI code.
  4. Easy to use, and powerful event system, suitable for console as well as GUI based applications.
  5. Support for Thread, Mutexes, Semaphores, Files, Streaming data, error logging, string utility functions, and other basic services. All of this is part of the FoundationKit and has no dependencies on the graphics or UI code.
  6. Powerful and easy to use graphics classes, plus more advanced support for anti aliased vector graphics through the use the AntiGrain Graphics libraries.
  7. A simple to use image loading architecture that allows multiple formats to be registered dynamically, for loading up a variety of different graphics formats. On Win32 systems the default image loading support is limited to BMP files, but by using the ImageFormats library (also a part of the VCF) a wide variety of additional image types are also supported. Currently the ImageFormats library uses FreeImage to support a image types such as .TIFF, .TGA, .PSD, .PNG, .PCX, .SGI, .MNG, .RAS, .PBM, .PPM. and many others.
  8. More advanced classes for customizing the drawing process by extending Stroke and Fill classes.
  9. A complete set of powerful GUI classes, including a common set of base classes enabling advanced custom control creation. Some of the control classes include tree controls, list controls, check box and radio controls, push buttons, single line and multi line text controls, and many others.
  10. A standard set of application classes for things like resources, loading windows or forms dynamically at application startup, saving of application state, a registry class for common storage of system and application information.
  11. Other application classes include an Undo/Redo architecture based on commands that allows for undoing and redoing commands as well as notifying other objects of the events.
  12. GUI controls that support both alignment and anchoring. Any control may be aligned to the top, bottom, left or right of it's parent container control. Alternately controls may use their anchoring properties to anchor themselves to the left, right, top and/or bottom sides of their parent container control. In addition to control alignment, it is possible to write custom layout containers and assign them to a control to customize layout logic.
  13. The ApplicationKit provides a set of Model and View classes for using in MVC patterns. A series of models like the ListModel, TreeModel, and TextModel are used in controls to provide separation of the data from the UI presentation code. Because a View can be dynamically attached to a Control at runtime, it will be possible to develop "themes" in the future.
  14. Because of the RTTI features and the event handlers, the VCF easily supports component programming with in IDE that allow for visual development.
  15. The VCF tries to be as flexible as possible, allowing you to use the parts you want, and allowing for inter-operability with other frameworks. Thus VCF controls can be used inside of an MFC application if you like, or only use the graphics module for enhanced graphics features.
  16. No need of special preprocessor tools - if you have a reasonably complete C++ compiler then you're all set to go.
  17. The ability to access the low level handles for most native objects. For example, by accessing the Thread's peer class, you can get a handle to the native thread handle itself. For a control, you can access the control's peer and get a handle id that represents the windowing systems native handle for a window/widget. This allows you to use platform specific calls when necessary.
<<less
Download (828.5KB)
Added: 2009-08-25 License: Freeware Price: Notavailable
downloads
ABC Amber vCard Converter 1.14

ABC Amber vCard Converter 1.14


Useful tool that converts your VCF (vCard) files to many document formats (PDF, MS Word, HTML, RTF, TXT). All you have to do is select the contacts to convert, choose the desired format and click a button to save the contact(s) in the new format. more>>
ABC Amber vCard Converter is a useful tool that converts contacts from your VCF (vCard) files to many document formats (PDF, MS Word, HTML, RTF, TXT and others). All you have to do is select the contacts to convert, choose the desired document format and click a button to save the contact(s) in the new format. You can choose to convert and export single contacts, or multiple, combining them all into a single file.
The software supports a run from command line, more than 50 languages.
Important note: the program lets you convert vCard files to IPD (BlackBerry) and MS Outlook directly.
Partial Features List:
- reads VCF (vCard) files;
- exports selected contacts to a single file of any document format: PDF format (Adobe Acrobat doesnt need to be installed), RTF format (also doesnt require MS Word to be installed), hypertext HTML format, text format, MS DOC format, popular CHM format, old good HLP format, email EML format, and many more (including BlackBerrys IPD);
- generates contents with bookmarks and hyperlinks in the output file;
- command line support;
- easy to use and easy to set up;
- supports column sorting in ascending and descending order;
- supports multiple PDF export options (document information, 40/128 bits PDF encryption, advanced PDF security options, page size, page orientation and page margins, resolution mode, compression mode, viewer options);
- supports multiple CHM and HLP export options;
- displays selected contact, saves it to disk and prints it to printer;
- multiple language support;
- exports contacts to TIFF and DCX (multipage);
- more.

System Requirements: 8 MB RAM

Enhancements: improved vCard import

<<less
Download (1.33MB)
Added: 2009-08-30 License: Freeware Price: $0.00
downloads
 
Other version of ABC Amber vCard Converter
Price: $0.00
License:Freeware
Download (1.33MB)
384 downloads
Added: 2009-03-17
Price: $0.00
License:Freeware
Download (1.33MB)
405 downloads
Added: 2009-03-03
Price: $0.00
License:Freeware
Download (1.33MB)
406 downloads
Added: 2009-02-24
Price: $0.00
License:Freeware
Download (1.33MB)
424 downloads
Added: 2009-02-09
Price: $0.00
License:Freeware
Download (1.33MB)
588 downloads
Added: 2008-09-04
ABC Amber vCard Converter 1.05ProcessText Group - Useful tool that converts your VCF files to many document formats (PDF,Word,Txt) ABC Amber vCard Converter. Useful tool that converts your VCF
Price: $0.00
License:Freeware
Download (1.3MB)
838 downloads
Added: 2008-01-18
ABC Amber vCard Converter 1.03ABC Amber vCard Converter is a useful tool that converts contacts from your VCF (vCard) files to many document formats (PDF, MS Word, HTML, RTF, TXT and others). All you have to do is select the contacts
License:freeware
Download (1.3MB)
577 downloads
Added: 2008-09-07
DiskInternals Address Book Recovery 1.0

DiskInternals Address Book Recovery 1.0


This application is a valuabe asset when it comes to recovering lost of corrupt Windows Address Book for free. more>>
This application is a valuabe asset when it comes to recovering lost of corrupt Windows Address Book for free. Are your address book contacts the most valued asset on your PC? Did you experience a computer crash? Looking for an immediate solution to recover your contacts? Look no further! DiskInternals Address Book Recovery will find and recover your contacts automatically!
DiskInternals Address Book Recovery offers sophisticated yet fully automatic approach to data recovery. Being a specialized data recovery application targeted to restore your Windows Address Book (WAB) contacts, it provides unprecedented success rate restoring your contact information.
General-use data recovery applications rely on the file system to locate information about files they attempt to restore. This works relatively fine if your hard drive suffered minor damage, but it fails to do the job if your entire file system is corrupted or if you have an inaccessible disk.
DiskInternals Address Book Recovery scans your entire hard drive looking for address book contacts in pretty much the same way as modern anti-viruses scan your hard drives for viruses. This software uses a database of characteristic signatures that will define the beginning and the end of each file.
What if your computer is just fine as well as your hard disk, but your address book information has been lost after a crash caused by Outlook Express or another application accessing Windows Address Book? In that case your entire address book may become corrupt and unreadable by Windows or Outlook Express.
Don?t panic! DiskInternals Address Book Recovery will help you rescue the corrupt address book by carefully recovering contacts one by one and exporting them into a fresh WAB file or a set of vCards in VCF format.
Even if your corrupt address book contains complete garbage, DiskInternals Address Book Recovery may still be able to locate a deleted copy of an old version of your address book and recover your contacts from there.
<<less
Download (0.98MB)
Added: 2007-09-25 License: Freeware Price:
775 downloads
Address Book Recovery by DiskInternals 1.0

Address Book Recovery by DiskInternals 1.0


DiskInternals Address Book Recovery scans your entire hard drive looking for address book contacts in the same way as modern anti-viruses scan your drives for viruses. It uses a database of signatures more>>
Are your address book contacts the most valued asset on your PC? Did you experience a computer crash? Looking for an immediate solution to recover your contacts? Look no further! DiskInternals Address Book Recovery will find and recover your contacts automatically for absolutely free!
DiskInternals Address Book Recovery offers sophisticated yet fully automatic approach to data recovery. Being a specialized data recovery application targeted to restore your Windows Address Book (WAB) contacts, it provides unprecedented success rate restoring your contact information.
General-use data recovery applications rely on the file system to locate information about files they attempt to restore. This works relatively fine if your hard drive suffered minor damage, but it fails to do the job if your entire file system is corrupted or if you have an inaccessible disk.
DiskInternals Address Book Recovery scans your entire hard drive looking for address book contacts in pretty much the same way as modern anti-viruses scan your hard drives for viruses. DiskInternals Address Book Recovery uses a database of characteristic signatures that unambiguously define the beginning and the end of each file.
What if your computer is just fine as well as your hard disk, but your address book information has been lost after a crash caused by Outlook Express or another application accessing Windows Address Book? In that case your entire address book may become corrupt and unreadable by Windows or Outlook Express.
Don?t panic! DiskInternals Address Book Recovery will help you rescue the corrupt address book by carefully recovering contacts one by one and exporting them into a fresh WAB file or a set of vCards in VCF format. Even if your corrupt address book contains complete garbage, DiskInternals Address Book Recovery may still be able to locate a deleted copy of an old version of your address book and recover your contacts from there.
<<less
Download (1010K)
Added: 2007-09-24 License: Freeware Price: $0
777 downloads
OutlookExport 1

OutlookExport 1


OutlookExport gives you the ability to export multiple Microsoft Outlook contacts in VCARD format in one click. more>>

OutlookExport 1 gives you the ability to export multiple Microsoft Outlook contacts in VCARD format in one click. Now you can export all your contacts in VCARD format so you can import it in mobile phone, PDA.

Major Features:

  1. Select Outlook folder, contacts sub-folder, one or more contacts export in VCF (VCARD) format.
  2. The software is not a add-in of Outlook, it use ActiveX to connect to Outlook, but works stand-alone. Don't try to add-in like plug-in in outlook. Just launch the .exe file you find in install folder.
<<less
Download (5.4MB)
Added: 2005-07-26 License: Freeware Price:
185 downloads
Dawn 5.4 Build 5402

Dawn 5.4 Build 5402


It recognizes a plethora of information stored in many address books, from nickname to pager number more>>
If you have ever wanted to switch E-Mail programs or even simply use that WordPerfect address book in Outlook Express you have no doubt been put off by being forced to retype every single address by hand. Well, retype no more.
Dawn Version recognizes a plethora of information stored in many address books, from nickname to pager number. Aside from converting, you can display addresses onscreen and edit any or all information in each record and each operation is described in detail in the online help included with the package.
Dawn works with the following programs:
- Becky! versions 2.00.08)
- Corel WordPerfect Address Book 8.x
- Eudora versions 3.0, 4.3, 5.0, 5.1, and 5.2
- ExecMail / Simeon
- Internet Explorer / Outlook Express
- Windows Address Book (WAB) 4.0 - 6.0
- Juno 2.0 - 5.0
- Mozilla
Netscape 3.0 - 7.0
- MS Outlook 98 / 2000 / 2002 -- Outlook 97 not supported
- Opera versions 5.1, 5.2, 6.0, 7.0
- Palm support through Palm Desktop (read only)
- Pegasus Mail versions 3.12b, 4.01
- Pine (PC and UNIX)
- Other programs which can use/import/export LDAP/LDIF, vCard (VCF), Comma Separated Value (CSV), plain text, one per line or comma separated formats or store addresses in a text file suitable for extraction
<<less
Download (849KB)
Added: 2007-01-24 License: Freeware Price:
1051 downloads
 
Other version of Dawn
Dawn 5.2can now search the addresses displayed in Classic mode, vCard (VCF) support, Outlook 2002 support, Simeon/Execmail support, Becky! support, Title, First Name, Middle Name, Last name are now
License:Freeware
Download (648KB)
639 downloads
Added: 2008-02-19
Tails Export 0.3.2

Tails Export 0.3.2


Firefox extension that shows and exports microformats in your Firefox browser more>>
Firefox extension that shows and exports microformats in your Firefox browser Tails Export is an extension for showing and exporting microformats. Currently it supports the following formats:
rn* hCard [export to .vcf file]
rn* hCalendar [export to .ics file]
rn* hReview
rn* xFolk
rn* Rel-license
The statusbar contains a microformat logo that lights up when it detects known microformats. It is grey when it could detect none. rnrnClicking on the logo opens up the sidebar with a list of all microformats on the page.
For hcards and hcalendar microformats these contain an export button.It is now possible, via options, to set which of the above formats you want to detect and/or export.Also some debug options have been added so you can see the HTML, and in case of export, the exported content.
System requirements:
- Firefox: 1.5 ? 2.0.0.*
<<less
Download (40KB)
Added: 2007-08-06 License: Freeware Price:
809 downloads
Ad2Hand 1.1

Ad2Hand 1.1


Bluetooth Marketing using Bluetooth Advertising for Proximity marketing more>>
Ad2Hand 1.1 is one of the most popular bluetooth Marketing utilities using Bluetooth Advertising for Proximity marketing. Advertising to Mobile phones using Bluetooth Marketing software is one of the new ways to get ahead of your competitors, Bluetooth Marketing will reduce costs and increase the return on investment compared to your usual advertising techniques.r

When using Proximity Marketing via Bluetooth it is possible to target potential customers in a local area like a Club or Conference center and because nearly every person in the UK has a mobile phone and most of the mobiles are Bluetooth enabled you can send out Calendar events, Address information, Images, audio or event video.

Major Features:

  1. Bluetooth Marketing software is one of the new ways to get ahead of your competitors, Bluetooth Marketing will reduce costs and increase the return on investment compared to your usual advertising techniques.
  2. When using Proximity Marketing via Bluetooth it is possible to target potential customers in a local area like a Club or Conference center and because nearly every person in the UK has a mobile phone and most of the mobiles are Bluetooth enabled you can send out Calendar events, Address information, Images, audio or event video.
  3. With a range of 100m it is possible to scan for Bluetooth enabled mobile phones within proximity of device then depending on what you are trying to achieve with your campaign and send a small text voucher to bring customers closer then supply then with images, audio or video to sell your product or service.
  4. Bluetooth ads are made practical by the growing density of Bluetooth in Western countries.
  5. These are some of the files types that can be sent to mobile phones.
    • Images as .gif or .jpg files
    • Text as .txt files
    • Animated images as animated .gif files
    • Audio as mp3, mp4, wav and ring tones
    • Video as 3gp or mp4 files
    • Macromedia Lite as .wmv files
    • Java Applications as .jar files
    • Wallpapers
    • Business Card files and Calendar Event files (.vcf , vcard)
    • And any file supported by a mobile phone (even .xls, .doc, .pdf ,etc)
    • Applications (.sis)

Enhancements:

  • Improved delivery

Requirements:

  • System Requirements:
    • Microsoft XP pro or Vista
    • .NET framework version 2 or higher
    • .NET Framework 3.5 sp1
  • Hardware requirements:
    • Any computer desktop or laptop that can run Microsoft XP or Vista
    • One Bluetooth dongle - Preferred SENA UD100.
<<less
Download (224KB)
Added: 2009-06-26 License: Freeware Price: FREE
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1