3 This module creates text blocks and tables into PDF documents using PDF::API2 Perl module.
 
   5 The official repository for PDF::Table module collaboration:
 
   6 https://github.com/kamenov/PDF-Table.git
 
   8 Any patches, pull requests, issues and feedback are more than welcome.
 
  12 To install the module from CPAN, please type the following command:
 
  14 ```cpanm PDF::Table```
 
  16 To test or add features to this module, please type the following command:
 
  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
 
  29 - Use the issue tracker on GitHub
 
  30 - See http://search.cpan.org/~omega/
 
  31 - See http://search.cpan.org/~jbazik/
 
  34 Copyright (C) 2006 by Daemmon Hughes
 
  36 Extended by Desislav Kamenov since version 0.02
 
  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.