Code Print

Making PDF of Program Code (for the Create PT)

You need to make a PDF of your code and you also draw an oval and rectangle onto the PDF to highlight certain parts. There are a few options for this.

  • Use CodePrint - a tool for doing everything from the browser.

Details: how to make a pdf of your code

Step 1 - copy your code from P5.js editor

  • Select all the code(highlight all with your mouse or Ctrl+A or Command+A)
  • Copy it (Ctrl+C or Command+C)

Step 2 - paste the code into a page or doc for printing

  • If using CodePrint
    • This tool lets you draw rectangles and ovals over a pretty-ified version of the code (diagram below)
    • If you can print a PDF from the browser, this should be all you need.