Austen L. Strine
Austen L. Strine
Page units are not the same kind of "relative" as the x/y values. If I have a block of text at `node1.x` and another block of text at `node2.x`, and...
> Page units are not the same kind of "relative" as the x/y values. > > If I have a block of text at `node1.x` and another block of text...
Possible solution: https://github.com/Carthage/Carthage/issues/374
> I managed to figure this out using some pdfs I created with characters printed randomly on the page. > > 'w' appears to be in points. x, y, page...
https://github.com/modesty/pdf2json/blob/master/lib/pdfunit.js Right now the units are not actually relative - I'm thinking of adding in options for getting the relative units and doing a PR. In any case, you should...
I had this exact exception when using this for Postgres, and the workaround that worked for me for me was to pass the driver directly into the options for to...