Is it possible to generate a PDF through monotouch (iPhone)? I noticed that reading and rendering a PDF has great support in the Apple API – but what about creating a simple PDF “on the fly”?
I want to generate a PDF report and add it as an email attachment from within my app. The only thing i found was a C# package called “itextsharp“, but it feels like overkill for my humble needs (I just need to dump a couple of DB tables).
Any hints or examples are welcome
I do not have an example, but support for creating PDF documents is native in iOS and the framework is available in MonoTouch.
Apple documentation