How to Install libpdf-create-perl in Ubuntu 18.04



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

sudo apt update
sudo apt install libpdf-create-perl

Description:

Perl module to create PDF files

PDF::Create allows you to create documents in the Portable Document Format (PDF) using a large number of primitives, and emit the result as a PDF file or stream. . Documents can have several pages, a table of content, an information section and many other PDF elements. Since documents are constructed on-the-fly, the memory footprint is not tied to the size of the pages; only the number of pages. . It is intended to be simple and highly portable, as it is written purely in Perl. For more complex tasks, see libpdf-api2-perl.

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

Version: 1.43-1

Section: universe/perl