pdfjs icon indicating copy to clipboard operation
pdfjs copied to clipboard

Missing TS types

Open knownasilya opened this issue 2 years ago • 3 comments

Seems like no border styles are in the options, like borderWidth and borderColor on cells and rows.

knownasilya avatar Jul 12 '21 19:07 knownasilya

Also I think widths should take ${number}% string type

knownasilya avatar Jul 12 '21 20:07 knownasilya

Seems like no border styles are in the options, like borderWidth and borderColor on cells and rows.

You are right, this is indeed missing for table cells and rows - thanks for the report!

Also I think widths should take ${number}% string type

I might have forgotten about it, but I don't think that pdfjs supports percentage values for widths - only null (or *) as a way to take up the rest of the space.

rkusa avatar Jul 29 '21 08:07 rkusa

but I don't think that pdfjs supports percentage values for widths

It used to, seems like the functionality was removed?

knownasilya avatar Jul 29 '21 14:07 knownasilya