Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial

Ryan Barone
7,079 PointsDoes anyone know how to print data from Core Data to a formatted report (using Swift)? Thanks!
I currently have an app storing strings, ints, photos (as binary data), using Core Data. I would like to take this information and print it to a formatted, full-color document (rather than simply a text file). A potential thought is that I could have a PDF that is formatted the way I would like and has blank placeholders where the information would be filled in; then I would need to print data based on pixels from the top/left/right/bottom of a page (similarly to the way absolute referencing works with CSS). I have been unsuccessful with implimenting this concept though.
This video seems to accomplish part of the idea (lacks color or images) but doesn't say how: https://www.youtube.com/watch?v=SDlYwDMGOBI
Does anyone know how to print data from Core Data to a formatted report (using Swift)?
Thanks in advance for the help!