class HexaPDF::CLI::Files
def each_file(doc, &block) # :yields: obj, index
Iterates over all embedded files.
def each_file(doc, &block) # :yields: obj, index doc.files.each(search: @search).select(&:embedded_file?).each_with_index(&block) end
def each_file(doc, &block) # :yields: obj, index doc.files.each(search: @search).select(&:embedded_file?).each_with_index(&block) end