mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-16 07:10:30 -07:00
33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Help</title>
|
|
<link rel="stylesheet" href="../skin.css" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>Help</h1>
|
|
<p>Here is some useful information.</p>
|
|
<h2>Note</h2>
|
|
<ul>
|
|
<li>Preview (and printed) image is mono-colored. Only black and white.</li>
|
|
<li>Threshold is the "darkness" required for image pixels to turning black. The higher it is, the image is brighter.</li>
|
|
</ul>
|
|
<hr />
|
|
<h2>Function</h2>
|
|
<h3>Print Image</h3>
|
|
<p>You can print an image to cat printer in that page.</p>
|
|
<p>Select a photo, click preview, check the preview and adjust threshold.</p>
|
|
<p>When satisfied, select printer device and print!</p>
|
|
<h3>Print Document</h3>
|
|
<p>Simply copy-paste your document content from office software to that page, the format is preserved and the result can be previewed.</p>
|
|
<p>Image can't be there because of security policy. Please use "Custom Print" if necessory.</p>
|
|
<h3>Custom Print</h3>
|
|
<p>You can freely arrange the content of a canvas then print it. Insert/edit text, image, or QRCode.</p>
|
|
<hr />
|
|
</main>
|
|
</body>
|
|
</html> |