Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 8d78d71f
authored
2023-09-08 17:44:12 -0300
by
Juan Pablo dure
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
pdf2
1 parent
0b00d2ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
static/src/pdf2.js
static/src/pdf2.js
View file @
8d78d71
...
@@ -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
);
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment