ed94133
ed94133

Reputation: 1605

How can I output tables to a PDF file with the iPhone SDK?

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

Answers (1)

Ruben Marin
Ruben Marin

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

Related Questions