Sha256: 5978dae234cace305d0d214a11565029fbc79ada7a01fee854cec4d84a1a6f76

Contents?: true

Size: 931 Bytes

Versions: 3

Compression:

Stored size: 931 Bytes

Contents

# Active Storage previewer for Microsoft Office files

Use [LibreOffice](https://www.libreoffice.org/) to generate previews for Microsoft Word documents, Microsoft PowerPoint presentations, and Microsoft Excel spreadsheets in [Active Storage](https://guides.rubyonrails.org/active_storage_overview.html).

## Requirements

* Rails 6.0 or newer
* [LibreOffice](https://www.libreoffice.org/) 6.2 or newer

## Usage

Add the `activestorage-office-previewer` gem to your app’s Gemfile and run `bundle install`:

```ruby
gem "activestorage-office-previewer"
```

Generate previews of Microsoft Office files using Active Storage’s [preview feature](https://guides.rubyonrails.org/active_storage_overview.html#previewing-files).

## License

This gem is released under the terms of the MIT license.

LibreOffice is released under the terms of the [Mozilla Public License, version 2.0](https://www.libreoffice.org/about-us/licenses/).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activestorage-office-previewer-0.1.2 README.md
activestorage-office-previewer-0.1.1 README.md
activestorage-office-previewer-0.1.0 README.md