Hey I was able to solved the problem using Ghostscript directly:
-q -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dNumRenderingThreads=4 -r72 -dDEVICEWIDTH=2700 -dDEVICEHEIGHT=2700 -dEPSFitPage -sDEVICE=epswriter -sOutputFile=OutputFileName originalFileName
Thanks for the help :)