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 c0570e47
authored
2023-09-08 18:30:39 -0300
by
juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
correcciones esteticas
1 parent
9d477103
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
main.py
static/src/pdf2.js
main.py
View file @
c0570e4
...
@@ -386,4 +386,4 @@ def _e2q(string):
...
@@ -386,4 +386,4 @@ def _e2q(string):
# Inicio del servicio
# Inicio del servicio
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
app
.
run
(
"0.0.0.0"
,
port
=
5555
)
\ No newline at end of file
\ No newline at end of file
app
.
run
(
"0.0.0.0"
,
port
=
8765
)
\ No newline at end of file
\ No newline at end of file
static/src/pdf2.js
View file @
c0570e4
...
@@ -54,7 +54,7 @@ class PDF2 {
...
@@ -54,7 +54,7 @@ class PDF2 {
header
.
addRelativeChildren
([
header
.
addRelativeChildren
([
new
Text
(
"Dominio: "
+
data
[
'patente'
],
new
Vector
(
Pos
.
beg_margin
,
Pos
.
third
),
this
.
font
),
new
Text
(
"Dominio: "
+
data
[
'patente'
],
new
Vector
(
Pos
.
beg_margin
,
Pos
.
third
),
this
.
font
),
new
Text
(
"Ingeniero: "
+
data
[
'ingeniero'
],
new
Vector
(
Pos
.
quarter
+
4
,
Pos
.
third
),
this
.
font
),
new
Text
(
"Ingeniero: "
+
data
[
'ingeniero'
],
new
Vector
(
Pos
.
quarter
+
4
,
Pos
.
third
),
this
.
font
),
new
Text
(
"Fecha y hora "
+
data
[
'fecha'
]
+
data
[
'hora'
],
new
Vector
(
Pos
.
beg_margin
,
Pos
.
two_thirds
),
this
.
font
)
new
Text
(
"Fecha y hora "
+
data
[
'fecha'
]
+
" "
+
data
[
'hora'
],
new
Vector
(
Pos
.
third
+
4
,
Pos
.
third
),
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