Download file merge_pdf.py and run py <path>/merge_pdf.py
.
Concatenate pages into one pdf file. New File located in the same directory as the first file.
Created in concern of privacy issues with uploading files to online sites.
Download file txt_to_csv.py and run py <path>/txt_to_csv.py
.
Read txt file, split on space
, and write to a csv file. New file located in the same directory as the txt file.