How can i import address book as CSV from HTC mobile - mobile-phones

How can i import address book information as CSV file from HTC mobile.. can anybody help me?

vCard format might be more appropriate.

Related

How to work with excel files in Node.js

I am new in Node.js development and i don't know how to import excel file in Node.js. And how to display excel data in browser any help related to this will be appreciated Thanks.
Check those links:
https://npmjs.org/package/excel
&
Node.JS/C++/Python - edit Excel .xlsx file
You can browse on npmjs.org to find a package that helps you in it.
For example:
https://npmjs.org/package/excel
Or if you want the raw file, you can also use fs:
http://nodejs.org/api/fs.html

How to convert .eap file?

I have a situation here:
I have a .eap file and i have a tool available i.e., StarUML. I need to import the .eap file contents into StarUML.
Basically, i need to know how can i convert the .eap to some format to import into StarUML.(StarUML takes .mfg and .xmi as import)
Thanks in advance.
The .eap files I'm familiar with are Enterprise Architect.
There may be another approach, but I suspect you'll need to get a copy of EA and open your file. Whatever models it has in it, open each and right click on the model, you'll see an Import/Export menu. You can then export .xmi format.
You can open and edit eap files with MS Access.
For EAP files created in EA version 12.1 it is Access 2007.
Here is an overview of the internal structure.

How to read and modify latitude and longitude data of jpg file in vc++

I'm working in vc++ 08. I need to read EXIF data of particular JPG file and modify it. In that mostly I need to read Latitude and Longitude data of JPG file and modify it. I searched for library that can give me access to EXIF data of JPG file but after all efforts I ended up here. I don't think there is any header file that can give me access of EXIF data of JPG file in vc++. Please help me out. Any examples will be appreciated. Or referce to any library for read and modify EXIF data of JPG file also appreciated.
Thanks in advance...
Try the Adobe XMP toolkit
It can work with EXIF GPS data - not just XMP and is native C++
Finally got it.
Use exiv2 library. It gives all access to exif data of image file. You can read and modify exif data very easily using this.
And more importantly it is free and open source.
Detailed usage : http://linux.die.net/man/1/exiv2

reading with CGPDFDocumentRef and saving PDF

i am reading PDF files using CGPDFDocumentRef but now i want to save that PDF file in my iPhone, how to do it, what to use ? if any example is giving it will be highly appreciated. Thanks :)
Check out the way Apple does it in their Quartz 2D Programming Guide (specifically Listing 13-4).

opensource office DOC reader

Is there any open source .doc reader available(other than openoffice)?
i am looking for a light weight office doc reader written in C.
Thanks in advance!
If it's just for reading and printing files Microsoft has it on their site.

Resources