forked from 0x2620/pandora
update pdf.js to v1.0.907
This commit is contained in:
parent
613faa2e3b
commit
9c967c7ac4
348 changed files with 39147 additions and 25203 deletions
|
@ -13,6 +13,9 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
Adobe CMap resources are covered by their own copyright and license:
|
||||
http://sourceforge.net/adobe/cmap/wiki/License/
|
||||
-->
|
||||
<html dir="ltr" mozdisallowselectionprint moznomarginboxes>
|
||||
<head>
|
||||
|
@ -24,27 +27,26 @@ limitations under the License.
|
|||
|
||||
<link rel="stylesheet" href="/static/pdf.js/viewer.css"/>
|
||||
|
||||
<script type="text/javascript" src="/static/oxjs/min/Ox.js?{{settings.CONFIG.site.version}}"></script>
|
||||
<script type="text/javascript" src="/static/pdf.js/compatibility.js"></script>
|
||||
<script src="/static/oxjs/min/Ox.js?{{settings.CONFIG.site.version}}"></script>
|
||||
<script src="/static/pdf.js/compatibility.js"></script>
|
||||
|
||||
|
||||
|
||||
<!-- This snippet is used in production, see Makefile -->
|
||||
<link rel="resource" type="application/l10n" href="/static/pdf.js/locale/locale.properties"/>
|
||||
<script type="text/javascript" src="/static/pdf.js/l10n.js"></script>
|
||||
<script type="text/javascript" src="/static/pdf.js/pdf.js"></script>
|
||||
<!-- This snippet is used in production (included from viewer.html) -->
|
||||
<link rel="resource" type="application/l10n" href="/static/pdf.js/locale/locale.properties"/>
|
||||
<script src="/static/pdf.js/l10n.js"></script>
|
||||
<script src="/static/pdf.js/pdf.js"></script>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript" src="/static/pdf.js/debugger.js"></script>
|
||||
<script src="/static/pdf.js/debugger.js"></script>
|
||||
<script type="text/javascript">
|
||||
var DEFAULT_URL = '{{url}}',
|
||||
embeds = {{embeds|safe}},
|
||||
editable = {{editable|safe}};
|
||||
</script>
|
||||
<script type="text/javascript" src="/static/pdf.js/embeds.js"></script>
|
||||
|
||||
<script type="text/javascript" src="/static/pdf.js/viewer.js"></script>
|
||||
<script src="/static/pdf.js/embeds.js"></script>
|
||||
<script src="/static/pdf.js/viewer.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="/static/pdf.js/css/videopdf.css"/>
|
||||
|
||||
</head>
|
||||
|
@ -61,6 +63,9 @@ limitations under the License.
|
|||
<button id="viewOutline" class="toolbarButton group" title="Show Document Outline" tabindex="3" data-l10n-id="outline">
|
||||
<span data-l10n-id="outline_label">Document Outline</span>
|
||||
</button>
|
||||
<button id="viewAttachments" class="toolbarButton group" title="Show Attachments" tabindex="4" data-l10n-id="attachments">
|
||||
<span data-l10n-id="attachments_label">Attachments</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div id="sidebarContent">
|
||||
|
@ -68,74 +73,82 @@ limitations under the License.
|
|||
</div>
|
||||
<div id="outlineView" class="hidden">
|
||||
</div>
|
||||
<div id="attachmentsView" class="hidden">
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- sidebarContainer -->
|
||||
|
||||
<div id="mainContainer">
|
||||
<div class="findbar hidden doorHanger hiddenSmallView" id="findbar">
|
||||
<label for="findInput" class="toolbarLabel" data-l10n-id="find_label">Find:</label>
|
||||
<input id="findInput" class="toolbarField" tabindex="41">
|
||||
<input id="findInput" class="toolbarField" tabindex="91">
|
||||
<div class="splitToolbarButton">
|
||||
<button class="toolbarButton findPrevious" title="" id="findPrevious" tabindex="42" data-l10n-id="find_previous">
|
||||
<button class="toolbarButton findPrevious" title="" id="findPrevious" tabindex="92" data-l10n-id="find_previous">
|
||||
<span data-l10n-id="find_previous_label">Previous</span>
|
||||
</button>
|
||||
<div class="splitToolbarButtonSeparator"></div>
|
||||
<button class="toolbarButton findNext" title="" id="findNext" tabindex="43" data-l10n-id="find_next">
|
||||
<button class="toolbarButton findNext" title="" id="findNext" tabindex="93" data-l10n-id="find_next">
|
||||
<span data-l10n-id="find_next_label">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
<input type="checkbox" id="findHighlightAll" class="toolbarField">
|
||||
<label for="findHighlightAll" class="toolbarLabel" tabindex="44" data-l10n-id="find_highlight">Highlight all</label>
|
||||
<label for="findHighlightAll" class="toolbarLabel" tabindex="94" data-l10n-id="find_highlight">Highlight all</label>
|
||||
<input type="checkbox" id="findMatchCase" class="toolbarField">
|
||||
<label for="findMatchCase" class="toolbarLabel" tabindex="45" data-l10n-id="find_match_case_label">Match case</label>
|
||||
<label for="findMatchCase" class="toolbarLabel" tabindex="95" data-l10n-id="find_match_case_label">Match case</label>
|
||||
<span id="findMsg" class="toolbarLabel"></span>
|
||||
</div> <!-- findbar -->
|
||||
|
||||
<div id="secondaryToolbar" class="secondaryToolbar hidden doorHangerRight">
|
||||
<div id="secondaryToolbarButtonContainer">
|
||||
<button id="secondaryPresentationMode" class="secondaryToolbarButton presentationMode visibleLargeView" title="Switch to Presentation Mode" tabindex="18" data-l10n-id="presentation_mode">
|
||||
<button id="secondaryPresentationMode" class="secondaryToolbarButton presentationMode visibleLargeView" title="Switch to Presentation Mode" tabindex="51" data-l10n-id="presentation_mode">
|
||||
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
|
||||
</button>
|
||||
|
||||
<button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="Open File" tabindex="19" data-l10n-id="open_file">
|
||||
<button id="secondaryOpenFile" class="secondaryToolbarButton openFile visibleLargeView" title="Open File" tabindex="52" data-l10n-id="open_file">
|
||||
<span data-l10n-id="open_file_label">Open</span>
|
||||
</button>
|
||||
|
||||
<button id="secondaryPrint" class="secondaryToolbarButton print visibleMediumView" title="Print" tabindex="20" data-l10n-id="print">
|
||||
<button id="secondaryPrint" class="secondaryToolbarButton print visibleMediumView" title="Print" tabindex="53" data-l10n-id="print">
|
||||
<span data-l10n-id="print_label">Print</span>
|
||||
</button>
|
||||
|
||||
<button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="21" data-l10n-id="download">
|
||||
<button id="secondaryDownload" class="secondaryToolbarButton download visibleMediumView" title="Download" tabindex="54" data-l10n-id="download">
|
||||
<span data-l10n-id="download_label">Download</span>
|
||||
</button>
|
||||
|
||||
<a href="#" id="secondaryViewBookmark" class="secondaryToolbarButton bookmark visibleSmallView" title="Current view (copy or open in new window)" tabindex="22" data-l10n-id="bookmark">
|
||||
<a href="#" id="secondaryViewBookmark" class="secondaryToolbarButton bookmark visibleSmallView" title="Current view (copy or open in new window)" tabindex="55" data-l10n-id="bookmark">
|
||||
<span data-l10n-id="bookmark_label">Current View</span>
|
||||
</a>
|
||||
|
||||
<div class="horizontalToolbarSeparator visibleLargeView"></div>
|
||||
|
||||
<button id="firstPage" class="secondaryToolbarButton firstPage" title="Go to First Page" tabindex="23" data-l10n-id="first_page">
|
||||
<button id="firstPage" class="secondaryToolbarButton firstPage" title="Go to First Page" tabindex="56" data-l10n-id="first_page">
|
||||
<span data-l10n-id="first_page_label">Go to First Page</span>
|
||||
</button>
|
||||
<button id="lastPage" class="secondaryToolbarButton lastPage" title="Go to Last Page" tabindex="24" data-l10n-id="last_page">
|
||||
<button id="lastPage" class="secondaryToolbarButton lastPage" title="Go to Last Page" tabindex="57" data-l10n-id="last_page">
|
||||
<span data-l10n-id="last_page_label">Go to Last Page</span>
|
||||
</button>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<button id="pageRotateCw" class="secondaryToolbarButton rotateCw" title="Rotate Clockwise" tabindex="25" data-l10n-id="page_rotate_cw">
|
||||
<button id="pageRotateCw" class="secondaryToolbarButton rotateCw" title="Rotate Clockwise" tabindex="58" data-l10n-id="page_rotate_cw">
|
||||
<span data-l10n-id="page_rotate_cw_label">Rotate Clockwise</span>
|
||||
</button>
|
||||
<button id="pageRotateCcw" class="secondaryToolbarButton rotateCcw" title="Rotate Counterclockwise" tabindex="26" data-l10n-id="page_rotate_ccw">
|
||||
<button id="pageRotateCcw" class="secondaryToolbarButton rotateCcw" title="Rotate Counterclockwise" tabindex="59" data-l10n-id="page_rotate_ccw">
|
||||
<span data-l10n-id="page_rotate_ccw_label">Rotate Counterclockwise</span>
|
||||
</button>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<button id="toggleHandTool" class="secondaryToolbarButton handTool" title="Enable hand tool" tabindex="27" data-l10n-id="hand_tool_enable">
|
||||
<button id="toggleHandTool" class="secondaryToolbarButton handTool" title="Enable hand tool" tabindex="60" data-l10n-id="hand_tool_enable">
|
||||
<span data-l10n-id="hand_tool_enable_label">Enable hand tool</span>
|
||||
</button>
|
||||
|
||||
<div class="horizontalToolbarSeparator"></div>
|
||||
|
||||
<button id="documentProperties" class="secondaryToolbarButton documentProperties" title="Document Properties…" tabindex="61" data-l10n-id="document_properties">
|
||||
<span data-l10n-id="document_properties_label">Document Properties…</span>
|
||||
</button>
|
||||
</div>
|
||||
</div> <!-- secondaryToolbar -->
|
||||
|
||||
|
@ -143,77 +156,79 @@ limitations under the License.
|
|||
<div id="toolbarContainer">
|
||||
<div id="toolbarViewer">
|
||||
<div id="toolbarViewerLeft">
|
||||
<button id="sidebarToggle" class="toolbarButton" title="Toggle Sidebar" tabindex="4" data-l10n-id="toggle_sidebar">
|
||||
<button id="sidebarToggle" class="toolbarButton" title="Toggle Sidebar" tabindex="11" data-l10n-id="toggle_sidebar">
|
||||
<span data-l10n-id="toggle_sidebar_label">Toggle Sidebar</span>
|
||||
</button>
|
||||
<div class="toolbarButtonSpacer"></div>
|
||||
<button id="viewFind" class="toolbarButton group hiddenSmallView" title="Find in Document" tabindex="5" data-l10n-id="findbar">
|
||||
<button id="viewFind" class="toolbarButton group hiddenSmallView" title="Find in Document" tabindex="12" data-l10n-id="findbar">
|
||||
<span data-l10n-id="findbar_label">Find</span>
|
||||
</button>
|
||||
<div class="splitToolbarButton">
|
||||
<button class="toolbarButton pageUp" title="Previous Page" id="previous" tabindex="6" data-l10n-id="previous">
|
||||
<button class="toolbarButton pageUp" title="Previous Page" id="previous" tabindex="13" data-l10n-id="previous">
|
||||
<span data-l10n-id="previous_label">Previous</span>
|
||||
</button>
|
||||
<div class="splitToolbarButtonSeparator"></div>
|
||||
<button class="toolbarButton pageDown" title="Next Page" id="next" tabindex="7" data-l10n-id="next">
|
||||
<button class="toolbarButton pageDown" title="Next Page" id="next" tabindex="14" data-l10n-id="next">
|
||||
<span data-l10n-id="next_label">Next</span>
|
||||
</button>
|
||||
</div>
|
||||
<label id="pageNumberLabel" class="toolbarLabel" for="pageNumber" data-l10n-id="page_label">Page: </label>
|
||||
<input type="number" id="pageNumber" class="toolbarField pageNumber" value="1" size="4" min="1" tabindex="8">
|
||||
<input type="number" id="pageNumber" class="toolbarField pageNumber" value="1" size="4" min="1" tabindex="15">
|
||||
<span id="numPages" class="toolbarLabel"></span>
|
||||
</div>
|
||||
<div id="toolbarViewerRight">
|
||||
<button id="presentationMode" class="toolbarButton presentationMode hiddenLargeView" title="Switch to Presentation Mode" tabindex="12" data-l10n-id="presentation_mode">
|
||||
<button id="presentationMode" class="toolbarButton presentationMode hiddenLargeView" title="Switch to Presentation Mode" tabindex="31" data-l10n-id="presentation_mode">
|
||||
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
|
||||
</button>
|
||||
|
||||
<button id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="13" data-l10n-id="open_file">
|
||||
<button id="openFile" class="toolbarButton openFile hiddenLargeView" title="Open File" tabindex="32" data-l10n-id="open_file">
|
||||
<span data-l10n-id="open_file_label">Open</span>
|
||||
</button>
|
||||
|
||||
<button id="print" class="toolbarButton print hiddenMediumView" title="Print" tabindex="14" data-l10n-id="print">
|
||||
<button id="print" class="toolbarButton print hiddenMediumView" title="Print" tabindex="33" data-l10n-id="print">
|
||||
<span data-l10n-id="print_label">Print</span>
|
||||
</button>
|
||||
|
||||
<button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="15" data-l10n-id="download">
|
||||
<button id="download" class="toolbarButton download hiddenMediumView" title="Download" tabindex="34" data-l10n-id="download">
|
||||
<span data-l10n-id="download_label">Download</span>
|
||||
</button>
|
||||
<!-- <div class="toolbarButtonSpacer"></div> -->
|
||||
<a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="16" data-l10n-id="bookmark">
|
||||
<a href="#" id="viewBookmark" class="toolbarButton bookmark hiddenSmallView" title="Current view (copy or open in new window)" tabindex="35" data-l10n-id="bookmark">
|
||||
<span data-l10n-id="bookmark_label">Current View</span>
|
||||
</a>
|
||||
|
||||
<div class="verticalToolbarSeparator hiddenSmallView"></div>
|
||||
|
||||
<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="17" data-l10n-id="tools">
|
||||
<button id="secondaryToolbarToggle" class="toolbarButton" title="Tools" tabindex="36" data-l10n-id="tools">
|
||||
<span data-l10n-id="tools_label">Tools</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="outerCenter">
|
||||
<div class="innerCenter" id="toolbarViewerMiddle">
|
||||
<div class="splitToolbarButton">
|
||||
<button id="zoomOut" class="toolbarButton zoomOut" title="Zoom Out" tabindex="9" data-l10n-id="zoom_out">
|
||||
<button id="zoomOut" class="toolbarButton zoomOut" title="Zoom Out" tabindex="21" data-l10n-id="zoom_out">
|
||||
<span data-l10n-id="zoom_out_label">Zoom Out</span>
|
||||
</button>
|
||||
<div class="splitToolbarButtonSeparator"></div>
|
||||
<button id="zoomIn" class="toolbarButton zoomIn" title="Zoom In" tabindex="10" data-l10n-id="zoom_in">
|
||||
<button id="zoomIn" class="toolbarButton zoomIn" title="Zoom In" tabindex="22" data-l10n-id="zoom_in">
|
||||
<span data-l10n-id="zoom_in_label">Zoom In</span>
|
||||
</button>
|
||||
</div>
|
||||
<span id="scaleSelectContainer" class="dropdownToolbarButton">
|
||||
<select id="scaleSelect" title="Zoom" tabindex="11" data-l10n-id="zoom">
|
||||
<option id="pageAutoOption" value="auto" selected="selected" data-l10n-id="page_scale_auto">Automatic Zoom</option>
|
||||
<option id="pageActualOption" value="page-actual" data-l10n-id="page_scale_actual">Actual Size</option>
|
||||
<option id="pageFitOption" value="page-fit" data-l10n-id="page_scale_fit">Fit Page</option>
|
||||
<option id="pageWidthOption" value="page-width" data-l10n-id="page_scale_width">Full Width</option>
|
||||
<option id="customScaleOption" value="custom"></option>
|
||||
<option value="0.5">50%</option>
|
||||
<option value="0.75">75%</option>
|
||||
<option value="1">100%</option>
|
||||
<option value="1.25">125%</option>
|
||||
<option value="1.5">150%</option>
|
||||
<option value="2">200%</option>
|
||||
<select id="scaleSelect" title="Zoom" tabindex="23" data-l10n-id="zoom">
|
||||
<option id="pageAutoOption" title="" value="auto" selected="selected" data-l10n-id="page_scale_auto">Automatic Zoom</option>
|
||||
<option id="pageActualOption" title="" value="page-actual" data-l10n-id="page_scale_actual">Actual Size</option>
|
||||
<option id="pageFitOption" title="" value="page-fit" data-l10n-id="page_scale_fit">Fit Page</option>
|
||||
<option id="pageWidthOption" title="" value="page-width" data-l10n-id="page_scale_width">Full Width</option>
|
||||
<option id="customScaleOption" title="" value="custom"></option>
|
||||
<option title="" value="0.5">50%</option>
|
||||
<option title="" value="0.75">75%</option>
|
||||
<option title="" value="1">100%</option>
|
||||
<option title="" value="1.25">125%</option>
|
||||
<option title="" value="1.5">150%</option>
|
||||
<option title="" value="2">200%</option>
|
||||
<option title="" value="3">300%</option>
|
||||
<option title="" value="4">400%</option>
|
||||
</select>
|
||||
</span>
|
||||
</div>
|
||||
|
@ -240,7 +255,7 @@ limitations under the License.
|
|||
</menu>
|
||||
|
||||
<div id="viewerContainer" tabindex="0">
|
||||
<div id="viewer"></div>
|
||||
<div id="viewer" class="pdfViewer"></div>
|
||||
</div>
|
||||
|
||||
<div id="errorWrapper" hidden='true'>
|
||||
|
@ -264,21 +279,66 @@ limitations under the License.
|
|||
</div> <!-- mainContainer -->
|
||||
|
||||
<div id="overlayContainer" class="hidden">
|
||||
<div id="promptContainer">
|
||||
<div id="passwordContainer" class="prompt doorHanger">
|
||||
<div id="passwordOverlay" class="container hidden">
|
||||
<div class="dialog">
|
||||
<div class="row">
|
||||
<p id="passwordText" data-l10n-id="password_label">Enter the password to open this PDF file:</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<input type="password" id="password" class="toolbarField" />
|
||||
</div>
|
||||
<div class="row">
|
||||
<button id="passwordCancel" class="promptButton"><span data-l10n-id="password_cancel">Cancel</span></button>
|
||||
<button id="passwordSubmit" class="promptButton"><span data-l10n-id="password_ok">OK</span></button>
|
||||
<div class="buttonRow">
|
||||
<button id="passwordCancel" class="overlayButton"><span data-l10n-id="password_cancel">Cancel</span></button>
|
||||
<button id="passwordSubmit" class="overlayButton"><span data-l10n-id="password_ok">OK</span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="documentPropertiesOverlay" class="container hidden">
|
||||
<div class="dialog">
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_file_name">File name:</span> <p id="fileNameField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_file_size">File size:</span> <p id="fileSizeField">-</p>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_title">Title:</span> <p id="titleField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_author">Author:</span> <p id="authorField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_subject">Subject:</span> <p id="subjectField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_keywords">Keywords:</span> <p id="keywordsField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_creation_date">Creation Date:</span> <p id="creationDateField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_modification_date">Modification Date:</span> <p id="modificationDateField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_creator">Creator:</span> <p id="creatorField">-</p>
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_producer">PDF Producer:</span> <p id="producerField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_version">PDF Version:</span> <p id="versionField">-</p>
|
||||
</div>
|
||||
<div class="row">
|
||||
<span data-l10n-id="document_properties_page_count">Page Count:</span> <p id="pageCountField">-</p>
|
||||
</div>
|
||||
<div class="buttonRow">
|
||||
<button id="documentPropertiesClose" class="overlayButton"><span data-l10n-id="document_properties_close">Close</span></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- overlayContainer -->
|
||||
|
||||
</div> <!-- outerContainer -->
|
||||
<div id="printContainer"></div>
|
||||
|
|
BIN
static/pdf.js/cmaps/78-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/78-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/78-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/78-EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/78-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/78-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/78-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/78-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/78-RKSJ-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/78-RKSJ-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/78-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/78-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/78ms-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/78ms-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/78ms-RKSJ-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/78ms-RKSJ-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/83pv-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/83pv-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/90ms-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/90ms-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/90ms-RKSJ-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/90ms-RKSJ-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/90msp-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/90msp-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/90msp-RKSJ-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/90msp-RKSJ-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/90pv-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/90pv-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/90pv-RKSJ-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/90pv-RKSJ-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Add-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/Add-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Add-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/Add-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Add-RKSJ-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/Add-RKSJ-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Add-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/Add-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-0.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-0.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-1.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-1.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-3.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-3.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-4.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-4.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-5.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-5.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-6.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-6.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-CNS1-UCS2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-CNS1-UCS2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-GB1-0.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-GB1-0.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-GB1-1.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-GB1-1.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-GB1-2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-GB1-2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-GB1-3.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-GB1-3.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-GB1-4.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-GB1-4.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-GB1-5.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-GB1-5.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-GB1-UCS2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-GB1-UCS2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-0.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-0.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-1.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-1.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-3.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-3.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-4.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-4.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-5.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-5.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-6.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-6.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Japan1-UCS2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Japan1-UCS2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Korea1-0.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Korea1-0.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Korea1-1.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Korea1-1.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Korea1-2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Korea1-2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Adobe-Korea1-UCS2.bcmap
Normal file
BIN
static/pdf.js/cmaps/Adobe-Korea1-UCS2.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/B5pc-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/B5pc-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/B5pc-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/B5pc-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/CNS-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/CNS-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/CNS-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/CNS-EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/CNS1-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/CNS1-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/CNS1-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/CNS1-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/CNS2-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/CNS2-H.bcmap
Normal file
Binary file not shown.
3
static/pdf.js/cmaps/CNS2-V.bcmap
Normal file
3
static/pdf.js/cmaps/CNS2-V.bcmap
Normal file
|
@ -0,0 +1,3 @@
|
|||
àRCopyright 1990-2009 Adobe Systems Incorporated.
|
||||
All rights reserved.
|
||||
See ./LICENSEáCNS2-H
|
BIN
static/pdf.js/cmaps/ETHK-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/ETHK-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/ETHK-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/ETHK-B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/ETen-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/ETen-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/ETen-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/ETen-B5-V.bcmap
Normal file
Binary file not shown.
3
static/pdf.js/cmaps/ETenms-B5-H.bcmap
Normal file
3
static/pdf.js/cmaps/ETenms-B5-H.bcmap
Normal file
|
@ -0,0 +1,3 @@
|
|||
àRCopyright 1990-2009 Adobe Systems Incorporated.
|
||||
All rights reserved.
|
||||
See ./LICENSEá ETen-B5-H` ^
|
BIN
static/pdf.js/cmaps/ETenms-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/ETenms-B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Ext-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/Ext-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Ext-RKSJ-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/Ext-RKSJ-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Ext-RKSJ-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/Ext-RKSJ-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/Ext-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/Ext-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GB-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GB-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GB-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GB-EUC-V.bcmap
Normal file
Binary file not shown.
4
static/pdf.js/cmaps/GB-H.bcmap
Normal file
4
static/pdf.js/cmaps/GB-H.bcmap
Normal file
|
@ -0,0 +1,4 @@
|
|||
àRCopyright 1990-2009 Adobe Systems Incorporated.
|
||||
All rights reserved.
|
||||
See ./LICENSE!!<21>º]aX!!]`<60>21<32>> <09>p<0B>z<EFBFBD>$]‚<06>"R‚d<E2809A>-Uƒ7<C692>*„
4„%<25>+ „Z „{<7B>/…%…<<3C>9K…b<E280A6>1]†.<2E>"‡‰`]‡,<2C>"]ˆ
|
||||
<EFBFBD>"]ˆh<CB86>"]‰F<E280B0>"]Š$<24>"]‹<02>"]‹`<60>"]Œ><3E>"]<5D><1C>"]<5D>z<EFBFBD>"]ŽX<C5BD>"]<5D>6<EFBFBD>"]<5D><14>"]<5D>r<EFBFBD>"]‘P<E28098>"]’.<2E>"]“<0C>"]“j<E2809C>"]”H<E2809D>"]•&<26>"]–<04>"]–b<E28093>"]—@<40>"]˜<1E>"]˜|<7C>"]™Z<E284A2>"]š8<C5A1>"]›<16>"]›t<E280BA>"]œR<C593>"]<5D>0<EFBFBD>"]ž<0E>"]žl<C5BE>"]ŸJ<C5B8>"] (<28>"]¡<06>"]¡d<C2A1>"]¢B<C2A2>"]£ <20>"X£~<7E>']¤W<C2A4>"]¥5<C2A5>"]¦<13>"]¦q<C2A6>"]§O<C2A7>"]¨-<2D>"]©<0B>"]©i<C2A9>"]ªG<C2AA>"]«%<25>"]¬<03>"]¬a<C2AC>"]?<3F>"]®<1D>"]®{<7B>"]¯Y<C2AF>"]°7<C2B0>"]±<15>"]±s<C2B1>"]²Q<C2B2>"]³/<2F>"]´
<0A>"]´k<C2B4>"]µI<C2B5>"]¶'<27>"]·<05>"]·c<C2B7>"]¸A<C2B8>"]¹<1F>"]¹}<7D>"]º[<5B>"]»9
|
BIN
static/pdf.js/cmaps/GB-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GB-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBK-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBK-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBK-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBK-EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBK2K-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBK2K-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBK2K-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBK2K-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBKp-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBKp-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBKp-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBKp-EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBT-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBT-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBT-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBT-EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBT-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBT-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBT-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBT-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBTpc-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBTpc-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBTpc-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBTpc-EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBpc-EUC-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBpc-EUC-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/GBpc-EUC-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/GBpc-EUC-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/H.bcmap
Normal file
BIN
static/pdf.js/cmaps/H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKdla-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKdla-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKdla-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKdla-B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKdlb-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKdlb-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKdlb-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKdlb-B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKgccs-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKgccs-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKgccs-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKgccs-B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKm314-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKm314-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKm314-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKm314-B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKm471-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKm471-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKm471-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKm471-B5-V.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKscs-B5-H.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKscs-B5-H.bcmap
Normal file
Binary file not shown.
BIN
static/pdf.js/cmaps/HKscs-B5-V.bcmap
Normal file
BIN
static/pdf.js/cmaps/HKscs-B5-V.bcmap
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue