Method: IsoDoc::PresentationXMLConvert#imageconvert

Defined in:
lib/isodoc/presentation_function/image.rb

#imageconvert(docxml) ⇒ Object



31
32
33
34
35
36
# File 'lib/isodoc/presentation_function/image.rb', line 31

def imageconvert(docxml)
  docxml.xpath(ns("//image")).each do |f|
    eps2svg(f)
    svg_emf_double(f)
  end
end