Sha256: 745c29323914e38d8be4d699c08b6b26ff9f981f78e45008038bfe3b5ce186f7
Contents?: true
Size: 504 Bytes
Versions: 4
Compression:
Stored size: 504 Bytes
Contents
# coding: utf-8 module Pdfs2Pdf class << self # Customize the configuration for specific system (Ubuntu/OSX/etc) # See: ./lib/pdfs2pdf/configuration.rb for available options def update_config Pdfs2Pdf.configure do |config| # Note: add your custom config here # config.gs_binary = '/usr/bin/gs' # # config.default_options = { # paper_size: 'Letter', # .. # } # config.pdfmarks_meta = .. end end end end
Version data entries
4 entries across 4 versions & 1 rubygems