PDF file editing save and read editable file again - ios

I have a problem that PDF file editing . From my app, when an OpenIn menu is shown, I'll choose an application to open the file adobe reader in iphone device( ex:UIDocumentInteractionController to share with adobe reader) and the PDF file is opened for edit in Adobe-reader. But after editing, how can I send it back to my app or get the link where that editable PDF is saved ? How can I get this file?

Related

Search keywords in pdf file opened in UIWebview

Using web view to open and display pdf file. Actually this is an extension app. I am fetching pdf file from iphone mail app in the attachments using share extension. So far i am able to open pdf in web view but want to perform search on the pdf after opening in webview. Spent a day already but no luck so far. Tried using this link Search to highlight text in PDF using UIWebView
Kindly guide me. Hope i made my question clear.

How to make app intent for iOS app to download pdf externally?

I have wrapper app with some buttons to generate PDFs.
I would like to download PDF files to be opened by Adobe, now when I click on the button it open it within the app which make it unable to get back and I have to force closing the app.

PDF File Editing and Read Editable file in iOS?

I have a problem that PDF file editing . From my app, when an OpenIn menu is shown, I'll choose an application to open the file PDF Expert in iphone device( ex:UIDocumentInteractionController to share with PDF Expert) and the PDF file is opened for edit in PDF Expert. But after editing, how can I send it back to my app or get the link where that editable PDF is saved ? How can I get this file?
You can't, unless you app registers it self that it can also open PDF file. Then if PDF Expert has an option the open the file in an other app the user will be able to open it your again.
There is not build in feature in the iOS SDK that lets you get a file from an other app.

UIwebview filetype on clicking

I have a link containing excel file in gmail which i open in safari browser of ios device .
I want to open my application when i click on the link and download that file to the application document directory .
is it possible ?
if so please help me.
you should register the supported type with ios, in your case a excel file
read more # https://developer.apple.com/library/ios/#documentation/FileManagement/Conceptual/DocumentInteraction_TopicsForIOS/Articles/RegisteringtheFileTypesYourAppSupports.html#//apple_ref/doc/uid/TP40010411-SW1

Open pdf file in iBooks from my site

I need put link to pdf files in my site with conditions..:)
If is a iPad , i want save this pdf in iBooks library and open iBooks showing this file.
Is this possible?
Tks!
No, this is not possible. When the user views the PDF in Safari and has iBooks installed, there will be a button to open it in iBooks (or other apps that can read PDFs). You cannot automate this though.

Resources