HTBox / MobileKidsIdApp

Application for enabling storage and retrieval of important information on missing children.
Apache License 2.0
46 stars 44 forks source link

Generate PDF of child information #234

Open rockfordlhotka opened 6 years ago

rockfordlhotka commented 6 years ago

AS A PARENT I need the ability to generate a PDF containing all the information about my missing child. I can then send this PDF to law enforcement or other people I'm working with so that they have all the information necessary to assist in the process of finding and returning my child.

TECHNICAL INFO The PDF could be generated on the client device, or in an Azure service, but ultimately needs to be available for the end user to add to an email as an attachment.

bseebacher commented 6 years ago

Anyone know of any good cross-platform libraries to generate reports on a Xamarin app? Otherwise, we're going to have to push this to the cloud for rendering, which probably opens us up to some PII/regulation compliance headaches.

rockfordlhotka commented 6 years ago

Agreed, though I think the PII issues are minimal if we don't persist anything in the cloud, so it is data in flight (SSL) and in memory, and the result is a file on the phone.

bseebacher commented 6 years ago

Agreed - it's minimal risk, but something we should list in the terms / conditions / etc. (#62 #235) Something to the effect of "server side processes may be used as part of the service - data will not be persisted", etc.

(Here's the part where I mention that I am not a lawyer...)

binaryjanitor commented 6 years ago

Grabbing this for ThatConference GiveCamp

zhangxd6 commented 5 years ago

Did you look at the Essential Studio for Xamarin.Forms PDF Library by sync fusion? There is community license to allow to use it free.license link Disclaimer: I did not personally use this one before.

binaryjanitor commented 5 years ago

Jon grabbing this