I am submitting a paper to an IEEE conf, which requires no bookmarks in the created pdf file. I didn't use any hyperref package in my Tex code, and created the pdf file through "dvi2pdf". I've done a lot of search on the internet for a possible solution, but till now none of them worked out. The deadline will be due soon.

These are all packages used in the tex file if they matter:
Code: Select all
\usepackage{booktabs}
\usepackage{slashbox}
\usepackage{threeparttable}
\usepackage{tabularx}
\usepackage{mathrsfs}
\usepackage{multirow}
\usepackage{siunitx}
\usepackage{slashbox}
\usepackage{dsfont}
\usepackage{amssymb}
%\usepackage{pifont}
%\usepackage{ifpdf}
\usepackage{cite}
\usepackage[dvips]{graphicx}
\usepackage{enumerate}
\renewcommand{\labelenumi}{\arabic{enumi}.}
\usepackage{ifsym}
\usepackage[cmex10]{amsmath}
\usepackage{cases}
\usepackage{mathtools}
\usepackage{algorithmic}
\usepackage{algorithm}
\renewcommand{\algorithmicrequire}{\textbf{Input:}}
\renewcommand{\algorithmicensure}{\textbf{Output:}}
\newtheorem{theorem}{Theorem}
\newtheorem{definition}{Definition}
\newtheorem{remark}{Remark}
\newtheorem{lemma}{Lemma}
\usepackage{array}
\usepackage{eqparbox}
\usepackage{subfig}
\usepackage{stfloats}