documents

iTunes Documents Directory in my app

Hi, how can I setup my app to accept documents via iTunes, like the Air Sharing or VLC app? I mean, I want to allow users to get content from the app using iTunes. Anyone know how? Thanks ...

.NET collection type for storing recent list

Is there a specific collection type in .NET which allows storing a limited number objects and removing the oldest element automatically? What's the easiest way to implement such "Recent Files" functionality? ...

Plist file exists in docs dir, but cannot be loaded into an array

The plist has the file suffix .xml and is a normal array of dictionaries. In the app delegate: #define docDir [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0] -(NSString *)cacheFile:(NSString *)filename sitepath:(NSString *)url { NSMutableString *retfn=[NSMutableString string]; ...

Cancel documents in the printer queue from java in windows

Is it possible to cancel a print job once it has already been put into the document queue in windows with java code? ...

Scanned Image to Readable Text

I am wondering is there a way to get scanned image with text to be converted to readable text by writing code for it? Is that possible? ...