flatten pdf form when signing

pull/217/head
Pete Matsyburka 2 years ago
parent c987ec172a
commit 6d590e13c9

@ -294,6 +294,12 @@ module Submissions
HexaPDF::Document.new(io: StringIO.new(attachment.download)) HexaPDF::Document.new(io: StringIO.new(attachment.download))
end end
begin
pdf.acro_form&.flatten
rescue StandardError => e
Rollbar.error(e) if defined?(Rollbar)
end
[attachment.uuid, pdf] [attachment.uuid, pdf]
end end
end end

Loading…
Cancel
Save