kc

Results 2 issues of kc

Here is the test case ``` javascript var jsondiffpatch = require('jsondiffpatch').create({ objectHash: function(obj, index) { if (typeof obj.blockid !== 'undefined') { return obj.blockid; } return '$$index:' + index; }, arrays:...

we can extract images in a pdf file by using the script below java -jar pdfbox-app-2.0.0.jar ExtractImages pdfWithImages.pdf I tried let image = page.getImageSync(); it converted the entire pdf to...