documents

MS Word documents to rtf documents

Hi all, I've a problem: my application must convert ms word documents (imported from another system) into rtf documents, in order to be manipulated with OOo APIs and to be immune from mistakes (for coding incompatibility reasons). I ask you: how can I manipulate ms word documents directly from my Java application? There are APIs (like...

When installing an App to the iPhone, is there a way to install files to the App's Documents folder?

When installing an App to the iPhone, is there a way to install files to the App's Documents folder? To say it another way: When the user downloads an App and installs it on their iPhone, I want to automatically install some files to the App's Documents directory. For example: I have a file foo.txt that I create at development time fo...

Recorded Audio Files

hi i have a application in which i record the user voice and save it into documents folder. now i want to get it back in to the photo library of the iphone or i want to download it so that user can share it with anybody.i am sending mail of the recorded file but if the file size is greated than 8 mb its not allo me to send the email wi...

Web based version control for documents

I'm looking for a Version Control system that has a pretty front end that I can customize to look the way I want. Users need to have the ability to upload documents and edit them - Based on their access level. Some documents will require a higher access level to edit. Some documents will be available for download to all users and some w...

How do I save an NSMutableArray w/ UIImgeViews to the iPhone's document direcory

I have an NSMutableArray that holds multiple and changing amounts (that's why I am using an NSMutableArray) of UIImageView's that I want to save and also in return load when my app quits and loads. Also, how would I then, after my app loads, get the image viws out of the array ...

VB Script Documents.Open throwing 424 error

So I have a vbs script: Function test2open( sSourceFile, sPDFFile ) Dim wApp ' As Word.Application Dim wDoc ' As Word.Document logStream.writeline "inside test2open" on error resume next Set wApp = CreateObject("Word.Application") logStream.writeline Err.Number Err.Clear Set wDoc = wApp.Documents.Open("c:\Windows\Temp...

Plist not saving from dictionary (to Documents)

I've been trying to save a plist of a NSDictionary to my app's Documents folder. I haven't tried this on the device yet but I'd like it to work on the simulator for testing purposes. The [self createDictionaryFromChoreList] method just creates a NSDictionary from some data in another class of mine. I've pretty much copied/pasted this cod...

Adding file to Documents Directory (or elsewhere)?

Hello, I want to initialize my app with a small sqlite3 DB. I tried to put it in the Documents directory, but sometimes it copies it with zero size and sometimes it doesnot copy it at at all. How sholud I initialize my app with a DB full of info? Thankyou ...

How to load a file into Iphone documents directory?

I have several large files that I want to load into the applications document folder and then call up from there on demand. The suggestion I've seen is to put them in the resources folder and then when the application loads copy them into the documents folder. I assume that if I do this, these large files will all be loaded into memory...

Best way to retrieve certain field of all documents returned by a lucen search

Hi, I was wondering what the best way is to retrieve a certain field of all documents returned by a Searcher of Lucene. Background: each document has a date field (written on) and I would like to show a timeline of all found documents, so I need to extract the date (day) field of all the documents I find with the search. I currently r...

Why would a file created and stored in the iPhone Documents directory be inaccessible when rerunning my application?

This is driving me crazy! I would really appreciate your help... My app saves a .png (referencing a photo taken within the app) to a file in the iPhone Documents directory. The app then creates and displays a UIImage from the file with no issues - but only until the app is rerun an arbitrary number of times. I think this may be related ...

Visual Studio Script Documents macro for javascript

Hi I think it would be quite useful to have a macro where, I fire it on a javascript file in Visual Studio (the file being embedded into the dll) and it takes me to the corresponding file in Visual Studio Script Documents. I doubt anyone has written one (nice if you have :-)) but I bet theres something similar out there. So the que...

Multipage WIA scan (docfeeder) scans 1 page and blocks scanner

Using C# (VS2008) and WIA - scanning to TIFF format; When I use the scanner for 1 page on the flatbed or document feeder the method executes without any problem. When I load multiple forms into the feeder the execution halts after scanning the first page (keeping status: "scanning to pc") but does not scan the next page(s). The method r...

How to display (converted) Word document content in Sharepoint

There is Page Viewer Web Part which can display HTML page. Is there another webpart that can display the content of the Word document or alternatively a way to convert a Document from inside OOTB Sharepoint? ...

Display Text From a Document's File - iPhone SDK

Does anyone know how to display a text file, if its in the "Documents" folder of the iPhone application? The extension might not always be ".txt", but I would like to give it a try. Thanks, Kevin ...

Read Text File in Document Folder - Iphone SDK

Hello everyone I have this code below: NSString *fileName = [[NSUserDefaults standardUserDefaults] objectForKey:@"recentDownload"]; NSString *fullPath = [NSBundle pathForResource:fileName ofType:@"txt" inDirectory:[NSHomeDirectory() stringByAppendingString:@"/Documents/"]]; NSError *error = nil; [textViewerDownload setText...

Providing help documentation in VB.NET?

I have written up troubleshooting documents for my project and would like them included in my program. I remember in VB6 there was a very easy way to do this with a control, where it already has the help document tree set up on the left and you just set it to point to certain files. Does something like this exist for .NET? I am aware of...

.net printing multiple reports in one document (architecture question)

I understand how to print a single document via the PrintDocument class. However, I want to print multiple reports in one document. Each "report" will consist of charts, tables, etc. I want to have two reports per page. I've studied the few examples I can find on how to combine multiple documents into one; however, they always seem t...

Load array from plist in Documents Directory

Hi all ! I use to load plist which are in my main Bundle (Ressource folder) into an array using : NSString *path = [[[NSBundle mainBundle] resourcePath]stringByAppendingPathComponent:nomPlist ]; NSMutableArray *tmpQuestion = [[NSArray alloc] initWithContentsOfFile:path]; arrayQuestion = [ [NSArray alloc] initWithArray:tmpQuestion]; ...

Document management, SCM ?

Hello, This might not be a hard core programming question, but it's related to some of the tools used by programmers I suspect. So we're a bunch of people each with a bunch of documents and a bunch of different computers on a bunch of operating systems (well, only 2, linux and windows). The best way these documents can be stored/manage...