20 lines
424 B
XML
20 lines
424 B
XML
<Pdf Name="charpdf">
|
|
<Styles>
|
|
<Style Name="main_table">
|
|
<BorderWidth>1</BorderWidth>
|
|
</Style>
|
|
</Styles>
|
|
<Pages>
|
|
<Page>
|
|
<!--<Header>
|
|
|
|
</Header>-->
|
|
<Body>
|
|
<Label>
|
|
<Text>"Hallo Welt"</Text>
|
|
</Label>
|
|
</Body>
|
|
<!--<Footer></Footer>-->
|
|
</Page>
|
|
</Pages>
|
|
</Pdf> |