|
|
|
|
@ -532,6 +532,8 @@ module Submissions
|
|
|
|
|
begin
|
|
|
|
|
pdf.acro_form.create_appearances(force: true) if pdf.acro_form && pdf.acro_form[:NeedAppearances]
|
|
|
|
|
pdf.acro_form&.flatten
|
|
|
|
|
rescue HexaPDF::MissingGlyphError
|
|
|
|
|
nil
|
|
|
|
|
rescue StandardError => e
|
|
|
|
|
Rollbar.error(e) if defined?(Rollbar)
|
|
|
|
|
end
|
|
|
|
|
|