jkraemer / pdf-forms

Fill out PDF forms with pdftk (http://www.accesspdf.com/pdftk/).
MIT License
287 stars 73 forks source link

Documentation on cat (concatenate) method in pdf-forms #47

Closed noahmatisoff closed 8 years ago

noahmatisoff commented 8 years ago

I see that there is a cat method to concatenate documents, but there is no documentation on it?

Can we get an example on how to use it?

jkraemer commented 8 years ago

there's two test cases in test/pdftk_wrapper_test.rb doing a simple cat and one where only page ranges of the input files are taken.