Skip to content

Commit

Permalink
MBMS-61276 change UUID size and position on pre need form 40-10007 pdf (
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-antonioli authored Mar 26, 2024
1 parent ab0a269 commit 2b7d0e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ def self.stamp2010207(stamped_template_path, form)
def self.stamp4010007_uuid(uuid)
uuid = "UUID: #{uuid}"
stamped_template_path = 'tmp/vba_40_10007-tmp.pdf'
desired_stamps = [[410, 20]]
desired_stamps = [[390, 18]]
page_configuration = [
{ type: :text, position: desired_stamps[0] }
]

verified_multistamp(stamped_template_path, uuid, page_configuration, 7)
verified_multistamp(stamped_template_path, uuid, page_configuration, 9)
end

def self.multistamp(stamped_template_path, signature_text, page_configuration, font_size = 16)
Expand Down

0 comments on commit 2b7d0e7

Please sign in to comment.