File: test-background.html

package info (click to toggle)
xhtml2pdf 0.2.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,412 kB
  • sloc: python: 12,740; makefile: 247; xml: 24
file content (23 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Background</title>
<style type='text/css'>
@page {
  background-image: url("pdf/background-sample.pdf");
  @frame text {
        top: 6cm;
        left: 4cm;
        right: 4cm;
        bottom: 4cm;
        -pdf-frame-border: 1;
    }
}
</style>
</head>
<body>
    Lorem ipsum...
</body>
</html>