I would like to edit the title of the final pdf file. Following this post I got the following code, which works perfectly
\documentclass{article}
\usepackage{hyperref}
\hypersetup{pdftitle={Title I want}}
\usepackage{graphicx}
\begin{document}
This file is not completely empty.
%\includegraphics[width=0.7\textwidth]{fignu05.eps}
\end{document}
Compilation is done through latex+dvips+ps2pdf.
My problem appears when I uncomment the includegraphics line. For some reason, the meta data of the picture (which is " Test.eps ") erases the " Title I want " and I don't know how to solve this.
I tried placing the hypersetup command after the includegraphics one, this does not solve the problem.
Any help would be greatly appreciated.
EDIT : answering to a comment below, I share the image here.