Functionality spec - is this possible to achieve?
I have a request from a client for an app that requires certain functionality I am unsure is possible. I am happy to learn how to do it if it is possible but just wanted to get a yay or a nay as to whether this should be possible to implement.
App is for iPad only.
The app is to be used by Health & Safety inspectors and needs to generate and email a report (ideally in pdf format) to a designated recipient.
The app will consist primarily of a form where each form field requires the inspector to enter a value
The inspector can include a photo associated with any of the form fields (the photo can be taken using the iPad camera or one chosen from the photo library on the iPad.
Once the form has been completed clicking on a Submit button will send the data to an external server and the server will deal with creating the pdf and emailing it.
I have created PDF files on the fly before using PHP so I know that in theory this is possible but I just need to get some reassurance that I will be able to implement the entire process described above.
I am not looking for a ready made solution - just really some reassurance this is technically possible without too many headaches. If you can spot any problematic elements please let me know.
Thanks
Paul
