• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

INFO/H03-May-2022-357231

examples/H27-Dec-2020-1,7011,251

lib/PDF/H27-Dec-2020-2,9441,107

t/H27-Dec-2020-540404

util/H27-Dec-2020-384232

.perl-versionH A D08-Apr-20208 21

.perlcriticrcH A D13-Oct-201695 53

ChangesH A D27-Dec-20207 KiB154119

MANIFESTH A D27-Dec-2020758 3837

MANIFEST.SKIPH A D23-Apr-2020329 3022

META.jsonH A D27-Dec-20201.1 KiB5150

META.ymlH A D27-Dec-2020716 2726

Makefile.PLH A D27-Dec-20201.2 KiB3419

PDFprefH A D17-Oct-202080 21

READMEH A D07-Apr-202066 21

README.mdH A D25-Dec-20202 KiB5838

versionH A D06-Nov-20207 21

README

1See README.md or visit https://github.com/PhilterPaper/PDF-Table
2

README.md

1# PDF::Table
2
3This module creates text blocks and tables into PDF documents using the
4PDF::API2 or PDF::Builder Perl module.
5
6The official repository for PDF::Table module collaboration:
7"https://github.com/PhilterPaper/PDF-Table.git"
8
9Any patches, pull requests, issues and feedback are more than welcome.
10
11Do NOT under ANY circumstances open a PR (Pull Request) to report a bug. It is
12a waste of both your and our time and effort. Open a regular ticket (issue),
13and attach a Perl (.pl) program illustrating the problem, if possible. If you
14believe that you have a program patch, and offer to share it as a PR, we may
15give the go-ahead. Unsolicited PRs may be closed without further action.
16
17## Prerequisites
18
19Required for installation: Test::More
20Optional for installation: Test::Pod, Test::CheckManifest
21
22Required for running: Carp, PDF::API2 and/or PDF::Builder
23Optional for running: Pod::Simple::HTML
24
25## Installation
26
27To install the module from CPAN, please type the following command:
28
29```cpanm PDF::Table```
30
31To test or add features to this module, please type the following command:
32
33```cpanm .```
34
35## Changes
36To see a list of changes, please do one or more of the following:
37- Read the [Changes](Changes) file
38- Review commits history on GitHub
39- Make a diff from the tools menu at CPAN
40
41## Contacts
42
43- Use the issue tracker on GitHub, "https://github.com/PhilterPaper/PDF-Table/issues"
44- See "https://metacpan.org/pod/PDF::Table" for distribution and more information
45
46## License
47Copyright (C) 2006 by Daemmon Hughes
48
49Extended by Desislav Kamenov (Twitter @deskata) versions 0.02 - 0.11
50
51Extended by Phil Perry since version 0.12
52Copyright (C) 2020 by Phil M Perry
53
54This library is free software; you can redistribute it and/or modify
55it under the same terms as Perl itself, either Perl version 5.8.7 or,
56at your option, any later version of Perl 5 you may have available.
57Note that Perl 5.10 is now the minimum for installation.
58