extract and apply the image orientation from exif data in imageToPdf (#2073)

This commit is contained in:
Eric
2024-10-23 07:17:40 -04:00
committed by GitHub
parent bac81c930d
commit e0b77ca274
9 changed files with 93 additions and 33 deletions

View File

@@ -4,6 +4,6 @@ public interface UserServiceInterface {
String getApiKeyForUser(String username);
String getCurrentUsername();
long getTotalUsersCount();
}