@embedpdf/models 1.4.0 → 1.5.0
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/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/pdf.d.ts +4 -0
- package/package.json +1 -1
package/dist/pdf.d.ts
CHANGED
|
@@ -2200,6 +2200,10 @@ export interface PdfRenderPageOptions extends PdfRenderOptions {
|
|
|
2200
2200
|
* Whether to render annotations
|
|
2201
2201
|
*/
|
|
2202
2202
|
withAnnotations?: boolean;
|
|
2203
|
+
/**
|
|
2204
|
+
* Whether to render interactive form widgets
|
|
2205
|
+
*/
|
|
2206
|
+
withForms?: boolean;
|
|
2203
2207
|
}
|
|
2204
2208
|
export interface PdfRenderPageAnnotationOptions extends PdfRenderOptions {
|
|
2205
2209
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@embedpdf/models",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared type definitions, data models, and utility helpers (geometry, tasks, logging, PDF primitives) that underpin every package in the EmbedPDF ecosystem.",
|
|
6
6
|
"type": "module",
|