├── .babelrc ├── .eslintrc ├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── bower.json ├── example ├── LICENSE ├── build │ ├── pdf.js │ └── pdf.worker.js └── web │ ├── cmaps │ ├── 78-EUC-H.bcmap │ ├── 78-EUC-V.bcmap │ ├── 78-H.bcmap │ ├── 78-RKSJ-H.bcmap │ ├── 78-RKSJ-V.bcmap │ ├── 78-V.bcmap │ ├── 78ms-RKSJ-H.bcmap │ ├── 78ms-RKSJ-V.bcmap │ ├── 83pv-RKSJ-H.bcmap │ ├── 90ms-RKSJ-H.bcmap │ ├── 90ms-RKSJ-V.bcmap │ ├── 90msp-RKSJ-H.bcmap │ ├── 90msp-RKSJ-V.bcmap │ ├── 90pv-RKSJ-H.bcmap │ ├── 90pv-RKSJ-V.bcmap │ ├── Add-H.bcmap │ ├── Add-RKSJ-H.bcmap │ ├── Add-RKSJ-V.bcmap │ ├── Add-V.bcmap │ ├── Adobe-CNS1-0.bcmap │ ├── Adobe-CNS1-1.bcmap │ ├── Adobe-CNS1-2.bcmap │ ├── Adobe-CNS1-3.bcmap │ ├── Adobe-CNS1-4.bcmap │ ├── Adobe-CNS1-5.bcmap │ ├── Adobe-CNS1-6.bcmap │ ├── Adobe-CNS1-UCS2.bcmap │ ├── Adobe-GB1-0.bcmap │ ├── Adobe-GB1-1.bcmap │ ├── Adobe-GB1-2.bcmap │ ├── Adobe-GB1-3.bcmap │ ├── Adobe-GB1-4.bcmap │ ├── Adobe-GB1-5.bcmap │ ├── Adobe-GB1-UCS2.bcmap │ ├── Adobe-Japan1-0.bcmap │ ├── Adobe-Japan1-1.bcmap │ ├── Adobe-Japan1-2.bcmap │ ├── Adobe-Japan1-3.bcmap │ ├── Adobe-Japan1-4.bcmap │ ├── Adobe-Japan1-5.bcmap │ ├── Adobe-Japan1-6.bcmap │ ├── Adobe-Japan1-UCS2.bcmap │ ├── Adobe-Korea1-0.bcmap │ ├── Adobe-Korea1-1.bcmap │ ├── Adobe-Korea1-2.bcmap │ ├── Adobe-Korea1-UCS2.bcmap │ ├── B5-H.bcmap │ ├── B5-V.bcmap │ ├── B5pc-H.bcmap │ ├── B5pc-V.bcmap │ ├── CNS-EUC-H.bcmap │ ├── CNS-EUC-V.bcmap │ ├── CNS1-H.bcmap │ ├── CNS1-V.bcmap │ ├── CNS2-H.bcmap │ ├── CNS2-V.bcmap │ ├── ETHK-B5-H.bcmap │ ├── ETHK-B5-V.bcmap │ ├── ETen-B5-H.bcmap │ ├── ETen-B5-V.bcmap │ ├── ETenms-B5-H.bcmap │ ├── ETenms-B5-V.bcmap │ ├── EUC-H.bcmap │ ├── EUC-V.bcmap │ ├── Ext-H.bcmap │ ├── Ext-RKSJ-H.bcmap │ ├── Ext-RKSJ-V.bcmap │ ├── Ext-V.bcmap │ ├── GB-EUC-H.bcmap │ ├── GB-EUC-V.bcmap │ ├── GB-H.bcmap │ ├── GB-V.bcmap │ ├── GBK-EUC-H.bcmap │ ├── GBK-EUC-V.bcmap │ ├── GBK2K-H.bcmap │ ├── GBK2K-V.bcmap │ ├── GBKp-EUC-H.bcmap │ ├── GBKp-EUC-V.bcmap │ ├── GBT-EUC-H.bcmap │ ├── GBT-EUC-V.bcmap │ ├── GBT-H.bcmap │ ├── GBT-V.bcmap │ ├── GBTpc-EUC-H.bcmap │ ├── GBTpc-EUC-V.bcmap │ ├── GBpc-EUC-H.bcmap │ ├── GBpc-EUC-V.bcmap │ ├── H.bcmap │ ├── HKdla-B5-H.bcmap │ ├── HKdla-B5-V.bcmap │ ├── HKdlb-B5-H.bcmap │ ├── HKdlb-B5-V.bcmap │ ├── HKgccs-B5-H.bcmap │ ├── HKgccs-B5-V.bcmap │ ├── HKm314-B5-H.bcmap │ ├── HKm314-B5-V.bcmap │ ├── HKm471-B5-H.bcmap │ ├── HKm471-B5-V.bcmap │ ├── HKscs-B5-H.bcmap │ ├── HKscs-B5-V.bcmap │ ├── Hankaku.bcmap │ ├── Hiragana.bcmap │ ├── KSC-EUC-H.bcmap │ ├── KSC-EUC-V.bcmap │ ├── KSC-H.bcmap │ ├── KSC-Johab-H.bcmap │ ├── KSC-Johab-V.bcmap │ ├── KSC-V.bcmap │ ├── KSCms-UHC-H.bcmap │ ├── KSCms-UHC-HW-H.bcmap │ ├── KSCms-UHC-HW-V.bcmap │ ├── KSCms-UHC-V.bcmap │ ├── KSCpc-EUC-H.bcmap │ ├── KSCpc-EUC-V.bcmap │ ├── Katakana.bcmap │ ├── LICENSE │ ├── NWP-H.bcmap │ ├── NWP-V.bcmap │ ├── RKSJ-H.bcmap │ ├── RKSJ-V.bcmap │ ├── Roman.bcmap │ ├── UniCNS-UCS2-H.bcmap │ ├── UniCNS-UCS2-V.bcmap │ ├── UniCNS-UTF16-H.bcmap │ ├── UniCNS-UTF16-V.bcmap │ ├── UniCNS-UTF32-H.bcmap │ ├── UniCNS-UTF32-V.bcmap │ ├── UniCNS-UTF8-H.bcmap │ ├── UniCNS-UTF8-V.bcmap │ ├── UniGB-UCS2-H.bcmap │ ├── UniGB-UCS2-V.bcmap │ ├── UniGB-UTF16-H.bcmap │ ├── UniGB-UTF16-V.bcmap │ ├── UniGB-UTF32-H.bcmap │ ├── UniGB-UTF32-V.bcmap │ ├── UniGB-UTF8-H.bcmap │ ├── UniGB-UTF8-V.bcmap │ ├── UniJIS-UCS2-H.bcmap │ ├── UniJIS-UCS2-HW-H.bcmap │ ├── UniJIS-UCS2-HW-V.bcmap │ ├── UniJIS-UCS2-V.bcmap │ ├── UniJIS-UTF16-H.bcmap │ ├── UniJIS-UTF16-V.bcmap │ ├── UniJIS-UTF32-H.bcmap │ ├── UniJIS-UTF32-V.bcmap │ ├── UniJIS-UTF8-H.bcmap │ ├── UniJIS-UTF8-V.bcmap │ ├── UniJIS2004-UTF16-H.bcmap │ ├── UniJIS2004-UTF16-V.bcmap │ ├── UniJIS2004-UTF32-H.bcmap │ ├── UniJIS2004-UTF32-V.bcmap │ ├── UniJIS2004-UTF8-H.bcmap │ ├── UniJIS2004-UTF8-V.bcmap │ ├── UniJISPro-UCS2-HW-V.bcmap │ ├── UniJISPro-UCS2-V.bcmap │ ├── UniJISPro-UTF8-V.bcmap │ ├── UniJISX0213-UTF32-H.bcmap │ ├── UniJISX0213-UTF32-V.bcmap │ ├── UniJISX02132004-UTF32-H.bcmap │ ├── UniJISX02132004-UTF32-V.bcmap │ ├── UniKS-UCS2-H.bcmap │ ├── UniKS-UCS2-V.bcmap │ ├── UniKS-UTF16-H.bcmap │ ├── UniKS-UTF16-V.bcmap │ ├── UniKS-UTF32-H.bcmap │ ├── UniKS-UTF32-V.bcmap │ ├── UniKS-UTF8-H.bcmap │ ├── UniKS-UTF8-V.bcmap │ ├── V.bcmap │ └── WP-Symbol.bcmap │ ├── compatibility.js │ ├── compressed.tracemonkey-pldi-09.pdf │ ├── debugger.js │ ├── images │ ├── annotation-check.svg │ ├── annotation-comment.svg │ ├── annotation-help.svg │ ├── annotation-insert.svg │ ├── annotation-key.svg │ ├── annotation-newparagraph.svg │ ├── annotation-noicon.svg │ ├── annotation-note.svg │ ├── annotation-paragraph.svg │ ├── findbarButton-next-rtl.png │ ├── findbarButton-next-rtl@2x.png │ ├── findbarButton-next.png │ ├── findbarButton-next@2x.png │ ├── findbarButton-previous-rtl.png │ ├── findbarButton-previous-rtl@2x.png │ ├── findbarButton-previous.png │ ├── findbarButton-previous@2x.png │ ├── grab.cur │ ├── grabbing.cur │ ├── highlight.png │ ├── highlight@2x.png │ ├── loading-icon.gif │ ├── loading-small.png │ ├── loading-small@2x.png │ ├── secondaryToolbarButton-documentProperties.png │ ├── secondaryToolbarButton-documentProperties@2x.png │ ├── secondaryToolbarButton-firstPage.png │ ├── secondaryToolbarButton-firstPage@2x.png │ ├── secondaryToolbarButton-handTool.png │ ├── secondaryToolbarButton-handTool@2x.png │ ├── secondaryToolbarButton-lastPage.png │ ├── secondaryToolbarButton-lastPage@2x.png │ ├── secondaryToolbarButton-rotateCcw.png │ ├── secondaryToolbarButton-rotateCcw@2x.png │ ├── secondaryToolbarButton-rotateCw.png │ ├── secondaryToolbarButton-rotateCw@2x.png │ ├── shadow.png │ ├── texture.png │ ├── toolbarButton-bookmark.png │ ├── toolbarButton-bookmark@2x.png │ ├── toolbarButton-download.png │ ├── toolbarButton-download@2x.png │ ├── toolbarButton-menuArrows.png │ ├── toolbarButton-menuArrows@2x.png │ ├── toolbarButton-openFile.png │ ├── toolbarButton-openFile@2x.png │ ├── toolbarButton-pageDown-rtl.png │ ├── toolbarButton-pageDown-rtl@2x.png │ ├── toolbarButton-pageDown.png │ ├── toolbarButton-pageDown@2x.png │ ├── toolbarButton-pageUp-rtl.png │ ├── toolbarButton-pageUp-rtl@2x.png │ ├── toolbarButton-pageUp.png │ ├── toolbarButton-pageUp@2x.png │ ├── toolbarButton-presentationMode.png │ ├── toolbarButton-presentationMode@2x.png │ ├── toolbarButton-print.png │ ├── toolbarButton-print@2x.png │ ├── toolbarButton-search.png │ ├── toolbarButton-search@2x.png │ ├── toolbarButton-secondaryToolbarToggle-rtl.png │ ├── toolbarButton-secondaryToolbarToggle-rtl@2x.png │ ├── toolbarButton-secondaryToolbarToggle.png │ ├── toolbarButton-secondaryToolbarToggle@2x.png │ ├── toolbarButton-sidebarToggle-rtl.png │ ├── toolbarButton-sidebarToggle-rtl@2x.png │ ├── toolbarButton-sidebarToggle.png │ ├── toolbarButton-sidebarToggle@2x.png │ ├── toolbarButton-viewAttachments.png │ ├── toolbarButton-viewAttachments@2x.png │ ├── toolbarButton-viewOutline-rtl.png │ ├── toolbarButton-viewOutline-rtl@2x.png │ ├── toolbarButton-viewOutline.png │ ├── toolbarButton-viewOutline@2x.png │ ├── toolbarButton-viewThumbnail.png │ ├── toolbarButton-viewThumbnail@2x.png │ ├── toolbarButton-zoomIn.png │ ├── toolbarButton-zoomIn@2x.png │ ├── toolbarButton-zoomOut.png │ ├── toolbarButton-zoomOut@2x.png │ ├── treeitem-collapsed-rtl.png │ ├── treeitem-collapsed-rtl@2x.png │ ├── treeitem-collapsed.png │ ├── treeitem-collapsed@2x.png │ ├── treeitem-expanded.png │ └── treeitem-expanded@2x.png │ ├── index.html │ ├── l10n.js │ ├── locale │ ├── ach │ │ └── viewer.properties │ ├── af │ │ └── viewer.properties │ ├── ak │ │ └── viewer.properties │ ├── an │ │ └── viewer.properties │ ├── ar │ │ └── viewer.properties │ ├── as │ │ └── viewer.properties │ ├── ast │ │ └── viewer.properties │ ├── az │ │ └── viewer.properties │ ├── be │ │ └── viewer.properties │ ├── bg │ │ └── viewer.properties │ ├── bn-BD │ │ └── viewer.properties │ ├── bn-IN │ │ └── viewer.properties │ ├── br │ │ └── viewer.properties │ ├── bs │ │ └── viewer.properties │ ├── ca │ │ └── viewer.properties │ ├── cs │ │ └── viewer.properties │ ├── csb │ │ └── viewer.properties │ ├── cy │ │ └── viewer.properties │ ├── da │ │ └── viewer.properties │ ├── de │ │ └── viewer.properties │ ├── el │ │ └── viewer.properties │ ├── en-GB │ │ └── viewer.properties │ ├── en-US │ │ └── viewer.properties │ ├── en-ZA │ │ └── viewer.properties │ ├── eo │ │ └── viewer.properties │ ├── es-AR │ │ └── viewer.properties │ ├── es-CL │ │ └── viewer.properties │ ├── es-ES │ │ └── viewer.properties │ ├── es-MX │ │ └── viewer.properties │ ├── et │ │ └── viewer.properties │ ├── eu │ │ └── viewer.properties │ ├── fa │ │ └── viewer.properties │ ├── ff │ │ └── viewer.properties │ ├── fi │ │ └── viewer.properties │ ├── fr │ │ └── viewer.properties │ ├── fy-NL │ │ └── viewer.properties │ ├── ga-IE │ │ └── viewer.properties │ ├── gd │ │ └── viewer.properties │ ├── gl │ │ └── viewer.properties │ ├── gu-IN │ │ └── viewer.properties │ ├── he │ │ └── viewer.properties │ ├── hi-IN │ │ └── viewer.properties │ ├── hr │ │ └── viewer.properties │ ├── hu │ │ └── viewer.properties │ ├── hy-AM │ │ └── viewer.properties │ ├── id │ │ └── viewer.properties │ ├── is │ │ └── viewer.properties │ ├── it │ │ └── viewer.properties │ ├── ja │ │ └── viewer.properties │ ├── ka │ │ └── viewer.properties │ ├── kk │ │ └── viewer.properties │ ├── km │ │ └── viewer.properties │ ├── kn │ │ └── viewer.properties │ ├── ko │ │ └── viewer.properties │ ├── ku │ │ └── viewer.properties │ ├── lg │ │ └── viewer.properties │ ├── lij │ │ └── viewer.properties │ ├── locale.properties │ ├── lt │ │ └── viewer.properties │ ├── lv │ │ └── viewer.properties │ ├── mai │ │ └── viewer.properties │ ├── mk │ │ └── viewer.properties │ ├── ml │ │ └── viewer.properties │ ├── mn │ │ └── viewer.properties │ ├── mr │ │ └── viewer.properties │ ├── ms │ │ └── viewer.properties │ ├── my │ │ └── viewer.properties │ ├── nb-NO │ │ └── viewer.properties │ ├── nl │ │ └── viewer.properties │ ├── nn-NO │ │ └── viewer.properties │ ├── nso │ │ └── viewer.properties │ ├── oc │ │ └── viewer.properties │ ├── or │ │ └── viewer.properties │ ├── pa-IN │ │ └── viewer.properties │ ├── pl │ │ └── viewer.properties │ ├── pt-BR │ │ └── viewer.properties │ ├── pt-PT │ │ └── viewer.properties │ ├── rm │ │ └── viewer.properties │ ├── ro │ │ └── viewer.properties │ ├── ru │ │ └── viewer.properties │ ├── rw │ │ └── viewer.properties │ ├── sah │ │ └── viewer.properties │ ├── si │ │ └── viewer.properties │ ├── sk │ │ └── viewer.properties │ ├── sl │ │ └── viewer.properties │ ├── son │ │ └── viewer.properties │ ├── sq │ │ └── viewer.properties │ ├── sr │ │ └── viewer.properties │ ├── sv-SE │ │ └── viewer.properties │ ├── sw │ │ └── viewer.properties │ ├── ta-LK │ │ └── viewer.properties │ ├── ta │ │ └── viewer.properties │ ├── te │ │ └── viewer.properties │ ├── th │ │ └── viewer.properties │ ├── tl │ │ └── viewer.properties │ ├── tn │ │ └── viewer.properties │ ├── tr │ │ └── viewer.properties │ ├── uk │ │ └── viewer.properties │ ├── ur │ │ └── viewer.properties │ ├── vi │ │ └── viewer.properties │ ├── wo │ │ └── viewer.properties │ ├── xh │ │ └── viewer.properties │ ├── zh-CN │ │ └── viewer.properties │ ├── zh-TW │ │ └── viewer.properties │ └── zu │ │ └── viewer.properties │ ├── scripts │ └── annote-handler.js │ ├── viewer.css │ └── viewer.js ├── index.html ├── package.json ├── src ├── annotatePDF.js ├── annotation.js ├── canvas-holder.js ├── config.js ├── highlight-annotation.js └── util.js ├── test └── test.js └── webpack.config.js /.babelrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/.babelrc -------------------------------------------------------------------------------- /.eslintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/.eslintrc -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/.gitignore -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/README.md -------------------------------------------------------------------------------- /bower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/bower.json -------------------------------------------------------------------------------- /example/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/LICENSE -------------------------------------------------------------------------------- /example/build/pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/build/pdf.js -------------------------------------------------------------------------------- /example/build/pdf.worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/build/pdf.worker.js -------------------------------------------------------------------------------- /example/web/cmaps/78-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/78-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/78-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/78-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/78-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78-RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/78-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/78ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/78ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/78ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/83pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/83pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/90ms-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/90ms-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/90ms-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/90ms-RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/90msp-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/90msp-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/90msp-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/90msp-RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/90pv-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/90pv-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/90pv-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/90pv-RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Add-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Add-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Add-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Add-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Add-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Add-RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Add-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Add-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-0.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-1.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-3.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-4.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-5.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-6.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-CNS1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-CNS1-UCS2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-GB1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-GB1-0.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-GB1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-GB1-1.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-GB1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-GB1-2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-GB1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-GB1-3.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-GB1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-GB1-4.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-GB1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-GB1-5.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-GB1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-GB1-UCS2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-0.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-1.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-3.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-3.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-4.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-4.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-5.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-5.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-6.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-6.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Japan1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Japan1-UCS2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Korea1-0.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Korea1-0.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Korea1-1.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Korea1-1.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Korea1-2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Korea1-2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Adobe-Korea1-UCS2.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Adobe-Korea1-UCS2.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/B5pc-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/B5pc-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/B5pc-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/B5pc-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/CNS-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/CNS-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/CNS-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/CNS-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/CNS1-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/CNS1-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/CNS1-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/CNS1-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/CNS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/CNS2-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/CNS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/CNS2-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/ETHK-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/ETHK-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/ETHK-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/ETHK-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/ETen-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/ETen-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/ETen-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/ETen-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/ETenms-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/ETenms-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/ETenms-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/ETenms-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Ext-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Ext-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Ext-RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Ext-RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Ext-RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Ext-RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Ext-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Ext-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GB-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GB-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GB-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GB-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GB-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GB-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GB-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GB-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBK-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBK-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBK-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBK-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBK2K-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBK2K-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBK2K-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBK2K-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBKp-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBKp-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBKp-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBKp-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBT-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBT-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBT-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBT-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBT-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBT-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBT-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBT-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBTpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBTpc-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBTpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBTpc-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBpc-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/GBpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/GBpc-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKdla-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKdla-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKdla-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKdla-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKdlb-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKdlb-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKdlb-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKdlb-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKgccs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKgccs-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKgccs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKgccs-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKm314-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKm314-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKm314-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKm314-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKm471-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKm471-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKm471-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKm471-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKscs-B5-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKscs-B5-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/HKscs-B5-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/HKscs-B5-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Hankaku.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Hankaku.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Hiragana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Hiragana.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSC-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSC-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSC-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSC-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSC-Johab-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSC-Johab-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSC-Johab-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSC-Johab-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSCms-UHC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSCms-UHC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSCms-UHC-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSCms-UHC-HW-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSCms-UHC-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSCms-UHC-HW-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSCms-UHC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSCms-UHC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSCpc-EUC-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSCpc-EUC-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/KSCpc-EUC-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/KSCpc-EUC-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Katakana.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Katakana.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/LICENSE -------------------------------------------------------------------------------- /example/web/cmaps/NWP-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/NWP-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/NWP-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/NWP-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/RKSJ-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/RKSJ-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/RKSJ-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/RKSJ-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/Roman.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/Roman.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UCS2-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UCS2-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UTF16-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UTF16-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UTF32-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UTF32-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UTF8-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniCNS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniCNS-UTF8-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UCS2-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UCS2-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UTF16-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UTF16-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UTF32-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UTF32-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UTF8-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniGB-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniGB-UTF8-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UCS2-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UCS2-HW-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UCS2-HW-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UCS2-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UTF16-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UTF16-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UTF32-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UTF32-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UTF8-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS-UTF8-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS2004-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS2004-UTF16-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS2004-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS2004-UTF16-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS2004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS2004-UTF32-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS2004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS2004-UTF32-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS2004-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS2004-UTF8-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJIS2004-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJIS2004-UTF8-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJISPro-UCS2-HW-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJISPro-UCS2-HW-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJISPro-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJISPro-UCS2-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJISPro-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJISPro-UTF8-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJISX0213-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJISX0213-UTF32-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJISX0213-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJISX0213-UTF32-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJISX02132004-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJISX02132004-UTF32-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniJISX02132004-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniJISX02132004-UTF32-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UCS2-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UCS2-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UCS2-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UCS2-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UTF16-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UTF16-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UTF16-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UTF16-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UTF32-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UTF32-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UTF32-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UTF32-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UTF8-H.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UTF8-H.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/UniKS-UTF8-V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/UniKS-UTF8-V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/V.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/V.bcmap -------------------------------------------------------------------------------- /example/web/cmaps/WP-Symbol.bcmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/cmaps/WP-Symbol.bcmap -------------------------------------------------------------------------------- /example/web/compatibility.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/compatibility.js -------------------------------------------------------------------------------- /example/web/compressed.tracemonkey-pldi-09.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/compressed.tracemonkey-pldi-09.pdf -------------------------------------------------------------------------------- /example/web/debugger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/debugger.js -------------------------------------------------------------------------------- /example/web/images/annotation-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-check.svg -------------------------------------------------------------------------------- /example/web/images/annotation-comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-comment.svg -------------------------------------------------------------------------------- /example/web/images/annotation-help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-help.svg -------------------------------------------------------------------------------- /example/web/images/annotation-insert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-insert.svg -------------------------------------------------------------------------------- /example/web/images/annotation-key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-key.svg -------------------------------------------------------------------------------- /example/web/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-newparagraph.svg -------------------------------------------------------------------------------- /example/web/images/annotation-noicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-noicon.svg -------------------------------------------------------------------------------- /example/web/images/annotation-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-note.svg -------------------------------------------------------------------------------- /example/web/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/annotation-paragraph.svg -------------------------------------------------------------------------------- /example/web/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /example/web/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-next.png -------------------------------------------------------------------------------- /example/web/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /example/web/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /example/web/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-previous.png -------------------------------------------------------------------------------- /example/web/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /example/web/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/grab.cur -------------------------------------------------------------------------------- /example/web/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/grabbing.cur -------------------------------------------------------------------------------- /example/web/images/highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/highlight.png -------------------------------------------------------------------------------- /example/web/images/highlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/highlight@2x.png -------------------------------------------------------------------------------- /example/web/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/loading-icon.gif -------------------------------------------------------------------------------- /example/web/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/loading-small.png -------------------------------------------------------------------------------- /example/web/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/loading-small@2x.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /example/web/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /example/web/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/shadow.png -------------------------------------------------------------------------------- /example/web/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/texture.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-download.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-print.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-search.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /example/web/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /example/web/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /example/web/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /example/web/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /example/web/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /example/web/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/treeitem-expanded.png -------------------------------------------------------------------------------- /example/web/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /example/web/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/index.html -------------------------------------------------------------------------------- /example/web/l10n.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/l10n.js -------------------------------------------------------------------------------- /example/web/locale/ach/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ach/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/af/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/af/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ak/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ak/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/an/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/an/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ar/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ar/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/as/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/as/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ast/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ast/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/az/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/az/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/be/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/be/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/bg/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/bg/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/bn-BD/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/bn-BD/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/bn-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/bn-IN/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/br/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/br/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/bs/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/bs/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ca/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ca/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/cs/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/cs/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/csb/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/csb/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/cy/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/cy/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/da/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/da/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/de/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/de/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/el/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/el/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/en-GB/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/en-GB/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/en-US/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/en-US/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/en-ZA/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/en-ZA/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/eo/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/eo/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/es-AR/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/es-AR/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/es-CL/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/es-CL/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/es-ES/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/es-ES/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/es-MX/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/es-MX/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/et/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/et/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/eu/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/eu/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/fa/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/fa/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ff/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ff/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/fi/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/fi/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/fr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/fr/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/fy-NL/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/fy-NL/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ga-IE/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ga-IE/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/gd/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/gd/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/gl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/gl/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/gu-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/gu-IN/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/he/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/he/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/hi-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/hi-IN/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/hr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/hr/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/hu/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/hu/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/hy-AM/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/hy-AM/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/id/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/id/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/is/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/is/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/it/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/it/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ja/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ja/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ka/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ka/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/kk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/kk/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/km/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/km/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/kn/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/kn/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ko/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ko/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ku/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ku/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/lg/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/lg/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/lij/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/lij/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/locale.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/locale.properties -------------------------------------------------------------------------------- /example/web/locale/lt/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/lt/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/lv/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/lv/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/mai/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/mai/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/mk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/mk/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ml/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ml/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/mn/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/mn/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/mr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/mr/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ms/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ms/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/my/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/my/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/nb-NO/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/nb-NO/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/nl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/nl/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/nn-NO/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/nn-NO/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/nso/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/nso/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/oc/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/oc/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/or/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/or/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/pa-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/pa-IN/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/pl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/pl/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/pt-BR/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/pt-BR/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/pt-PT/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/pt-PT/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/rm/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/rm/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ro/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ro/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ru/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ru/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/rw/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/rw/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/sah/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/sah/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/si/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/si/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/sk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/sk/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/sl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/sl/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/son/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/son/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/sq/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/sq/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/sr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/sr/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/sv-SE/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/sv-SE/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/sw/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/sw/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ta-LK/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ta-LK/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ta/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ta/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/te/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/te/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/th/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/th/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/tl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/tl/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/tn/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/tn/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/tr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/tr/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/uk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/uk/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/ur/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/ur/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/vi/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/vi/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/wo/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/wo/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/xh/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/xh/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/zh-CN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/zh-CN/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/zh-TW/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/zh-TW/viewer.properties -------------------------------------------------------------------------------- /example/web/locale/zu/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/locale/zu/viewer.properties -------------------------------------------------------------------------------- /example/web/scripts/annote-handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/scripts/annote-handler.js -------------------------------------------------------------------------------- /example/web/viewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/viewer.css -------------------------------------------------------------------------------- /example/web/viewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/example/web/viewer.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/index.html -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/package.json -------------------------------------------------------------------------------- /src/annotatePDF.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/src/annotatePDF.js -------------------------------------------------------------------------------- /src/annotation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/src/annotation.js -------------------------------------------------------------------------------- /src/canvas-holder.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/src/canvas-holder.js -------------------------------------------------------------------------------- /src/config.js: -------------------------------------------------------------------------------- 1 | export let config = { 2 | fillStyle: 'rgba(238, 170, 0, .2)' 3 | } 4 | -------------------------------------------------------------------------------- /src/highlight-annotation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/src/highlight-annotation.js -------------------------------------------------------------------------------- /src/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/src/util.js -------------------------------------------------------------------------------- /test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/test/test.js -------------------------------------------------------------------------------- /webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ashokyadav006/annotate-pdf/HEAD/webpack.config.js --------------------------------------------------------------------------------