Hello fellow coders & codetts
I was wondering, if I needed to create a rich text formatted document using html and css, which will be used inside a UIWebView, could I then insert cocoa calls inside HTML tags? I do this in ruby, and many other langs do this as well, but I do not know if possible on the iphone.
My main goal is to display a report that will pull data from coreData entities, format it to look pretty, and then create a PDF for the user to email or print.
The only reason I am using HTML is that is what someone here @ StackOverflow mentioned that was the best practice for the iphone. But I would really like to be able to just create a PDF without the HTML and UIWebVIew, so If you know how this can be done, by all means do tell, the world wants to know.
thank u for your precious time