documents
How can I create a web-based table of contents that links to specific places within a diverse collection of documents?
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,[详细]
2023-02-17 23:52 分类:问答iOS Saving Images to documents directory slowing down app
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[详细]
2023-02-15 17:33 分类:问答Copying files to Documents Directory results in failure
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.[详细]
2023-02-14 22:40 分类:问答Document Clustering in Objective-C
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[详细]
2023-02-10 19:50 分类:问答Plist NSMutableArray & NSMutableDictionary Issue
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[详细]
2023-02-10 03:40 分类:问答iphone pdf save to document store
I am rendering a pdf by creating a pdf context and giving it a path as defined below: NSFileManager *fileManager = [NSFileManager defaultManager];[详细]
2023-01-30 01:36 分类:问答iphone transferring files using iTunes, but not allowing user to see all of docs directory?
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.[详细]
2023-01-28 05:37 分类:问答MongoDB - How to query Embedded Documents from a collection
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\":[详细]
2023-01-26 18:22 分类:问答concatenating word documents and converting them to pdf
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[详细]
2023-01-23 23:58 分类:问答I have a plist that is an array of dictionaries I need to save to documents directory is this code correct?
Is the code below correct for saving to disk? // get the path to the \"Documents\" directory NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);[详细]
2023-01-23 21:42 分类:问答