Skip to content

georgymh/occ-transcripts-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy OCC Transcripts (live here) is a helpful tool for students at Orange Coast College to access their transcripts. Using a simple two-step process, students can download their unofficial transcripts as a PDF file straight onto their device for printing, saving, or sending as an email attachment.

Why This Exist

The ability to print or download the unofficial transcripts is not an easy task and often requires staff assistance.

The majority of the time, students at Orange Coast College struggle to print or download their transcripts, resulting on delayed academic counselors meetings, missed internships applications, and failure to address important scholarships requirements.*

As a solution, Easy OCC Transcripts was created as an open source and free software for our students to print their transcripts without any hassle.

*The reason why this happens is because modern web browsers are unable to properly format and render the document for printing due to irregular framing.

How It Works

  1. A student types and submits their username and password

  2. The credentials are used to replicate a login action through the student portal

  3. Once the user is logged in, the script navigates to the transcripts page and requests it in HTML format

  4. The HTML is parsed, cleaned up, and slightly modified to make it look better

  5. A PDF is generated (in memory) from the HTML and offered as a download to the student

What Is Used

Made Possible By