Sha256: 3444f5c9ded4f78c2552b1b42e748af57988c20c8f01b5e7e894feec1d0099c1
Contents?: true
Size: 505 Bytes
Versions: 7
Compression:
Stored size: 505 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
7 entries across 7 versions & 1 rubygems