node-poppler 6.2.4 → 6.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-poppler",
3
- "version": "6.2.4",
3
+ "version": "6.2.5",
4
4
  "description": "Asynchronous node.js wrapper for the Poppler PDF rendering library",
5
5
  "keywords": [
6
6
  "async",
package/src/index.js CHANGED
@@ -554,7 +554,7 @@ class Poppler {
554
554
  *
555
555
  * If not set then the output filename will be derived from the PDF file name.
556
556
  * @param {object=} options - Object containing options to pass to binary.
557
- * @param {('default'|'none'|'gray'|'subpixel'|'fast'|'good'|'best')=} options.antialias Set the cairo
557
+ * @param {('default'|'none'|'gray'|'subpixel'|'fast'|'good'|'best')=} options.antialias - Set the cairo
558
558
  * antialias option used for text and drawing in image files (or rasterized regions in vector output).
559
559
  * @param {boolean=} options.cropBox - Uses the crop box rather than media box when
560
560
  * generating the files (PNG/JPEG/TIFF only).
@@ -1359,7 +1359,7 @@ class Poppler {
1359
1359
  * @param {number=} options.firstPageToConvert - Specifies the first page to convert.
1360
1360
  * @param {number=} options.fixedWidthLayout - Assume fixed-pitch (or tabular) text, with the
1361
1361
  * specified character width (in points). This forces physical layout mode.
1362
- * @param {boolean=} options.generateHtmlMetaFile Generate simple HTML file, including the
1362
+ * @param {boolean=} options.generateHtmlMetaFile - Generate simple HTML file, including the
1363
1363
  * meta information. This simply wraps the text in `<pre>` and `</pre>` and prepends the meta headers.
1364
1364
  * @param {boolean=} options.generateTsvFile - Generate a TSV file containing the bounding box
1365
1365
  * information for each block, line, and word in the file.
package/types/index.d.ts CHANGED
@@ -168,7 +168,7 @@ export class Poppler {
168
168
  *
169
169
  * If not set then the output filename will be derived from the PDF file name.
170
170
  * @param {object=} options - Object containing options to pass to binary.
171
- * @param {('default'|'none'|'gray'|'subpixel'|'fast'|'good'|'best')=} options.antialias Set the cairo
171
+ * @param {('default'|'none'|'gray'|'subpixel'|'fast'|'good'|'best')=} options.antialias - Set the cairo
172
172
  * antialias option used for text and drawing in image files (or rasterized regions in vector output).
173
173
  * @param {boolean=} options.cropBox - Uses the crop box rather than media box when
174
174
  * generating the files (PNG/JPEG/TIFF only).
@@ -530,7 +530,7 @@ export class Poppler {
530
530
  * @param {number=} options.firstPageToConvert - Specifies the first page to convert.
531
531
  * @param {number=} options.fixedWidthLayout - Assume fixed-pitch (or tabular) text, with the
532
532
  * specified character width (in points). This forces physical layout mode.
533
- * @param {boolean=} options.generateHtmlMetaFile Generate simple HTML file, including the
533
+ * @param {boolean=} options.generateHtmlMetaFile - Generate simple HTML file, including the
534
534
  * meta information. This simply wraps the text in `<pre>` and `</pre>` and prepends the meta headers.
535
535
  * @param {boolean=} options.generateTsvFile - Generate a TSV file containing the bounding box
536
536
  * information for each block, line, and word in the file.