Chris@0: # Copyright (c) 2006 4ssoM LLC Chris@0: # Chris@0: # The MIT License Chris@0: # Chris@0: # Permission is hereby granted, free of charge, to any person obtaining a copy Chris@0: # of this software and associated documentation files (the "Software"), to deal Chris@0: # in the Software without restriction, including without limitation the rights Chris@0: # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell Chris@0: # copies of the Software, and to permit persons to whom the Software is Chris@0: # furnished to do so, subject to the following conditions: Chris@0: # Chris@0: # The above copyright notice and this permission notice shall be included in Chris@0: # all copies or substantial portions of the Software. Chris@0: # Chris@0: # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR Chris@0: # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, Chris@0: # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE Chris@0: # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER Chris@0: # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, Chris@0: # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN Chris@0: # THE SOFTWARE. Chris@0: Chris@0: $LOAD_PATH.unshift(File.dirname(__FILE__)) Chris@0: Chris@0: require 'rfpdf/errors' Chris@0: require 'rfpdf/view' Chris@0: require 'rfpdf/fpdf' Chris@0: require 'rfpdf/rfpdf' Chris@0: require 'rfpdf/chinese' Chris@0: require 'rfpdf/japanese' Chris@0: require 'rfpdf/korean'