flatten pdf form when signing

This commit is contained in:
Pete Matsyburka
2024-02-08 17:59:40 +02:00
parent c987ec172a
commit 6d590e13c9
@@ -294,6 +294,12 @@ module Submissions
HexaPDF::Document.new(io: StringIO.new(attachment.download))
end
begin
pdf.acro_form&.flatten
rescue StandardError => e
Rollbar.error(e) if defined?(Rollbar)
end
[attachment.uuid, pdf]
end
end