그누보드5 플러그인 PDF 뷰어 페이지 정보 작성자 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 98회 작성일 23-08-21 15:58 본문 레퍼런스 : https://pdfobject.com/ 게시판에서 PDF로 업로드이후에 버튼 클릭시 다운로드가 아닌 바로 열리게 하는게 필요해서찾아보다가 유용할것같아서 올리게 되었습니다. <!doctype html> <html> <head> <meta charset="UTF-8"> <title>PDF</title> </head> <body> <div style="display:flex"> <div onclick="location.href='pdf.html';">본문보기</div> <div onclick="location.href='pdf1.html';" style="margin-left:20px">표지보기</div> </div> <div id="example1" style="height:2000px;"></div> <script src="./pdfobject.js"></script> <script>PDFObject.embed("./sample.pdf", "#example1");</script> </body> </html> 첨부파일 pdf.zip (6.0K) 0회 다운로드 | DATE : 2023-08-21 15:58:57 관련링크 https://demo2022.iwinv.net/pdf/pdf1.html 27회 연결 목록 댓글목록 댓글목록 등록된 댓글이 없습니다.