fix merge

This commit is contained in:
Pete Matsyburka
2025-06-11 17:52:08 +03:00
parent 4c530b3f88
commit efc8ba6b0a
+2 -1
View File
@@ -36,7 +36,8 @@ module PdfUtils
end
merged_content = StringIO.new
merged_pdf.write(merged_content)
merged_pdf.validate(auto_correct: true)
merged_pdf.write(merged_content, validate: false)
merged_content.rewind
merged_content