Ciao,
puoi fari in vari modo, sperando per ciascuno che il metodo sia supportato dal browser dell'utente che guarda il sito.
iframe
embedcodice:<iframe src="URL_DOCUMENTO_PDF" width="600" height="500" frameborder="0"></iframe>
objectcodice:<embed src="URL_DOCUMENTO_PDF" width="600" height="500">
javascriptcodice:<object data="URL_DOCUMENTO_PDF" type="application/pdf" width="600" height="500"></object>
Ci sono varie librerie/script... la prima che mi viene in mente è: PDFObject