Skip to content

Commit

Permalink
V1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bandit-ibayashi committed Sep 15, 2023
1 parent 2303941 commit d7f9c13
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
10 changes: 7 additions & 3 deletions Readme_En.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
************************************************************
Star PassPRNT Web SDK Ver 1.2.0
Star PassPRNT Web SDK Ver 1.3.0
Readme_En.txt Star Micronics Co., Ltd.
************************************************************

Expand Down Expand Up @@ -31,7 +31,7 @@
2. Contents
=============

PassPRNT_Web_SDK_Ver1.2.0
PassPRNT_Web_SDK_Ver1.3.0
|
| Readme_En.txt // Release Note(English)
| Readme_Jp.txt // Release Note(Japanese)
Expand All @@ -47,7 +47,7 @@
=================

[Software]
PassPRNT Ver 2.7.0 for iOS / Android / Windows UWP
PassPRNT Ver 2.8.0 for iOS / Android / Windows UWP

[Printer Model]
Please refer to Users Manual.
Expand All @@ -62,6 +62,10 @@
5. Star PassPRNT Web SDK Release History
==========================================

Ver 1.3.0
2023/09/07 : Added `2w6` and `2w7` to `size` query.
Updated target OS and target software.

Ver 1.2.0
2023/04/10 : Added `gap` query.
Added `1` and `2w5` to `size` query.
Expand Down
10 changes: 7 additions & 3 deletions Readme_Jp.txt
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
************************************************************
Star PassPRNT Web SDK Ver 1.2.0
Star PassPRNT Web SDK Ver 1.3.0
Readme_Jp.txt スター精密(株)
************************************************************

Expand Down Expand Up @@ -31,7 +31,7 @@
2. 内容
==========

PassPRNT_Web_SDK_Ver1.2.0
PassPRNT_Web_SDK_Ver1.3.0
|
| Readme_En.txt // リリースノート(英語)
| Readme_Jp.txt // リリースノート(日本語)
Expand All @@ -47,7 +47,7 @@
=============

■ 対象ソフトウェア
PassPRNT Ver 2.7.0 for iOS / Android / Windows UWP
PassPRNT Ver 2.8.0 for iOS / Android / Windows UWP

■ 対象プリンタモデル
Users Manualをご参照ください。
Expand All @@ -62,6 +62,10 @@
5. Star PassPRNT Web SDK 更新履歴
==================================

Ver 1.3.0
2023/09/07 : `size`クエリに`2w6`と`2w7`を追加
対象OS、対象ソフトウェアを更新

Ver 1.2.0
2023/04/10 : `gap`クエリを追加
`size`クエリに`1`と`2w5`を追加
Expand Down
2 changes: 1 addition & 1 deletion Sample/resource/receipt_sample.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<table align="center" style="font-size: 30px;">
<tbody>
<tr>
<td width="100">Pepsi</td>
<td width="100">cola</td>
<td width="50" align="right">@100</td>
<td width="50" align="right">10</td>
<td width="100" align="right">1000</td>
Expand Down
Empty file modified Sample/resource/receipt_sample.pdf
100644 → 100755
Empty file.
26 changes: 14 additions & 12 deletions Sample/starpassprntsdk.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>PassPRNT</title>
<script type="text/javascript">
var changeHref;

var htmlText = "";
var pdfText = "";

Expand All @@ -20,7 +20,7 @@

function createURL() {
changeHref = 'starpassprnt://v1/print/nopreview?';

// back
switch (document.getElementById("back").value) {
case "free":
Expand Down Expand Up @@ -217,7 +217,7 @@
default:
changeHref = changeHref + "&popup=" + document.getElementById("popup").value;
}

document.getElementById("send_data").value = changeHref;
}

Expand All @@ -230,7 +230,7 @@
}
else {
var file = "resource\/" + document.getElementById("html").value + "\.html";

var htmlFile = new XMLHttpRequest();
htmlFile.callback = callback;
htmlFile.open("GET", file, true);
Expand All @@ -245,10 +245,10 @@
}
htmlFile.send(null);
}

createURL();
}


function getPdf(callback) {
if (document.getElementById("pdf").value === 'none') {
Expand All @@ -275,7 +275,7 @@
}
pdfFile.send(null);
}

createURL();
}

Expand Down Expand Up @@ -304,13 +304,13 @@
</head>
<body bgcolor="aliceblue" onLoad="response()">
<h3>Star PassPRNT Web SDK</h3>

How to use<br>
<ul>
<li>You can change any setting, then tap the "Print" button.
<li>After printing, response from Star PassPRNT is displayed below.
</ul>

Note for Windows<br>
<ul>
<li>Star PassPRNT for Windows UWP does not support "pdf" query.
Expand Down Expand Up @@ -383,6 +383,8 @@ <h3>Star PassPRNT Web SDK</h3>
<option value="2w3">2w3</option>
<option value="2w4">2w4</option>
<option value="2w5">2w5</option>
<option value="2w6">2w6</option>
<option value="2w7">2w7</option>
<option value="3">3</option>
<option value="3w">3w</option>
<option value="3w2">3w2</option>
Expand Down Expand Up @@ -659,11 +661,11 @@ <h3>Star PassPRNT Web SDK</h3>
Sending URL to Star PassPRNT<br>
<textarea id="send_data" cols="80" rows="30" wrap="soft"></textarea><br>
</form>

<hr>

<footer>
<p>Sample Ver 1.2.0</p>
<p>Sample Ver 1.3.0</p>
<p><small>Copyright 2020 - 2023 Star Micronics Co., Ltd. All rights reserved.</small></p>
</footer>

Expand Down
Empty file modified UsersManual_Android.url
100644 → 100755
Empty file.
Empty file modified UsersManual_UWP.url
100644 → 100755
Empty file.
Empty file modified UsersManual_iOS.url
100644 → 100755
Empty file.

0 comments on commit d7f9c13

Please sign in to comment.