Python
Combine Png Images To PDF File
I want to combine all png files to a single PDF file. The following python script can make this task simpler. If you want to use the script, please make sure python can be installed and folder path and pdf file are correct. #! /usr/local/bin/python3 # -*- coding: utf-8 -*- Read more…