How can I create a web-based table of contents that links to specific places in a variety of document formats (unspecified: I assume Excel, PowerPoint, Word,开发者_StackOverflow中文版 and PDF)? Also,
I 开发者_Python百科am currently writing an app where I allowing a user to select images from the photos app, and add them to my app.I find that when the users does this a couple times it is fine. The
I recently started playing around with the iPhone file system, at first I had some trouble understanding some concepts but I think that in the end I got them straight and flowing.
I am making an application that organizes a set of documents (ranging in number from a minimum of ~10 documents to a maximum of ~2000) into groups, based开发者_C百科 on the word/phrase content of each
i am having trouble trying to work the plist in my app. i have created a custom one and it is being copied to the documents folder so that the values can be added. i have so far setup everything and e
I am rendering a pdf by creating a pdf context and giving it a path as defined below: NSFileManager *fileManager = [NSFileManager defaultManager];
It doesn\'t sound like this is possible, but I will ask anyway. In my app, I store a lot o开发者_运维百科f images and plists in the documents directory.
Gurus - I\'m stuck in a situation that I can\'t figure out how I can query from the following collection \"users\", it has 2 embedded documents \"signup\" and \"activity\":
what is the best possible way to merge multiple docum开发者_如何学JAVAents and convert them to pdf. also we need to insert blank pages for every odd pages.A fully supported, server side automated vers
Is the code below correct for saving to disk? // get the path to the \"Documents\" directory NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);