My application uses Core Data to store 6 attributes for each record, as well as for an image. I have several users asking for a function where they can print what they entered. I can export the master data records to a CSV file, but what about images? cvs is not very suitable for the average user. They will need to pull it into the spreadsheet application (if any) and play with it to make it usable. But there is no way to export images to a CSV file.
I would really like the button to press the button, and the application will create a report or a PDF file or something that they can send by email, or pull it out from iTunes, and it will be formatted in lines using records, attributes and images.
Any ideas? Can someone point me to the fact that I can transfer my main data attributes (6 text lines and image) and display them on a pretty .pdf or web page?
source
share