Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdfkit-table-fx

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfkit-table-fx - npm Package Compare versions

Comparing version 0.1.98 to 0.1.99

4

package.json
{
"name": "pdfkit-table-fx",
"version": "0.1.98",
"version": "0.1.99",
"description": "PdfKit Table. Helps to draw informations in simple tables using pdfkit. #server-side. Generate pdf tables with javascript (PDFKIT plugin) ",

@@ -11,3 +11,3 @@ "main": "index.js",

},
"repository": "git+https://github.com/natancabral/pdfkit-table.git",
"repository": "git+https://https://github.com/renanferls/pdfkit-table-fx.git",
"author": "renanferls",

@@ -14,0 +14,0 @@ "keywords": [

@@ -9,4 +9,8 @@ <p align="center">

# pdfkit-table
# pdfkit-table-fx
### THIS IS A FORK OF pdfkit-table - https://github.com/natancabral/pdfkit-table
### IT JUST IMPROVE CORRECT TABLE CELL JUMPING WHEN THERE IS A LONG TEXT
### USE UNDER YOUR OWN RISK
#### Generate pdf tables with javascript (PDFKIT plugin)

@@ -18,17 +22,17 @@ Helps to draw informations in simple tables using pdfkit. #server-side.

[view pdf example](https://github.com/natancabral/pdfkit-table/raw/main/example/document.pdf) |
[color pdf](https://github.com/natancabral/pdfkit-table/raw/main/example/document-color.pdf) |
[full code example](https://github.com/natancabral/pdfkit-table/blob/main/example/index-example.js) |
[server example](https://github.com/natancabral/pdfkit-table/blob/main/example/index-server-example.js) |
[json example](https://github.com/natancabral/pdfkit-table/blob/main/example/index-json-example.js) |
[all](https://github.com/natancabral/pdfkit-table/blob/main/example/)
[view pdf example](https://github.com/natancabral/pdfkit-table-fx/raw/main/example/document.pdf) |
[color pdf](https://github.com/natancabral/pdfkit-table-fx/raw/main/example/document-color.pdf) |
[full code example](https://github.com/natancabral/pdfkit-table-fx/blob/main/example/index-example.js) |
[server example](https://github.com/natancabral/pdfkit-table-fx/blob/main/example/index-server-example.js) |
[json example](https://github.com/natancabral/pdfkit-table-fx/blob/main/example/index-json-example.js) |
[all](https://github.com/natancabral/pdfkit-table-fx/blob/main/example/)
<img src="https://github.com/natancabral/pdfkit-table/blob/main/example/pdf-sample.png"/>
<img src="https://github.com/natancabral/pdfkit-table-fx/blob/main/example/pdf-sample.png"/>
## Install [<img src="https://github.com/natancabral/pdfkit-table/blob/main/example/npm-tile.png">](https://www.npmjs.com/package/pdfkit-table)
## Install [<img src="https://github.com/natancabral/pdfkit-table-fx/blob/main/example/npm-tile.png">](https://www.npmjs.com/package/pdfkit-table)
[![NPM](https://nodei.co/npm/pdfkit-table.png)](https://www.npmjs.com/package/pdfkit-table)
[![NPM](https://nodei.co/npm/pdfkit-table-fx.png)](https://www.npmjs.com/package/pdfkit-table-fx)
```bash
npm install pdfkit-table
npm install pdfkit-table-fx
```

@@ -41,3 +45,3 @@

const fs = require("fs");
const PDFDocument = require("pdfkit-table");
const PDFDocument = require("pdfkit-table-fx");

@@ -44,0 +48,0 @@ // init document

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc