I am looking for a way to create a report in an iPad, a lib in c, c++ or objc or something.
What i want to do, is to fill an invoice data, and let the user choose his template from a set. The report must be a PDF.
edit:
I actually need something like crystal reports, or a way to have lots of predefined templates and be able to render them.
edit2:
In the end i had to create an own report-system to handle the creation of the pdf.
Here is the official documentation for creating pdf’s.