code4recovery / pdf

Meeting schedule PDF generation service
https://pdf.code4recovery.org
MIT License
3 stars 2 forks source link

Meeting Schedule PDF Generator

This service accepts a Meeting Guide-formatted JSON feed and returns inside pages for a PDF meeting schedule.

This system is designed for weekly in-person recovery meetings. It does not display online-only, inactive, or by-appointment meetings.

Assemble a PDF

This service provides the inside pages of a meeting book. To create the outer pages and merge it all into a single PDF:

  1. Decide on a paper size. The default is 4.25 x 11, so that it can be printed on standard US Letter and stapled down the middle.
  2. Create a Google or Word doc at that paper size. Here is an example "before" Google doc you can copy. (Note: Google Docs doesn't support custom paper sizes, but the Page Sizer app will enable that functionality).
  3. Download it as a PDF, taking note of how many pages it is.
  4. Now generate your inside pages at (pdf.code4recovery.org)[https://pdf.code4recovery.org]. Set the paper size and starting page number according to the results of the steps above.
  5. Open the downloaded PDF document locally. I used Preview (on Mac) for this. Then you can drag your "Meeting Directory Before" PDF to the start of this document, in the thumbnails area on the left side. (Note: I found that it works better if I add my Google Doc to my generated PDF, and not vice-versa).
  6. If you don't want to add content after the meetings, you're done! If you do then here is an example "after" doc you can copy.
  7. Set the page numbers to start where they need to and save the PDF locally.
  8. Now drag it to the bottom of your thumbnails in Preview and hit save. Now you have a complete meeting schedule PDF.

Booklet printing

Once nice way to use this is to print a meeting booklet for a central office. To get booklet printing to work properly, the first step is to assemble the booklet following the instructions above.

You will need a duplex printer and a program such as Adobe Reader (free) to print bookletized. Open the file in Reader, hit Print, and:

This should print a stack of pages that you can fold and staple down the middle. Voila!

Next steps