Comparing version 0.3.4 to 0.3.5
@@ -362,4 +362,14 @@ 'use strict'; | ||
contextPrototype.drawImage = function (image, var_args) { | ||
//MQZ. no image drawing support for now | ||
}; | ||
contextPrototype.getImageData = function (x, y, w, h) { | ||
//MQZ. returns empty data buffer for now | ||
return { | ||
width:w, | ||
height:h, | ||
data:new Uint8Array(w * h * 4) | ||
}; | ||
}; | ||
contextPrototype.stroke = function (aFill) { | ||
@@ -366,0 +376,0 @@ if (this.currentPath_.length < 2) { |
{ | ||
"name": "pdf2json", | ||
"_id": "pdf2json@0.3.4", | ||
"version": "0.3.4", | ||
"_id": "pdf2json@0.3.5", | ||
"version": "0.3.5", | ||
"description": "A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3253310
35667