컴퓨터 / Computer

Document Reader in JavaScript

ViewerJS is a combination of a number of excellent open source tools that are built on HTML 





별도 뷰어 없이 웹 브라우저 상에서 문서를 구성해서 보여준다. 모질라에서 만든 pdf.js 도 이와 유사하다. 



logo.svg 



프로그램을 설치하는 것도 간단하고 설치해서 쓰는 것도 간단하다. 




<a href="/web/viewer.html?file=yourpdf.pdf">Open yourpdf.pdf with PDF.js</a> 


위 링크와 같이 뿌려 주기만 하면 된다. 



사용법은 아래 두 링크를 참조.


 - http://www.nomadism.co.kr/14 

 - http://www.link-infotec.co.uk/articles/pdfjs-and-turnjs-magazine-viewer/


Comments