Commit 8d78d71f by Juan Pablo dure

pdf2

1 parent 0b00d2ab
...@@ -53,8 +53,9 @@ class PDF2 { ...@@ -53,8 +53,9 @@ class PDF2 {
header.addRelativeChildren([ header.addRelativeChildren([
new Text("Dominio: " + data['patente'], new Vector(Pos.beg_margin, Pos.two_thirds), this.font), new Text("Dominio: " + data['patente'], new Vector(Pos.beg_margin, Pos.two_thirds), this.font),
new Text("Fecha: " + data['fecha'], new Vector(Pos.third, Pos.two_thirds), this.font),
new Text("Fecha: " + data['fecha'], new Vector(Pos.third, Pos.two_thirds), this.font) new Text("Hora: " + data['hora'], new Vector(Pos.beg_margin, Pos.two_thirds), this.font),
new Text("Ingeniero: " + data['ingeniero'], new Vector(Pos.third, Pos.two_thirds), this.font)
]); ]);
return pointer.addxy(0, 3); return pointer.addxy(0, 3);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!