I have a process that, as it moves through different departments, each department uploads some PDF files so that at the end of the process before finishing, all the PDF documents that each department uploaded in the form are sent via email to the client. Sometimes many of these PDF files exceed 20 MB in size, and usually the email sent to the client can contain 6 to 12 attached files, which would drastically increase the size of the email.
Is there any way to compress these files before sending them to the client?
Thank you in advance for your attention.