Skip to content

konrad-glowacki/pdftk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pdftk

Pdftk is gem for merging pdf files with pdftk library for Rails.

Installation

Configure it in an initializer: Pdftk.config = { :exe_path => '/usr/local/bin/pdftk' }

Next:

script/plugin install git://github.com/webkrak/pdftk.git
script/generate pdftk

or add this to your Gemfile:

gem 'pdftk'

Basic Usage

Is a example of usage:

pdf = Pdftk.new.merge(array_with_files_path_to_merging, output_file_path)

About

Rails gems for Pdftk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages