Visio2PDF
Visio2PDF converts Visio files to PDF files.
Requirements
Operating system and Software
Visio2PDF should run on Windows systems as long as Microsoft Visio 2010 is available on this platform.
Installation
Add this line to your application's Gemfile:
gem 'visio2pdf'
And then execute:
$ bundle
Or install it yourself as:
$ gem install visio2pdf
Usage
Add this line to your application's file:
require 'visio2pdf'
Visio2pdf.exec([Existing directory path of the Visio file], e.g. '../visio')
Contributing
- Fork it ( https://github.com/changeworld/visio2pdf/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Execute before commit your changes (
bundle exec rake
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
License
MIT License. For more imformation, please see LICENSE.