Hello, I want to fetch more then 500 pdf's in my iphone/ipad application . How can I do this ? Any tutorials and examples ? Please help
Thanks in advance Nivrit Gupta
Hello, I want to fetch more then 500 pdf's in my iphone/ipad application . How can I do this ? Any tutorials and examples ? Please help
Thanks in advance Nivrit Gupta
This would help you
Extracting pdf text in Objective C
Best API for downloading files from the server is ASIHTTPRequest.
You can set number of documents downloading using setMaxConcurrentOperationCount
.