pdfviewer/README.md

15 lines
468 B
Markdown
Raw Permalink Normal View History

2023-07-21 16:59:07 +05:30
# PDF Viewer using PDF.js
PDF Viewer code for displaying content and related research
This repository contains code based on research performed related to the pdf js and its implementaitons.
## There are three folders
### bower components
Contains pdfviewer as an object and related dependencies compiled into js using bower
### pdfshow
Implementation of pdf.js using viewer using base64
### pdf with text highting layer
Using canvas and text highlighting layer
2023-07-21 16:30:32 +05:30