Sha256: cde108af5d3b475cc9479ad2a64aa3f93aae8a48dcb076bce72929eafab36b5d

Contents?: true

Size: 220 Bytes

Versions: 4

Compression:

Stored size: 220 Bytes

Contents

require_relative 'pptx_data/presentation.rb'

module OoxmlParser
  class PptxParser
    def self.parse_pptx(path_to_file)
      Parser.parse_format(path_to_file) do
        Presentation.parse
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ooxml_parser-0.4.1 lib/ooxml_parser/pptx_parser/pptx_parser.rb
ooxml_parser-0.4.0 lib/ooxml_parser/pptx_parser/pptx_parser.rb
ooxml_parser-0.3.0 lib/ooxml_parser/pptx_parser/pptx_parser.rb
ooxml_parser-0.2.0 lib/ooxml_parser/pptx_parser/pptx_parser.rb