Proper/best way to merge PDFs from Ruby?

  • Follow


[Note:  parts of this message were removed to make it a legal post.]

Doing simple concatenation of PDF files.

At the moment I'm invoking pdftk from within Ruby...
works fine, but feels ugly, and I don't want the dependency.

Any good way to do this? Even a one-off would be welcome...

Cheers,
Hal

0
Reply rubyhacker (83) 11/5/2009 8:04:41 AM

On Thu, Nov 5, 2009 at 3:04 AM, Hal Fulton <rubyhacker@gmail.com> wrote:
> Doing simple concatenation of PDF files.
>
> At the moment I'm invoking pdftk from within Ruby...
> works fine, but feels ugly, and I don't want the dependency.
>
> Any good way to do this? Even a one-off would be welcome...

This is what I tell Prawn users to do, so unfortunately for now I
don't have a better suggestion.
PDF merge is a non-trivial operation.   But we may end up with
something sooner or later...

-greg

0
Reply gregory.t.brown (1426) 11/5/2009 2:20:15 PM


1 Replies
66 Views

(page loaded in 0.12 seconds)

Similiar Articles:













7/23/2012 1:35:45 PM


Reply: