upload pdf via iOS app [closed] - iphone

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have a web-service that transforms an uploaded pdf into a flipping-book. I wan't to create an iOS app that allows the user to upload their pdf and recieve the flipping-book. What possibilities are there to upload pdf from iPhone/iPad ?
Is it possible via iCloud? Are there any other options?

You can probably register your app to open pdf files from whatever sources (like from mail attachments), here's an example of how it is done: how to register the app to open the pdf file in my app in ipad

Related

How to get video and audio file in ios app with google drive [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I have some video and audio file in my google drive and now i have integrate goolge drive sdk in my application.
I want to get that video and audio file form google drive and show it in ios application
How can i do this
I am surprised you asked this question here instead of looking at Google Drive iOS SDK documentation.
According to this use this API to list all files in a users Google Drive -
GET https://www.googleapis.com/drive/v2/files
There are plenty of other API's to list the files metadata without actually downloading the file etc. Hoep this points you in the right direction. Their documentation is extensive, check it out...

video editing like Aviary image editing or Instagram app [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am developing one application that upload videos with different effects as per show in image. now i want to edit the video same as image editing in Aviary SDK or instagram appliction.
Is any framework available for video editing in objective c?
By editing do you mean filters? Try GPUImage. Best one you can get for free.

Open .indd file in iphone application using objective-c? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need to open magazines in my iphone application. But magazines have extension .indd.
I found a lot but i can't get any clue or example how to do this.
So my question is
How to open .indd file using objective-c in iphone and if possible please provide me a link or demo example .
Thanks in advance.
With my knowledge a .indd file is a binary file. So you can do absolutely nothing with it on iOS. What you need is Indesign Server to parse / read those files.

How do I upload a video to YouTube from within an iOS application? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
In my iOS application I need to support the upload of videos to YouTube.
Is it possible to upload a video to YouTube within this application? If so, how can I implement this?
It is possible. There an API for it
http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Uploading_Videos

Recommend iPhone library for image gallery? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I would love to use a UIImagePickerController to browse and view images from my app's bundle. However this functionality doesn't seem to exist. Is there a library that replicates the functionality of the photo browser, but can use a list of images from the app bundle?
When GitHub is back online, check the Three20 repository of joehewitt with some awesome iPhone UI stuff. I believe it is the TTThumbsViewController you may want to take a look at.