MAX_PAGES = 100000

This commit is contained in:
OUNZAR Aymane 2025-11-12 11:23:06 +01:00
parent 13df3ecdba
commit b3be9c6234

View File

@ -50,7 +50,7 @@ public class MultiPageLayoutController {
public ResponseEntity<byte[]> mergeMultiplePagesIntoOne(
@ModelAttribute MergeMultiplePagesRequest request) throws IOException {
int MAX_PAGES = 10000;
int MAX_PAGES = 100000;
int MAX_COLS = 300;
int MAX_ROWS = 300;