Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
metsimporter
Commits
0d00ce9c
Commit
0d00ce9c
authored
Jun 03, 2022
by
Joerg-Holger Panzer
Browse files
Remove terms of use from disclaimer
comment out the terms of use
parent
966bbfbd
Pipeline
#300936
passed with stages
in 11 minutes and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
pdfconverter/src/main/resources/converter/img_to_pdf_converter.rb
View file @
0d00ce9c
...
...
@@ -957,27 +957,27 @@ class ImgToPdfConverter
pdf
.
font
'OpenSans'
,
:style
=>
:normal
pdf
.
bounding_box
([
0
,
375
],
:width
=>
600
,
:height
=>
100
)
do
#pdf.stroke_axis
#pdf.stroke_bounds
#
pdf.bounding_box([0, 375], :width => 600, :height => 100) do
#
#pdf.stroke_axis
#
#pdf.stroke_bounds
pdf
.
text
tou_header_de
,
:inline_format
=>
true
,
:size
=>
12
pdf
.
move_down
11
pdf
.
svg
IO
.
read
(
ccby_logo
)
#, at: [0, 25]
pdf
.
move_down
15
pdf
.
text
tou_text_de
,
:inline_format
=>
true
,
:size
=>
10
#, at: [0, 0]
end
#
pdf.text tou_header_de, :inline_format => true, :size => 12
#
pdf.move_down 11
#
pdf.svg IO.read(ccby_logo) #, at: [0, 25]
#
pdf.move_down 15
#
pdf.text tou_text_de, :inline_format => true, :size => 10 #, at: [0, 0]
#
end
pdf
.
bounding_box
([
0
,
255
],
:width
=>
600
,
:height
=>
100
)
do
#pdf.stroke_axis
#pdf.stroke_bounds
#
pdf.bounding_box([0, 255], :width => 600, :height => 100) do
#
#pdf.stroke_axis
#
#pdf.stroke_bounds
pdf
.
text
tou_header_en
,
:inline_format
=>
true
,
:size
=>
12
pdf
.
move_down
11
pdf
.
svg
IO
.
read
(
ccby_logo
)
# , at: [0, 0]
pdf
.
move_down
15
pdf
.
text
tou_text_en
,
:inline_format
=>
true
,
:size
=>
10
end
#
pdf.text tou_header_en, :inline_format => true, :size => 12
#
pdf.move_down 11
#
pdf.svg IO.read(ccby_logo) # , at: [0, 0]
#
pdf.move_down 15
#
pdf.text tou_text_en, :inline_format => true, :size => 10
#
end
pdf
.
bounding_box
(
contact_pos
,
:width
=>
contact_width
,
:height
=>
contact_height
)
do
#pdf.stroke_axis
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
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 comment