cdcv
cdcv
After the change to Typescript 3.2.2 by changing the package.json withe the contents in the previous post, followed by running npm install, the problem was solved and it npm run...
+1. This should be relatively easy to implement (sorry, can't offer to tho), and would make development in the browser possible, which would be fantastic.
Does this branch/PR make it possible to select/position tables relative to the xy coordinates of search text in a PDF document? I recently opened a feature request issue for this...
Thank you. I suggest that you add this info to the main readme, or add a link to it. Thanks again.
In client.js: async _connect() { if (this._protocolBytes) { this._protocolBytes.removeAllListeners(); // allow gc to remove old } this._clientId = this._connectionParameters.clientId || 1; this._serverVersion = 0; // build protocol bytes object this._protocolBytes...
For others who may run into this same problem, these settings significantly improved render time performance:
Glad you’re going to work on it. Great! It’s been a while, but here’s my recollection. I believe that the issue was that when rendering a dataset with a large...