UNPKG
pdf-lib-table
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
table creation add on for pdf-lib
github.com/nashtheflash/pdf-lib-table
nashtheflash/pdf-lib-table
pdf-lib-table
/
lib
/
columns
/
helpers.js
4 lines
(3 loc)
•
130 B
JavaScript
View Raw
1
2
3
4
export
function
updateIntrinsicPercentageWidth
(
maxColumnLength, tableWidth
) {
return
(maxColumnLength / tableWidth) *
100
; };