fix annot

This commit is contained in:
Pete Matsyburka
2024-03-21 16:25:49 +02:00
parent 1f49ba069e
commit 2fdc294293
+1
View File
@@ -9,6 +9,7 @@ module Templates
pdf.pages.flat_map.with_index do |page, index|
(page[:Annots] || []).filter_map do |annot|
next if annot.blank?
next if annot[:A].blank? || annot[:A][:URI].blank?
next unless annot[:Subtype] == :Link
next if !annot[:A][:URI].starts_with?('https://') && !annot[:A][:URI].starts_with?('http://')