```&lt;?xml version="1.0"?&gt;<!DOCTYPE pdf PUBLIC...
# suitescript
m
Copy code
<?xml version="1.0"?><!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdf>
    <head>
        <style type="text/css">
            table {
                font-family: sans-serif;
                font-size: 9pt;
                table-layout: fixed;
                width: 100%
            }
            b { font-weight: bold; color: #333333; }
            .font-very-large { font-size: 14pt; }
            .dotted-bottom { border-bottom: 1px dotted black; }
            .solid-right { border-right: 1px solid gray; }
            .solid-bottom { border-bottom: 1px solid gray; }
            .height-regular { height: 17px; }
            .height-large { height: 21px; }
            .thick-table-border { border: 2px solid black; }
        </style>
    </head>
    <body padding="0.25in 0.5in 0.25in 0.5in" size="Letter">
        Test
    </body>
</pdf>