forked from steevjames/WirelessPrintingApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHowtouse
More file actions
67 lines (47 loc) · 1.66 KB
/
Howtouse
File metadata and controls
67 lines (47 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta content="en-us" http-equiv="Content-Language" />
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<title>HOW TO USE PRINTU</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<style>
.container {
margin: 7% 15%;
}
</style>
</head>
<body>
<div class="container">
<h1 class="text-center" style="margin-bottom: 30px;"><strong>HOW TO USE PRINTU</strong></h1>
<h3 class="styles">1. REGISTRATION</h3>
<ol>
<li>Provide username and password.</li>
<li>Provide mail id and contact number.</li>
<li>Click register.</li>
</ol>
<h3>2. LOGIN</h3>
<p>Login with your username and password. You will be directed to the user page.</p>
<h3>3. ADD CREDITS</h3>
<p>Make sure there is credit on your account. To add credits, go to the library and
add credits by paying the money required.</p>
<h3>4. SELECT PRINT OPTIONS</h3>
<ol>
<li>Choose between colour/black and white(colour setting).</li>
<li>Specify number of copies and page numbers.</li>
<li>Specify paper size setting.</li>
<li>When done, click next.</li>
</ol>
<h3>5. UPLOAD</h3>
<ol>
<li>Select the document to print.</li>
<li>Once file has been selected, click upload to transfer it to server.</li>
<li>You can check the uploaded file by clicking 'Preview'.</li>
<li>You can also delete the uploaded file.</li>
<li>When ready click next.</li>
</ol>
<h3>6. CHECK AND PRINT</h3>
<p>Check your settings and click 'print' to continue.</p>
</div>
</body>
</html>