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 trialBernard Asante
2,808 PointsCan anybody suggest a good script that allows a user to compose pdf pages from html and then send as email or download?
The feature or script in question can be found on this website, http://perkinswill.com/
is there a tutorial or plug in any of the team treehouse team can suggest or help with?
Here is how it works User browses web site and adds content (eg project pages) User is able to add several pages Once they are happy, they can then down load the whole thing as a PDF
It seems the plugin is called my book composer if anyone has heard of it?....
3 Answers
Andrew McCormick
17,730 Pointsnot sure all that's involved with this setup, but I've had great success implementing TCPDF (http://www.tcpdf.org/) . With TCPDF I can use pretty basic html and css to create any pdf I need dynamically. I've used it to generate certifcates when people have completed courses with their names and courses on it, as well as just to create a PDF of selected content.
Ricardo Diaz
30,415 PointsNot sure if this is what you are looking for but there is a plugin called PDF24 article to PDF. https://wordpress.org/plugins/pdf24-post-to-pdf/screenshots/
kjvswift93
13,515 PointsI actually really like this set of iOS apps called ITTT (If this then that), which allow you to create your own custom workflows easily allowing to make one that will do just that.
Bernard Asante
2,808 PointsBernard Asante
2,808 PointsThank for you reply Andrew,
This is all still a bit new to me - would you be able to provide any assistance with setting this up on a word press platform? Basically i'm creating custom post so would like the user to be able to make and download / print post that are of interest to them?
Andrew McCormick
17,730 PointsAndrew McCormick
17,730 Pointssorry man. that's much bigger project than I could take on right now. I'm not aware nor have found any plugins that do anything like this out of the box. If you are interested in doing this yourself, I could help you think it out but I'd figure it's going to be a hefty project.