Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / doc / modules / README.PDF-Table
1 # PDF::Table
2
3 This module creates text blocks and tables into PDF documents using PDF::API2 Perl module.
4
5 The official repository for PDF::Table module collaboration:
6 https://github.com/kamenov/PDF-Table.git
7
8 Any patches, pull requests, issues and feedback are more than welcome.
9
10 ## Installation
11
12 To install the module from CPAN, please type the following command:
13
14 ```cpanm PDF::Table```
15
16 To test or add features to this module, please type the following command:
17
18 ```cpanm .```
19
20 ## Changes
21 To see a list of changes, please do one or more of the following:
22 - Read the [Changes](Changes) file
23 - Review commits history on GitHub
24 - Make a diff from the tools menu at CPAN
25
26 ## Contacts 
27 @deskata on Twitter 
28
29 - Use the issue tracker on GitHub
30 - See http://search.cpan.org/~omega/
31 - See http://search.cpan.org/~jbazik/
32
33 ## License
34 Copyright (C) 2006 by Daemmon Hughes
35
36 Extended by Desislav Kamenov since version 0.02
37
38 This library is free software; you can redistribute it and/or modify
39 it under the same terms as Perl itself, either Perl version 5.8.7 or,
40 at your option, any later version of Perl 5 you may have available.