I use pdftk to compress a pdf using the following command line
pdftk file1.pdf output file2.pdf compress
It works as the weight of my file decreased.
Are there [options] to change the compression???
Or maybe other solutions to compress my file? It is heavy because some graphics have a lot of points. Is there a way to convert these graphs to jpg for instance and adapt the compression?