The number of images is only limited by the file size of the PDF. You can shrink the image sizes to add more images and shrink the original PDF file size as much as possible, since embedded fonts use a lot of space, it’s best to reduce the number of fonts in the PDF to just 1. As a general rule of thumb, merged PDFs should be 4MB (+-) depending on server speed, PHP settings, and latency.
And also changing the following PHP settings;
memory_limit = 512M
post_max_size = 512M
output_buffering = 4096
max_execution_time = 300
max_input_vars = 4000
We remain at your service.