pdfkit-table icon indicating copy to clipboard operation
pdfkit-table copied to clipboard

Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with javascript (PDFKIT plugin)

Results 48 pdfkit-table issues
Sort by recently updated
recently updated
newest added

I would like to ask if it is possible to generate a table like this. ![image](https://user-images.githubusercontent.com/39700857/185350457-ee3fb48a-6e6a-428f-accd-7bcc6680d8d2.png) I have a problem, I cant merge cells of table. Any help?

All your posts say there is a property to do this, but no where does it show what the property is called or an example on how to use it....

If a cell contains a long text making the table spreading on several pages, the layout is broken. The problem can be simply reproduced with the following code : const...

bug

closes #89 This PR aims to allow users to pass text features to the `.text()` functions this library uses to render texts As described in the attached issue, is to...

I'm creating multiples tables with a helper function. The first table works okay, but the following ones have the first header label mixed with the table title. ![image](https://user-images.githubusercontent.com/42692586/171846509-aa6ce894-610b-4bae-be8b-2d532eb89ab9.png) ```js await...

bug

how to add row or column border and change its property like width, color

Hi, Sometimes the data of a row is not contained to the row itself, but a new page is inserted with the remaining data on a new page that it...

bug

In order to use the alternating row style with in a Typescript project the declaration for the function **addBackground** has been added. Also exported the declared interfaces in order to...

`const PDFGenerator = require('pdfkit','pdfkit-table')` when I call `doc.table(tableJson)`, it returns `doc.table is not a function`

const table = { title: this.settings.title, headers: this.settings?.headers.map((header: any) => { const arrow = header.property === orders?.orderBy ? (orders?.orderType === 'ASC' ? ' ↑' : ' ↓') : ''; return...