1<html>
2<head>
3<title>html2ps/html2pdf &mdash; checking your system configuration</title>
4<style>
5body {
6  color:#000;
7  background-color:#fff;
8  margin:10px;
9  font-family:arial, helvetica, sans-serif;
10  color:#000;
11  font-size:12px;
12  line-height:18px;
13}
14
15p,td {
16  color:#000;
17  font-size:12px;
18  line-height:18px;
19  margin-top:3px;
20  vertical-align: top;
21}
22
23h1 {
24  font-family:arial, helvetica, sans-serif;
25  color:#669;
26  font-size:27px;
27  letter-spacing:-1px;
28  margin-top:12px;
29  margin-bottom:12px;
30}
31
32.check .title {
33  font-weight: bold;
34  padding: 0.2em;
35}
36
37.check .message {
38  padding: 0.2em;
39}
40
41.check .title.failed {
42  background-color: #fdd;
43}
44
45.check .title.warning {
46  background-color: #ffd;
47}
48
49.check .title.success {
50  background-color: #dfd;
51}
52
53.check .title.unknown {
54  background-color: #eee;
55}
56
57</style>
58</head>
59<body>
60<h1>Checking your system configuration</h1>
61
62<p>This script will attempt to check your system settings and detect
63most obvious problems which could prevent you from using html2ps:
64missing PHP extensions, invalid permissions on files used by the
65script, missing font files and so on. Please note that if list may be
66incomplete; please visit <a title="Opens in new window"
67target="_blank" href="http://www.tufat.com/forum/forumdisplay.php?f=58">html2ps
68support forum</a> in case you've encountered an unknown issue.
69</p>
70