Pergunta
CFPDF Optimize Creating Bigger Files
I am running this on CF10 -
<cfpdf
action = "optimize"
source = "original.pdf"
algo = "nearest_neighbour"
pages = "*"
destination = "new.pdf"
overwrite = "true">
Instead of optimizing the PDF file, it creates a larger file.
I noticed the issue is happening only when my PDF contains images.
Anyone having the same issue?
