Allow to link a bulk of png or jpg files into one single pdf document
Supports Cyrillic charachters in file names. Very convenient for students who need to present homework as .pdf file If you need to support any specific characters or fonts, pleade modify line of code: font_path = 'Fonts/Arial/arialmt.ttf' font_name = 'Arial'
Insert into folder Fonts/Arial/ any font you need and then set the path and new font name like this: font_path = 'Fonts/Nwe_font/new_font.ttf' font_name = 'NewFont'