mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-30 03:42:15 +00:00
Added printing requirements
This commit is contained in:
16
z3c/rml/tests/input/rml-examples-000-simple.rml
Normal file
16
z3c/rml/tests/input/rml-examples-000-simple.rml
Normal file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE document SYSTEM "rml_1_0.dtd">
|
||||
<document filename="test_000_simple.pdf" invariant="1">
|
||||
<stylesheet/>
|
||||
|
||||
<pageDrawing>
|
||||
<drawCentredString x="4.1in" y="5.8in">
|
||||
Hello World. First Page Drawing
|
||||
</drawCentredString>
|
||||
</pageDrawing>
|
||||
<pageDrawing>
|
||||
<drawCentredString x="3.1in" y="4.8in">
|
||||
Hello World. Second Page Drawing
|
||||
</drawCentredString>
|
||||
</pageDrawing>
|
||||
|
||||
</document>
|
||||
Reference in New Issue
Block a user