Hello,
I use MultiMerge() to merge several DOCX files, then I transform them into PDFs with TransformDocAdvMSWord().
Is there a possibility to compress the final PDF or choose the quality?
For example, with a 3-page document, the DOCX from the MultiMerge weighs 28KB, and the PDF is 516KB, which is too large.
I tested compressing the final PDF with an online compressor, and the result was 55KB. However, I would love to compress it directly in my PHP if possible.
Thanks for your help.