├── .styleci.yml ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── composer.json ├── config └── config.php ├── laravel-file-viewer.png ├── resources ├── assets │ ├── docx-preview │ │ ├── docx-preview.d.ts │ │ ├── docx-preview.js │ │ ├── docx-preview.js.map │ │ ├── docx-preview.min.js │ │ ├── docx-preview.min.js.map │ │ ├── docx-preview.min.mjs │ │ ├── docx-preview.min.mjs.map │ │ ├── docx-preview.mjs │ │ └── docx-preview.mjs.map │ ├── loading.gif │ ├── office.css │ └── officetohtml │ │ ├── PPTXjs │ │ ├── css │ │ │ ├── nv.d3.min.css │ │ │ └── pptxjs.css │ │ ├── js │ │ │ ├── d3.min.js │ │ │ ├── divs2slides.css │ │ │ ├── divs2slides.js │ │ │ ├── divs2slides.min.js │ │ │ ├── filereader.js │ │ │ ├── jszip.min.js │ │ │ ├── nv.d3.min.js │ │ │ ├── pptxjs.js │ │ │ └── pptxjs.min.js │ │ ├── ~$Sample_11.pptx │ │ ├── ~$Sample_12.pptx │ │ └── ~$Sample_video.pptx │ │ ├── SheetJS │ │ ├── del │ │ │ ├── css │ │ │ │ └── sheetjs.css │ │ │ ├── handsontable │ │ │ │ ├── dist │ │ │ │ │ ├── README.md │ │ │ │ │ ├── handsontable.css │ │ │ │ │ ├── handsontable.css.map │ │ │ │ │ ├── handsontable.full.css │ │ │ │ │ ├── handsontable.full.js │ │ │ │ │ ├── handsontable.js │ │ │ │ │ ├── handsontable.js.map │ │ │ │ │ ├── handsontable.min.css │ │ │ │ │ ├── handsontable.min.js │ │ │ │ │ ├── languages │ │ │ │ │ │ ├── all.js │ │ │ │ │ │ ├── all.min.js │ │ │ │ │ │ ├── de-CH.js │ │ │ │ │ │ ├── de-CH.min.js │ │ │ │ │ │ ├── de-DE.js │ │ │ │ │ │ ├── de-DE.min.js │ │ │ │ │ │ ├── en-US.js │ │ │ │ │ │ ├── en-US.min.js │ │ │ │ │ │ ├── ja-JP.js │ │ │ │ │ │ ├── ja-JP.min.js │ │ │ │ │ │ ├── pl-PL.js │ │ │ │ │ │ ├── pl-PL.min.js │ │ │ │ │ │ ├── pt-BR.js │ │ │ │ │ │ ├── pt-BR.min.js │ │ │ │ │ │ ├── ru-RU.js │ │ │ │ │ │ └── ru-RU.min.js │ │ │ │ │ └── pikaday │ │ │ │ │ │ ├── LICENSE │ │ │ │ │ │ ├── pikaday.css │ │ │ │ │ │ └── pikaday.js │ │ │ │ └── languages │ │ │ │ │ ├── all.js │ │ │ │ │ ├── de-CH.js │ │ │ │ │ ├── de-DE.js │ │ │ │ │ ├── en-US.js │ │ │ │ │ ├── index.js │ │ │ │ │ ├── ja-JP.js │ │ │ │ │ ├── pl-PL.js │ │ │ │ │ ├── pt-BR.js │ │ │ │ │ └── ru-RU.js │ │ │ └── js │ │ │ │ ├── dropsheet.js │ │ │ │ ├── main.js │ │ │ │ ├── sheetjsw.js │ │ │ │ ├── shim.js │ │ │ │ ├── xhr-hack.js │ │ │ │ └── xlsx.full.min.js │ │ ├── handsontable.full.min.css │ │ ├── handsontable.full.min.js │ │ ├── index.html │ │ └── xlsx.full.min.js │ │ ├── docx │ │ ├── jszip-utils.js │ │ ├── mammoth.browser.js │ │ └── mammoth.browser.min.js │ │ ├── jquery │ │ ├── jquery-1.12.4.min.js │ │ ├── jquery-3.3.1.min.js │ │ ├── jquery-migrate-1.4.1.min.js │ │ └── jquery.min.js │ │ ├── jquery_ui │ │ ├── AUTHORS.txt │ │ ├── images │ │ │ ├── ui-icons_444444_256x240.png │ │ │ ├── ui-icons_555555_256x240.png │ │ │ ├── ui-icons_777620_256x240.png │ │ │ ├── ui-icons_777777_256x240.png │ │ │ ├── ui-icons_cc0000_256x240.png │ │ │ └── ui-icons_ffffff_256x240.png │ │ ├── jquery-ui.css │ │ ├── jquery-ui.js │ │ ├── jquery-ui.min.css │ │ ├── jquery-ui.min.js │ │ └── themes │ │ │ └── start │ │ │ ├── images │ │ │ ├── ui-bg_glass_45_0078ae_1x400.png │ │ │ ├── ui-bg_glass_55_f8da4e_1x400.png │ │ │ ├── ui-bg_glass_75_79c9ec_1x400.png │ │ │ ├── ui-bg_gloss-wave_45_e14f1c_500x100.png │ │ │ ├── ui-bg_gloss-wave_50_6eac2c_500x100.png │ │ │ ├── ui-bg_gloss-wave_75_2191c0_500x100.png │ │ │ ├── ui-bg_inset-hard_100_fcfdfd_1x100.png │ │ │ ├── ui-icons_0078ae_256x240.png │ │ │ ├── ui-icons_056b93_256x240.png │ │ │ ├── ui-icons_d8e7f3_256x240.png │ │ │ ├── ui-icons_e0fdff_256x240.png │ │ │ ├── ui-icons_f5e175_256x240.png │ │ │ ├── ui-icons_f7a50d_256x240.png │ │ │ └── ui-icons_fcd113_256x240.png │ │ │ ├── jquery-ui.css │ │ │ ├── jquery-ui.min.css │ │ │ └── theme.css │ │ ├── officeToHtml │ │ ├── officeToHtml.css │ │ └── officeToHtml.js │ │ ├── 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 │ │ │ ├── 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 │ │ │ ├── secondaryToolbarButton-selectTool.png │ │ │ ├── secondaryToolbarButton-selectTool@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 │ │ ├── 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 │ │ ├── pdf.js │ │ ├── pdf.js.map │ │ ├── pdf.viewer.css │ │ ├── pdf.worker.js │ │ └── pdf.worker.js.map │ │ └── verySimpleImageViewer │ │ ├── css │ │ └── jquery.verySimpleImageViewer.css │ │ └── js │ │ └── jquery.verySimpleImageViewer.js └── views │ ├── docstyledef.blade.php │ ├── layouts │ └── blank_app_no_logo.blade.php │ ├── previewFileAudio.blade.php │ ├── previewFileDetails.blade.php │ ├── previewFileDocxjs.blade.php │ ├── previewFileGoogle.blade.php │ ├── previewFileImage.blade.php │ ├── previewFileOffice.blade.php │ └── previewFileVideo.blade.php └── src ├── LaravelFileViewer.php ├── LaravelFileViewerFacade.php └── LaravelFileViewerServiceProvider.php /.styleci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/.styleci.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/composer.json -------------------------------------------------------------------------------- /config/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/config/config.php -------------------------------------------------------------------------------- /laravel-file-viewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/laravel-file-viewer.png -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.d.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.d.ts -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.js -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.js.map -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.min.js -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.min.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.min.js.map -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.min.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.min.mjs -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.min.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.min.mjs.map -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.mjs -------------------------------------------------------------------------------- /resources/assets/docx-preview/docx-preview.mjs.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/docx-preview/docx-preview.mjs.map -------------------------------------------------------------------------------- /resources/assets/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/loading.gif -------------------------------------------------------------------------------- /resources/assets/office.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/css/nv.d3.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/css/nv.d3.min.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/css/pptxjs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/css/pptxjs.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/d3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/d3.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/divs2slides.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/divs2slides.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/divs2slides.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/divs2slides.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/divs2slides.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/divs2slides.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/filereader.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/filereader.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/jszip.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/jszip.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/nv.d3.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/nv.d3.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/pptxjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/pptxjs.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/js/pptxjs.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/js/pptxjs.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/~$Sample_11.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/~$Sample_11.pptx -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/~$Sample_12.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/~$Sample_12.pptx -------------------------------------------------------------------------------- /resources/assets/officetohtml/PPTXjs/~$Sample_video.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/PPTXjs/~$Sample_video.pptx -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/css/sheetjs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/css/sheetjs.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/README.md -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.css.map -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.full.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.full.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.full.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.full.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.js.map -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.min.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/handsontable.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/all.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/all.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/all.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-CH.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-CH.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-CH.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-CH.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-DE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-DE.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-DE.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/de-DE.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/en-US.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/en-US.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/en-US.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/en-US.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ja-JP.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ja-JP.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ja-JP.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ja-JP.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pl-PL.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pl-PL.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pl-PL.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pl-PL.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pt-BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pt-BR.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pt-BR.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/pt-BR.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ru-RU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ru-RU.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ru-RU.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/languages/ru-RU.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/pikaday/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/pikaday/LICENSE -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/pikaday/pikaday.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/pikaday/pikaday.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/dist/pikaday/pikaday.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/dist/pikaday/pikaday.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/all.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/all.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/de-CH.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/de-CH.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/de-DE.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/de-DE.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/en-US.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/en-US.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/index.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/ja-JP.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/ja-JP.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/pl-PL.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/pl-PL.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/pt-BR.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/pt-BR.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/handsontable/languages/ru-RU.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/handsontable/languages/ru-RU.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/js/dropsheet.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/js/dropsheet.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/js/main.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/js/sheetjsw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/js/sheetjsw.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/js/shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/js/shim.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/js/xhr-hack.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/js/xhr-hack.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/del/js/xlsx.full.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/del/js/xlsx.full.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/handsontable.full.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/handsontable.full.min.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/handsontable.full.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/handsontable.full.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/index.html -------------------------------------------------------------------------------- /resources/assets/officetohtml/SheetJS/xlsx.full.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/SheetJS/xlsx.full.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/docx/jszip-utils.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/docx/jszip-utils.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/docx/mammoth.browser.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/docx/mammoth.browser.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/docx/mammoth.browser.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/docx/mammoth.browser.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery/jquery-1.12.4.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery/jquery-1.12.4.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery/jquery-3.3.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery/jquery-3.3.1.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery/jquery-migrate-1.4.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery/jquery-migrate-1.4.1.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery/jquery.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/AUTHORS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/AUTHORS.txt -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/images/ui-icons_444444_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/images/ui-icons_444444_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/images/ui-icons_555555_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/images/ui-icons_555555_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/images/ui-icons_777620_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/images/ui-icons_777620_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/images/ui-icons_777777_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/images/ui-icons_777777_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/images/ui-icons_cc0000_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/images/ui-icons_cc0000_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/jquery-ui.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/jquery-ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/jquery-ui.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/jquery-ui.min.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/jquery-ui.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/jquery-ui.min.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_0078ae_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_0078ae_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_056b93_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_056b93_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_d8e7f3_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_d8e7f3_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_e0fdff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_e0fdff_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_f5e175_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_f5e175_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_f7a50d_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_f7a50d_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_fcd113_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/images/ui-icons_fcd113_256x240.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/jquery-ui.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/jquery-ui.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/jquery-ui.min.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/jquery_ui/themes/start/theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/jquery_ui/themes/start/theme.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/officeToHtml/officeToHtml.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/officeToHtml/officeToHtml.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/officeToHtml/officeToHtml.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/officeToHtml/officeToHtml.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/debugger.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/debugger.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-check.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-check.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-comment.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-help.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-insert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-insert.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-key.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-newparagraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-newparagraph.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-noicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-noicon.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-note.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-note.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/annotation-paragraph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/annotation-paragraph.svg -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-next-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-next-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-next-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-next-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-next.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-next@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-next@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-previous-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-previous-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-previous-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-previous-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-previous.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-previous.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/findbarButton-previous@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/findbarButton-previous@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/grab.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/grab.cur -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/grabbing.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/grabbing.cur -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/loading-icon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/loading-icon.gif -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/loading-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/loading-small.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/loading-small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/loading-small@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-documentProperties.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-documentProperties.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-documentProperties@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-documentProperties@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-firstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-firstPage.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-firstPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-firstPage@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-handTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-handTool.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-handTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-handTool@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-lastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-lastPage.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-lastPage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-lastPage@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCcw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCcw.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCcw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCcw@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCw.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-rotateCw@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-selectTool.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-selectTool.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/secondaryToolbarButton-selectTool@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/secondaryToolbarButton-selectTool@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/shadow.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/texture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/texture.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-bookmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-bookmark.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-bookmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-bookmark@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-download.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-download@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-download@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-menuArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-menuArrows.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-menuArrows@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-menuArrows@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-openFile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-openFile.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-openFile@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-openFile@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageDown-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageDown-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageDown-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageDown-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageDown.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageDown@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageDown@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageUp-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageUp-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageUp-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageUp-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageUp.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-pageUp@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-pageUp@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-presentationMode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-presentationMode.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-presentationMode@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-presentationMode@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-print.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-print@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-print@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-search.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-search@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-secondaryToolbarToggle@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-sidebarToggle@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewAttachments.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewAttachments.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewAttachments@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewAttachments@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewOutline@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewThumbnail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewThumbnail.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-viewThumbnail@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-viewThumbnail@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-zoomIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-zoomIn.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-zoomIn@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-zoomIn@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-zoomOut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-zoomOut.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/toolbarButton-zoomOut@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/toolbarButton-zoomOut@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/treeitem-collapsed-rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/treeitem-collapsed-rtl.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/treeitem-collapsed-rtl@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/treeitem-collapsed-rtl@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/treeitem-collapsed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/treeitem-collapsed.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/treeitem-collapsed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/treeitem-collapsed@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/treeitem-expanded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/treeitem-expanded.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/images/treeitem-expanded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/images/treeitem-expanded@2x.png -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ach/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ach/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/af/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/af/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ak/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ak/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/an/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/an/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ar/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ar/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/as/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/as/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ast/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ast/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/az/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/az/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/be/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/be/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/bg/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/bg/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/bn-BD/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/bn-BD/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/bn-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/bn-IN/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/br/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/br/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/bs/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/bs/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ca/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ca/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/cs/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/cs/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/csb/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/csb/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/cy/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/cy/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/da/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/da/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/de/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/de/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/el/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/el/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/en-GB/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/en-GB/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/en-US/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/en-US/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/en-ZA/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/en-ZA/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/eo/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/eo/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/es-AR/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/es-AR/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/es-CL/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/es-CL/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/es-ES/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/es-ES/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/es-MX/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/es-MX/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/et/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/et/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/eu/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/eu/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/fa/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/fa/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ff/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ff/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/fi/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/fi/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/fr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/fr/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/fy-NL/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/fy-NL/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ga-IE/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ga-IE/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/gd/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/gd/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/gl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/gl/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/gu-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/gu-IN/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/he/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/he/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/hi-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/hi-IN/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/hr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/hr/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/hu/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/hu/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/hy-AM/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/hy-AM/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/id/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/id/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/is/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/is/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/it/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/it/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ja/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ja/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ka/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ka/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/kk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/kk/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/km/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/km/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/kn/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/kn/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ko/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ko/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ku/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ku/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/lg/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/lg/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/lij/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/lij/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/locale.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/locale.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/lt/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/lt/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/lv/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/lv/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/mai/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/mai/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/mk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/mk/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ml/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ml/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/mn/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/mn/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/mr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/mr/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ms/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ms/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/my/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/my/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/nb-NO/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/nb-NO/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/nl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/nl/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/nn-NO/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/nn-NO/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/nso/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/nso/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/oc/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/oc/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/or/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/or/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/pa-IN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/pa-IN/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/pl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/pl/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/pt-BR/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/pt-BR/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/pt-PT/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/pt-PT/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/rm/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/rm/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ro/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ro/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ru/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ru/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/rw/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/rw/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/sah/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/sah/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/si/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/si/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/sk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/sk/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/sl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/sl/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/son/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/son/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/sq/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/sq/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/sr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/sr/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/sv-SE/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/sv-SE/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/sw/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/sw/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ta-LK/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ta-LK/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ta/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ta/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/te/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/te/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/th/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/th/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/tl/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/tl/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/tn/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/tn/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/tr/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/tr/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/uk/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/uk/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/ur/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/ur/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/vi/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/vi/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/wo/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/wo/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/xh/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/xh/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/zh-CN/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/zh-CN/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/zh-TW/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/zh-TW/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/locale/zu/viewer.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/locale/zu/viewer.properties -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/pdf.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/pdf.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/pdf.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/pdf.js.map -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/pdf.viewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/pdf.viewer.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/pdf.worker.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/pdf.worker.js -------------------------------------------------------------------------------- /resources/assets/officetohtml/pdf/pdf.worker.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/pdf/pdf.worker.js.map -------------------------------------------------------------------------------- /resources/assets/officetohtml/verySimpleImageViewer/css/jquery.verySimpleImageViewer.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/verySimpleImageViewer/css/jquery.verySimpleImageViewer.css -------------------------------------------------------------------------------- /resources/assets/officetohtml/verySimpleImageViewer/js/jquery.verySimpleImageViewer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/assets/officetohtml/verySimpleImageViewer/js/jquery.verySimpleImageViewer.js -------------------------------------------------------------------------------- /resources/views/docstyledef.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/docstyledef.blade.php -------------------------------------------------------------------------------- /resources/views/layouts/blank_app_no_logo.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/layouts/blank_app_no_logo.blade.php -------------------------------------------------------------------------------- /resources/views/previewFileAudio.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/previewFileAudio.blade.php -------------------------------------------------------------------------------- /resources/views/previewFileDetails.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/previewFileDetails.blade.php -------------------------------------------------------------------------------- /resources/views/previewFileDocxjs.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/previewFileDocxjs.blade.php -------------------------------------------------------------------------------- /resources/views/previewFileGoogle.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/previewFileGoogle.blade.php -------------------------------------------------------------------------------- /resources/views/previewFileImage.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/previewFileImage.blade.php -------------------------------------------------------------------------------- /resources/views/previewFileOffice.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/previewFileOffice.blade.php -------------------------------------------------------------------------------- /resources/views/previewFileVideo.blade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/resources/views/previewFileVideo.blade.php -------------------------------------------------------------------------------- /src/LaravelFileViewer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/src/LaravelFileViewer.php -------------------------------------------------------------------------------- /src/LaravelFileViewerFacade.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/src/LaravelFileViewerFacade.php -------------------------------------------------------------------------------- /src/LaravelFileViewerServiceProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vish4395/laravel-file-viewer/HEAD/src/LaravelFileViewerServiceProvider.php --------------------------------------------------------------------------------