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
Parents
  • I am trying to use this plugin in 19.2 and am having no luck. I know this plugin is only compatible with up to 18.4, but I was hoping this would work for the latest version since we use this for many clients. I am using almost an identical script as I have in previous versions that have worked, but continue to get an "Error - null" error when executing this.

  • Is there any documentation on the updated version? Curious if the JSON mappings changed from previous versions

Comment Children