How to Install libpdf-writer-perl in Ubuntu 18.04



Install libpdf-writer-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libpdf-writer-perl

Description:

PDF writer abstraction layer

PDF::Writer is a generalised API that allows a module that generates PDFs to transparently target multiple backends without changing its code. The currently supported backends are: * PDF::API2 * PDFlib (versions 3+) * Mock If both PDF::API2 and pdflib_pl are available, PDF::API2 is preferred. If neither is available, a run-time exception will be thrown.

Homepage: https://metacpan.org/release/PDF-Writer

Version: 0.06-1

Section: universe/perl