dvips your-file.dvi -p =num1 -l =num2 -o your-file.psAfter you do this,
your-file.ps will contain pages num1 through num2 of the dvi file. You can convert this to pdf by using ps2pdf as follows:ps2pdf your-file.ps
A place for me to share the little bits and pieces of useful and not so useful information that I come across from time to time.
dvips your-file.dvi -p =num1 -l =num2 -o your-file.psyour-file.ps will contain pages num1 through num2 of the dvi file. You can convert this to pdf by using ps2pdf as follows:ps2pdf your-file.ps