Create Table In PDF

This plug-in allows users to create table in pdf with images. To insert tabular data and to embed image, user needs to pass json comprising of headers and column details. Column details consist of textual data and image data with row numbers.

The configuration parameters are:

  • PDF width and height in mm
  • Table margin in mm
  • Header List
    • Background color
    • Border color
    • Horizontal and vertical alignment of text and weight
  • Corresponding column details in map (from header) consisting of column data in list
  • For images
    • Image document id
    • Start and end row
    • Background color
    • Border color
    • Row number
    • Image scale in percentage

The following types of image configurations are supported:

  • Single cell (start row and end row will be same) with one image
  • Single cell (start row and end row will be same) with multiple image tiled vertically
  • Multiple cell grouped (need to provide start row and end row) and one image
  • Multiple cell grouped (need to provide start row and end row) with multiple image tiled vertically

Note: The plugin uses iText library which has AGPL License, please visit https://itextpdf.com/commercial to get additional information.

Anonymous