Reputation: 1605
I want to output a PDF using UIKit's PDF creation methods. I see plenty of information on the web about creating a graphic context in a PDF, but I want to create smart text tables whose cells the user can later copy and paste into other applications (Word, Excel, etc.). How do I do this?
Upvotes: 3
Views: 445
Reputation: 1637
Unfortunately, that's not trivial. I recommend you the libharu PDF library for iPhone as a good point to start from.
Upvotes: 2