I took this job from a friend of mine, who made a (quite simple) site using WordPress and asked me to figger out how to export certain articles to PDF. I'm totally new to WP (though I've been developing in PHP for years), so I was wondering if someone knows the right plugin for my use-case (if it already exists). The plugin should be able to do the following:
- Select articles
- Order these articles
- Select template for this article
- Select images
- Order these images
- Export all articles to PDF (but because the client is on OSX, a print-window would be fine too)
Is there such a thing, or should I build it myself?