请告诉我如何使用pdfmake使用下面提到的元素

时间:2016-02-29 06:44:14

标签: pdfmake

以下元素我如何在pdf make中使用创建cricle,rectangle或任何其他形状

 'tableCellPadding'
 'cellBorder',
 'headerCellBorder',
 'oddRowCellBorder',
 'evenRowCellBorder',
 'tableBorder'

1 个答案:

答案 0 :(得分:0)

$('#cmd').click(function () {
                  var docDefinition = { 

        pageMargins: [0, 0, 0, 0],
        content: [
                 canvas: [
                {
                    style: 'rectangleData',
                    type: 'rect',
                    x: 198,
                    y: -186,
                    w: 198,
                    h: 188,
                    r: 8,
                    lineWidth: 4,
                    lineColor: '#276fb8',

                },

                 ]
             }
           ]
       }