Project

visio2pdf

0.0
No release in over 3 years
Low commit activity in last 3 years
Visio2pdf is a convert library, and easy to convert Visio files to PDF files with Ruby. Detailed description please see the README.md.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0
~> 3.1
~> 0.28.0
 Project Readme

Visio2PDF

MIT License Gem Version Code Climate Dependency Status Inline docs Stories in Ready

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

  1. Fork it ( https://github.com/changeworld/visio2pdf/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Execute before commit your changes (bundle exec rake)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

License

MIT License. For more imformation, please see LICENSE.