A lot of info can be gathered from the Degree Audit.
Using pdfimages running
pdfimages -l 1 ~/Desktop/IRISLink.cgi.pdf images
and then using imagemagick
convert images-0000.ppm user.png
gets you an image of the user that can be used for profile image.
Using pdftohtml can derive all of the text of the degree audit. Such as user's name, major/minor, courses needed, any easy way to calculate progress with credits acquired vs credits applied
A lot of info can be gathered from the Degree Audit. Using pdfimages running
and then using
imagemagick
gets you an image of the user that can be used for profile image.
Using pdftohtml can derive all of the text of the degree audit. Such as user's name, major/minor, courses needed, any easy way to calculate progress with credits acquired vs credits applied