librex alternatives and similar packages
Based on the "Files and Directories" category.
Alternatively, view librex alternatives based on common mentions on social networks and blogs.
-
ex_guard
ExGuard is a mix command to handle events on file system modifications -
dir_walker
Simple Elixir file-system directory tree walker. It can handle large filesystems, as the tree is traversed lazily. -
eye_drops
Configurable Elixir mix task to watch file changes and run the corresponding command. -
elixgrep
An elixir framework to implement concurrent versions of common unix utilities, grep, find, etc.. -
Belt
Extensible file upload library with support for SFTP, S3 and Filesystem storage.
Elixir and Phoenix Application Security Platform
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of librex or a related project?
Popular Comparisons
README
Elixir library to convert office documents to other formats using LibreOffice.
Requirements
LibreOffice must be installed. It's recommended that you add the soffice binary your PATH. Otherwise you have to specify the absolute path to the soffice binary as the last parameter.
Installation
Add this to your mix.exs
file, then run mix do deps.get, deps.compile
:
{:librex, "~> 1.0"}
Examples
import Librex
convert("/Users/ricn/files/example.docx", "/Users/ricn/files/example.pdf")
convert("/Users/ricn/files/example.docx", "/Users/ricn/files/example.odt")
convert("/Users/ricn/files/example.docx", "/Users/ricn/files/example.pdf", "/path_to/soffice")
Credits
The following people have contributed ideas, documentation, or code to Librex:
- Richard Nyström
- Sergey Chechaev
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request