Hi for everyone,
I'm new developing ios applications. I'm develop an app where users can connects to website and downloads a pdf using WKWebView. I need to open this downloaded pdf to allow user fill it.
I have the problem that pdfs are receipts or delivery notes with fields that are calculated automatically with JavaScript code. I tried with PDFView but calculated fields don't work. I also tried WKWebView but I couldn't complete the pdf form. Opening the pdf with Adobe Reader DC application it works correctly but I need to return the completed pdf to my app to upload it to a web service.
What can I do? There are a solution?
What is the correct way to programmatically open a form pdf from my iPad application?
Thanks!
P.S.: Sorry if it's badly written, I'm Spanish and I know little English. I used a translator.
Is there any kind of shared folder in IOS where all applications can access?
Not as such. However, iOS has a full-featured document architecture that lets you share your documents with other apps and vice versa. This document model has been repeatedly extended over the last N releases, so I’m not sufficiently up to speed on it that I can explain it here (my focus is mainly on low-level stuff). A good place to start would be WWDC 2018 Session 216 Managing Documents In Your iOS Apps.
IMPORTANT This will only work if the other app is integrated with the document architecture. I don’t use Adobe Reader so I can’t say whether that’s the case.
Share and Enjoy
—
Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
let myEmail = "eskimo" + "1" + "@apple.com"