How to add internal PDF links inside a table using Prawn and Prawn table
Published 10 July 2015 under ruby, prawn, pdf, software

On a recent project we needed to generate a PDF using Prawn. The PDF has links from a list of contents into a table. The normal way (when not using a table) for adding internal links is to do the...

Read more →

Concatenating PDF files using ghostscript
Published 03 February 2015 under pdf, ghostscript, tips

If you ever find yourself with multiple PDF files that need to be combined into one single PDF you can use the following incantation on Linux: gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite...

Read more →