Display & annotate PDF files with Corona?

I am looking for a multi-platform development environment for a research/business application. Corona looks very exciting but I do not see a native library I could use to display and annotate PDF documents–a required function of the application. Does such a library exist? If not, could I access a library made for C or C++ from Corona using only Lua?

Thank you,

-d

Corona SDK does not have any real facilities to work with PDFs other than displaying them. With Corona Enterprise, you could access native libraries using C++ and create features that would be available in Lua.

https://docs.coronalabs.com/daily/native/index.html

Rob

Thank you Rob.

Corona SDK does not have any real facilities to work with PDFs other than displaying them. With Corona Enterprise, you could access native libraries using C++ and create features that would be available in Lua.

https://docs.coronalabs.com/daily/native/index.html

Rob

Thank you Rob.