Im trying to PDF an image, my image size is 1MB, the final PDF is 20 MB. I have already compressed the image to its minimum usable size. What Can I do?
<cfdocument format="pdf" scale="50" overwrite="yes" localUrl="true" filename="result.pdf">
<cfoutput>
<img src="small.jpg" height="90%" width="90%" />
</cfoutput>
</cfdocument>
UPDATE: As has been pointed out, this question has been asked before. I dont want to delete it for posterity, but have voted to close it myself.