Reputation: 11338
I want to create a table in a PDF, in which the data are coming from my iPhone app. How can i do that?
Upvotes: 6
Views: 1906
Reputation: 6708
Check out below link there are many other links to do so, it is called table of contexts.
pdf file text reading and searching
Upvotes: 0
Reputation: 4517
You can achieve the same with Quartz 2D, I found an excellent tutorial for this :
How To Create a PDF with Quartz 2D in iOS 5 Tutorial Part 2
Upvotes: 2