トニイ@FTEX です。

> ところで,\begin{document}のすぐあとにこれを入れると,最初の
> ページに空白が出力されてしまうのは,仕方がないのでしょうか?

\newpage を省いても駄目ですね。
苦し紛れに,そのページで \enlargethispage を使ってみました。

% pLaTeX2e
\documentclass{jsarticle}
\usepackage[dvips]{graphicx}
\begin{document}%
\enlargethispage{200truemm}% 苦し紛れに追加 (^_^;)
\thispagestyle{empty}%
\vspace*{-1truein}%
\vspace*{-\topmargin}%
\vspace*{-\headheight}%
\vspace*{-\headsep}%
\vspace*{-\topskip}%
\noindent\hspace*{-1truein}\hspace*{-\oddsidemargin}%
\includegraphics[width=\paperwidth,height=\paperheight]{tiger.eps}
\end{document}

====
トニイ@FTEX <tony.ftex@nifty.com>
@nifty FDTP & FTEX Web Page: http://forum.nifty.com/fdtp/