How to make preview jump to a specific line on startup

I am using TexLipse for working with latex, producing pdfs as output. I have configured it to use preview as viewer using this command line:

open -a "/Applications/Preview.app" %fullfile

Where %fullfile is the name of the file to be opened. TexLipse supports the adding of a %line argument, that can be passed to the viewer to make it jump to the position where the cursor in the editor is at. However, I could not find a way or any documentation on how to pass that argument to preview. Can anyone explain how to achieve this? Is it even possible?


If you are working with LaTeX, you should use Skim.app not Preview.app

Skim has support for moving bi-directionally between LaTeX source and the PDF, to a specific line in either the source or PDF file.