dev #27

Merged
Thibaut merged 5 commits from dev into master 2025-02-06 13:31:44 +00:00
Showing only changes of commit b983f4e3ec - Show all commits

View File

@ -135,7 +135,7 @@ public class Main {
// Adding member photo
Image memberPhoto;
if (pdfData.photo_file != null && pdfData.photo_file.exists()) {
if (pdfData.photo_file != null && pdfData.photo_file.exists() && pdfData.photo_file.getAbsolutePath().equals("/dev/null")) {
memberPhoto = Image.getInstance(Files.readAllBytes(pdfData.photo_file.toPath()));
} else {
memberPhoto = Image.getInstance(