웹프로그래밍

Global It Leader!!


jQuery


 
 

PDF.js 를 이용한 브라우저상에서 PDF 바로 보기

페이지 정보

작성자 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 1건 조회 2,896회 작성일 21-03-02 00:24

본문

<?php

header('Content-Type: text/html; charset=utf-8');

?>

<style>

* {padding:0; margin:0}

#pdf {height:100%}

</style>

<!-- <div id="results" class="hidden"></div> -->

<div id="pdf"></div>

 

 

<!--<script src="/js/pdfobject.min.js"></script>-->

<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfobject/2.1.1/pdfobject.min.js"></script>

<script type="text/javascript">

var options = {

pdfOpenParams: {

navpanes: 0,

toolbar: 0,

statusbar: 0,

view: "FitV",

pagemode: "thumbs",

page: 0

},

forcePDFJS: true,

PDFJS_URL: "/lab/test.pdf"

};

 

var url = '/lab/test.pdf';

var myPDF = PDFObject.embed(url, "#pdf", options);

 

</script>

댓글목록

운영자님의 댓글

no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

<div class="paper" id="pdf1" style="height:1181px;">
<object type="application/pdf" data="../data/mojib/202012241126065fe3fc3e97ed5.pdf#page=1" width="100%" height="1190px" id="pdf" internalinstanceid="4">
<p>파일 열람을 위해서는 아크로뱃 리더 설치가 필요합니다. 아래 링크를 클릭하여 리더를 다운로드 받으세요.<br><a href="http://get.adobe.com/kr/reader/" target="_blank"><img src="http://www.adobe.com/images/shared/download_buttons/get_adobe_reader.png" alt="Get Acrobat Reader web logo"></a></p>
<param name="wmode" value="transparent">
<param name="src" value="../data/mojib/202012241126065fe3fc3e97ed5.pdf#page=1"></object>
</div>

<script src="../js/pdfobject.min.js"></script>
<script>
$(document).ready(function() {
if(PDFObject.supportsPDFs){
var options = {
page: 1
};
PDFObject.embed("../data/mojib/202012241126065fe3fc3e97ed5.pdf", "#pdf1", options);
}else{
$("#pdf1").html('<div class="bx1_wh tac mtp10 mbp10 fs1">PDF미리보기를 지원하지 않는 브라우저입니다.<br>PDF파일을 다운로드 후 확인해주세요.</div>');
$("#pdf1").height("100%");
}
});

function goPagePdf(pg) {
var options = {
page: pg
};
PDFObject.embed("../data/mojib/202012241126065fe3fc3e97ed5.pdf", "#pdf1", options);
}
</script>

전체 142
게시물 검색
jQuery 목록
번호 제목 글쓴이 조회 날짜
42 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3292 04-04
41 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3285 01-12
40 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3269 02-23
39 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3263 11-03
38 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3243 12-27
37 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3209 04-23
36 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3194 09-05
35 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3087 03-06
34 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3052 09-23
33 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3014 02-04
32 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2947 02-04
열람중 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2897 03-02
30 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2825 01-20
29 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2767 10-06
28 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2766 03-26
27 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2754 01-30
26 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2741 08-18
25 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2672 11-06
24 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2665 10-28
23 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2621 09-11