Comparing version 0.4.7 to 0.4.8
@@ -184,2 +184,6 @@ 'use strict'; | ||
contextPrototype.getLineDash= function() { | ||
return this.dashArray; | ||
}; | ||
contextPrototype.fillText = function(text, x, y, maxWidth, fontSize) { | ||
@@ -186,0 +190,0 @@ var str = text.trim(); |
{ | ||
"name": "pdf2json", | ||
"_id": "pdf2json@0.4.7", | ||
"version": "0.4.7", | ||
"_id": "pdf2json@0.4.8", | ||
"version": "0.4.8", | ||
"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
3261543
35850