create a PDF file

hello, i am about to begin working on creating an app which will record medical information such as sleep patterns, medication - doses and times - etc. and the client i am developing this for wishes to be able to create a PDF file to display this information, which could then be presented to a doctor.

the only problem is i havent got the slightest clue how to do this. does anybody have any suggestions?

Corona SDK doesn’t support creating PDF files directly.  You could use Corona Enterprise and include a native module to create them.  The other thing to do is to use an online service to produce the PDF.

Rob

> does anybody have any suggestions?

I would suggest sending data from a mobile app to a serverside language (like Java or PHP: https://www.google.com/#q=PHP+PDF+generator) then send the file back or email off a link to the generated file.

Corona SDK doesn’t support creating PDF files directly.  You could use Corona Enterprise and include a native module to create them.  The other thing to do is to use an online service to produce the PDF.

Rob

> does anybody have any suggestions?

I would suggest sending data from a mobile app to a serverside language (like Java or PHP: https://www.google.com/#q=PHP+PDF+generator) then send the file back or email off a link to the generated file.