printpdf 0.9.1

Rust library for reading and writing PDF files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
    <style>
        .box {
            width: 200px;
            height: 100px;
            border: 3px solid red;
            margin: 20px;
        }
    </style>
</head>
<body>
    <div class="box">Test Border</div>
</body>
</html>