Jump to a particular page when embedding pdf document in HTML
问题 I am trying to embed pdf file in HTML: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <head> <title></title> </head> <body leftmargin="0" topmargin="0"> <embed src="mypdffile.pdf#page=9" style="width:595px; height:841px;"></embed> </body> According to PDF SDK https://docs.google.com/viewer?url=http://www.adobe.com/devnet/acrobat/pdfs/pdf_open_parameters_v9.pdf#search=&embedded=true&chrome=true it is possible to jump to a particular page