Andrew Farrell

Results 5 comments of Andrew Farrell

Makes sense. Unfortunately, I've yet to see a working Ionic 2 example using the pouchdb-adapter-cordova-sqlite plugin. I gave it a good try but it kept throwing errors about expecting the...

No, Pouch has withdrawn built-in support for SQLite. You need an adaptor to connect to the Cordova Plugin, which exists but I could not get to work with Pouch. See...

I'm also having this issue.

I've just included this code and it works nicely. Would be good to see it merged. Thank you @GreenRover :-)

I'm also having this same issue:- Code:- const existingPdfBytes = await fs.readFile('./src/assets/RebateDeclaration-Template-2.pdf'); console.log('PDF Loaded...'); const pdfDoc = await PDFDocument.load(existingPdfBytes, { ignoreEncryption: true }); Fails:- Trying to parse invalid object: {"line":35,"column":17,"offset":12393})...