@ironsoftware/ironpdf 2024.1.1 → 2024.3.1
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 +4 -3
- package/src/internal/IronPdfEngine.ProtoFiles/chrome_render.proto +2 -1
- package/src/internal/IronPdfEngine.ProtoFiles/iron_pdf_service.proto +3 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_compress.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_form.proto +1 -5
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_pdf_document.proto +58 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_signature.proto +1 -0
- package/src/internal/IronPdfEngine.ProtoFiles/pdfium_text.proto +7 -0
- package/src/internal/generated_proto/iron_pdf_service.d.ts +9 -1
- package/src/internal/generated_proto/iron_pdf_service.d.ts.map +1 -1
- package/src/internal/generated_proto/iron_pdf_service.ts +9 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTextHeaderFooterP.d.ts +3 -3
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTextHeaderFooterP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/ChromeTextHeaderFooterP.ts +3 -3
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts +35 -0
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/IronPdfService.ts +41 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.d.ts +25 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCharObjectP.ts +28 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumCompressImagesRequestP.ts +2 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts +2 -3
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldP.ts +2 -3
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetCharObjectCollectionResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.d.ts +10 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionRequestP.ts +13 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.d.ts +12 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumGetTextObjectCollectionResultP.ts +15 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.d.ts +14 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumRedactTextRequestP.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.d.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.d.ts.map +1 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumSignRequestStreamP.ts +3 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.d.ts +8 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectCollectionP.ts +11 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts +17 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.d.ts.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.js +4 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.js.map +1 -0
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumTextObjectP.ts +20 -0
- package/src/internal/grpc_layer/chrome/stamp.d.ts +3 -3
- package/src/internal/grpc_layer/chrome/stamp.d.ts.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.js +3 -3
- package/src/internal/grpc_layer/chrome/stamp.js.map +1 -1
- package/src/internal/grpc_layer/chrome/stamp.ts +6 -6
- package/src/internal/grpc_layer/pdfium/page.d.ts +1 -1
- package/src/internal/grpc_layer/pdfium/page.d.ts.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.js +1 -1
- package/src/internal/grpc_layer/pdfium/page.js.map +1 -1
- package/src/internal/grpc_layer/pdfium/page.ts +2 -3
- package/src/internal/zod/affixSchema.d.ts +6 -0
- package/src/internal/zod/affixSchema.d.ts.map +1 -0
- package/src/internal/zod/affixSchema.js +36 -0
- package/src/internal/zod/affixSchema.js.map +1 -0
- package/src/internal/zod/affixSchema.ts +35 -0
- package/src/internal/zod/imageSchema.d.ts +6 -0
- package/src/internal/zod/imageSchema.d.ts.map +1 -0
- package/src/internal/zod/imageSchema.js +13 -0
- package/src/internal/zod/imageSchema.js.map +1 -0
- package/src/internal/zod/imageSchema.ts +18 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.d.ts +4 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.d.ts.map +1 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.js +34 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.js.map +1 -0
- package/src/internal/zod/ironpdfglobalconfigSchema.ts +32 -0
- package/src/internal/zod/pageSchema.d.ts +5 -0
- package/src/internal/zod/pageSchema.d.ts.map +1 -0
- package/src/internal/zod/pageSchema.js +18 -0
- package/src/internal/zod/pageSchema.js.map +1 -0
- package/src/internal/zod/pageSchema.ts +17 -0
- package/src/internal/zod/paperSchema.d.ts +8 -0
- package/src/internal/zod/paperSchema.d.ts.map +1 -0
- package/src/internal/zod/paperSchema.js +18 -0
- package/src/internal/zod/paperSchema.js.map +1 -0
- package/src/internal/zod/paperSchema.ts +22 -0
- package/src/internal/zod/pdfDocumentSchema.d.ts +4 -0
- package/src/internal/zod/pdfDocumentSchema.d.ts.map +1 -0
- package/src/internal/zod/pdfDocumentSchema.js +7 -0
- package/src/internal/zod/pdfDocumentSchema.js.map +1 -0
- package/src/internal/zod/pdfDocumentSchema.ts +6 -0
- package/src/internal/zod/renderSchema.d.ts +14 -0
- package/src/internal/zod/renderSchema.d.ts.map +1 -0
- package/src/internal/zod/renderSchema.js +88 -0
- package/src/internal/zod/renderSchema.js.map +1 -0
- package/src/internal/zod/renderSchema.ts +107 -0
- package/src/internal/zod/securitySchema.d.ts +4 -0
- package/src/internal/zod/securitySchema.d.ts.map +1 -0
- package/src/internal/zod/securitySchema.js +17 -0
- package/src/internal/zod/securitySchema.js.map +1 -0
- package/src/internal/zod/securitySchema.ts +15 -0
- package/src/internal/zod/signatureSchema.d.ts +5 -0
- package/src/internal/zod/signatureSchema.d.ts.map +1 -0
- package/src/internal/zod/signatureSchema.js +22 -0
- package/src/internal/zod/signatureSchema.js.map +1 -0
- package/src/internal/zod/signatureSchema.ts +22 -0
- package/src/internal/zod/stampSchema.d.ts +155 -0
- package/src/internal/zod/stampSchema.d.ts.map +1 -0
- package/src/internal/zod/stampSchema.js +79 -0
- package/src/internal/zod/stampSchema.js.map +1 -0
- package/src/internal/zod/stampSchema.ts +87 -0
- package/src/internal/zod/typeSchema.d.ts +38 -0
- package/src/internal/zod/typeSchema.d.ts.map +1 -0
- package/src/internal/zod/typeSchema.js +74 -0
- package/src/internal/zod/typeSchema.js.map +1 -0
- package/src/internal/zod/typeSchema.ts +120 -0
- package/src/public/affix.d.ts +5 -5
- package/src/public/affix.ts +5 -5
- package/src/public/image.d.ts +1 -9
- package/src/public/image.d.ts.map +1 -1
- package/src/public/image.js.map +1 -1
- package/src/public/image.ts +1 -9
- package/src/public/ironpdfglobalconfig.d.ts +8 -8
- package/src/public/ironpdfglobalconfig.ts +8 -8
- package/src/public/pdfDocument.d.ts +354 -43
- package/src/public/pdfDocument.d.ts.map +1 -1
- package/src/public/pdfDocument.js +835 -150
- package/src/public/pdfDocument.js.map +1 -1
- package/src/public/pdfDocument.ts +1125 -197
- package/src/public/pdfGenerator.d.ts +4 -4
- package/src/public/pdfGenerator.ts +4 -4
- package/src/public/render.d.ts +5 -5
- package/src/public/render.ts +5 -5
- package/src/public/stamp.d.ts +10 -10
- package/src/public/stamp.ts +11 -11
- package/src/public/types.d.ts +7 -7
- package/src/public/types.d.ts.map +1 -1
- package/src/public/types.js.map +1 -1
- package/src/public/types.ts +7 -8
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.d.ts +0 -7
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.d.ts.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.js +0 -4
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.js.map +0 -1
- package/src/internal/generated_proto/ironpdfengineproto/PdfiumFormFieldTypesP.ts +0 -10
|
@@ -64,7 +64,7 @@ export class IronPdfGlobalConfig {
|
|
|
64
64
|
export interface IronPdfConfig {
|
|
65
65
|
/**
|
|
66
66
|
* An address of IronPdf subprocess.
|
|
67
|
-
* @default
|
|
67
|
+
* @default 127.0.0.1:33350
|
|
68
68
|
*/
|
|
69
69
|
ironPdfEngineAddress?: string;
|
|
70
70
|
/**
|
|
@@ -74,7 +74,7 @@ export interface IronPdfConfig {
|
|
|
74
74
|
*
|
|
75
75
|
* Docker mode: IronPdf will not spawn subprocess but will connect to Docker instead.
|
|
76
76
|
*
|
|
77
|
-
* @default
|
|
77
|
+
* @default undefined
|
|
78
78
|
*/
|
|
79
79
|
ironPdfEngineDockerAddress?: string;
|
|
80
80
|
/**
|
|
@@ -82,7 +82,7 @@ export interface IronPdfConfig {
|
|
|
82
82
|
*
|
|
83
83
|
* Debug mode: MYAPP will expose more logging messages
|
|
84
84
|
*
|
|
85
|
-
* @default
|
|
85
|
+
* @default false
|
|
86
86
|
*/
|
|
87
87
|
debugMode?: boolean;
|
|
88
88
|
/**
|
|
@@ -96,12 +96,12 @@ export interface IronPdfConfig {
|
|
|
96
96
|
*
|
|
97
97
|
* See https://ironpdf.com/nodejs/licensing/ for licensing options.
|
|
98
98
|
*
|
|
99
|
-
* @default
|
|
99
|
+
* @default undefined
|
|
100
100
|
*/
|
|
101
101
|
licenseKey?: string;
|
|
102
102
|
/**
|
|
103
|
-
* SingleProcess mode Forces Chrome renderer to perform everything in the current process, rather than using subprocesses
|
|
104
|
-
* @default
|
|
103
|
+
* SingleProcess mode Forces Chrome renderer to perform everything in the current process, rather than using subprocesses (default true for macOS, false for other OS)
|
|
104
|
+
* @default false
|
|
105
105
|
*/
|
|
106
106
|
singleProcess?: boolean;
|
|
107
107
|
/**
|
|
@@ -111,7 +111,7 @@ export interface IronPdfConfig {
|
|
|
111
111
|
chromeBrowserLimit?: number;
|
|
112
112
|
/**
|
|
113
113
|
* Disk cache path for Chrome browser instances
|
|
114
|
-
* @default
|
|
114
|
+
* @default undefined
|
|
115
115
|
*/
|
|
116
116
|
chromeBrowserCachePath?: string;
|
|
117
117
|
/**
|
|
@@ -125,7 +125,7 @@ export interface IronPdfConfig {
|
|
|
125
125
|
* This will take a few minutes the next time you run IronPDF.
|
|
126
126
|
* Set this to false if manual Docker / Linux setup is more convenient:
|
|
127
127
|
* <a href="https://ironpdf.com/docs/questions/docker-linux/">more info</a>
|
|
128
|
-
* @default
|
|
128
|
+
* @default true
|
|
129
129
|
*/
|
|
130
130
|
autoInstallDependency?: boolean;
|
|
131
131
|
}
|
|
@@ -7,38 +7,6 @@ import { BarcodeStampOptions, BarcodeType, ChangeTrackingModes, ChromePdfRenderO
|
|
|
7
7
|
* @remark Make sure that you call {@link PdfDocument.close} or {@link cleanUp} to free the memory, when you stop using the PdfDocument object.
|
|
8
8
|
*/
|
|
9
9
|
export declare class PdfDocument {
|
|
10
|
-
/**
|
|
11
|
-
* Internal PDF document ID
|
|
12
|
-
* @private
|
|
13
|
-
*/
|
|
14
|
-
private pdfDocumentId?;
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
*/
|
|
18
|
-
private readonly promiseDocumentId?;
|
|
19
|
-
/**
|
|
20
|
-
* @private
|
|
21
|
-
*/
|
|
22
|
-
private pdfPassword?;
|
|
23
|
-
/**
|
|
24
|
-
* Create a PdfDocument object from a {@link PdfInput}
|
|
25
|
-
* For more specific way to create/open PdfDocment see {@link fromUrl} {@link fromZip} {@link fromHtml} {@link fromImage} {@link open}
|
|
26
|
-
*
|
|
27
|
-
* @param pdfInput see {@link PdfInput} (required)
|
|
28
|
-
* @param password a password to open the PDF required if PDF file was protected (pdfInput is {@link PdfFilePath} or {@link Buffer})
|
|
29
|
-
* @param trackChanges Optionally track changes to the document (for use with incremental saves)
|
|
30
|
-
*/
|
|
31
|
-
constructor(pdfInput?: PdfInput, password?: PdfPassword, trackChanges?: ChangeTrackingModes);
|
|
32
|
-
/**
|
|
33
|
-
* Dispose this PdfDocument object (clean up the resource)
|
|
34
|
-
* This is necessary to free the memory used by PdfDocument. See {@link cleanUp}
|
|
35
|
-
* Once this method was called this PdfDocument object no longer usable.
|
|
36
|
-
*/
|
|
37
|
-
close(): Promise<void>;
|
|
38
|
-
/**
|
|
39
|
-
* @private
|
|
40
|
-
*/
|
|
41
|
-
private getId;
|
|
42
10
|
/**
|
|
43
11
|
* Open or Create a PdfDocument from a {@link PdfInput}
|
|
44
12
|
* @param pdfInput {@link PdfInput}
|
|
@@ -47,22 +15,22 @@ export declare class PdfDocument {
|
|
|
47
15
|
static open(pdfInput: PdfInput, options?: {
|
|
48
16
|
/**
|
|
49
17
|
* required for open a protected PDF file
|
|
50
|
-
* @default
|
|
18
|
+
* @default undefined
|
|
51
19
|
*/
|
|
52
20
|
password?: PdfPassword;
|
|
53
21
|
/**
|
|
54
22
|
* Apply renderOptions if PdfInput is a {@link HtmlString} or {@link HtmlFilePath} or {@link ZipFilePath} or {@link Url}}
|
|
55
|
-
* @default
|
|
23
|
+
* @default undefined
|
|
56
24
|
*/
|
|
57
25
|
renderOptions?: ChromePdfRenderOptions;
|
|
58
26
|
/**
|
|
59
27
|
* Apply httpLoginCredentials if PdfInput is a {@link HtmlString} or {@link HtmlFilePath} or {@link ZipFilePath} or {@link Url}}
|
|
60
|
-
* @default
|
|
28
|
+
* @default undefined
|
|
61
29
|
*/
|
|
62
30
|
httpLoginCredentials?: HttpLoginCredentials;
|
|
63
31
|
/**
|
|
64
32
|
* Apply mainHtmlFile if PdfInput is {@link ZipFilePath}
|
|
65
|
-
* @default
|
|
33
|
+
* @default index.html
|
|
66
34
|
*/
|
|
67
35
|
mainHtmlFile?: string;
|
|
68
36
|
/**
|
|
@@ -85,7 +53,7 @@ export declare class PdfDocument {
|
|
|
85
53
|
static fromUrl(url: URL | string, options?: {
|
|
86
54
|
/**
|
|
87
55
|
* Apply renderOptions if PdfInput is a {@link HtmlString} or {@link HtmlFilePath} or {@link ZipFilePath} or {@link Url}}
|
|
88
|
-
* @default
|
|
56
|
+
* @default undefined
|
|
89
57
|
*/
|
|
90
58
|
renderOptions?: ChromePdfRenderOptions;
|
|
91
59
|
}): Promise<PdfDocument>;
|
|
@@ -106,7 +74,7 @@ export declare class PdfDocument {
|
|
|
106
74
|
static fromZip(zipFilePath: string, options?: {
|
|
107
75
|
/**
|
|
108
76
|
* Apply renderOptions if PdfInput is a {@link HtmlString} or {@link HtmlFilePath} or {@link ZipFilePath} or {@link Url}}
|
|
109
|
-
* @default
|
|
77
|
+
* @default undefined
|
|
110
78
|
*/
|
|
111
79
|
renderOptions?: ChromePdfRenderOptions;
|
|
112
80
|
/**
|
|
@@ -122,7 +90,7 @@ export declare class PdfDocument {
|
|
|
122
90
|
static fromHtml(htmlStringOrHtmlFilePath: string, options?: {
|
|
123
91
|
/**
|
|
124
92
|
* Apply renderOptions if PdfInput is a {@link HtmlString} or {@link HtmlFilePath} or {@link ZipFilePath} or {@link Url}}
|
|
125
|
-
* @default
|
|
93
|
+
* @default undefined
|
|
126
94
|
*/
|
|
127
95
|
renderOptions?: ChromePdfRenderOptions;
|
|
128
96
|
}): Promise<PdfDocument>;
|
|
@@ -136,7 +104,7 @@ export declare class PdfDocument {
|
|
|
136
104
|
static fromImage(images: ImageFilePath | ImageFilePath[] | ImageBuffer | ImageBuffer[], options?: {
|
|
137
105
|
/**
|
|
138
106
|
* Apply renderOptions if PdfInput is a {@link HtmlString} or {@link HtmlFilePath} or {@link ZipFilePath} or {@link Url}}
|
|
139
|
-
* @default
|
|
107
|
+
* @default undefined
|
|
140
108
|
*/
|
|
141
109
|
imageToPdfOptions?: ImageToPdfOptions;
|
|
142
110
|
}): Promise<PdfDocument>;
|
|
@@ -197,7 +165,7 @@ export declare class PdfDocument {
|
|
|
197
165
|
/**
|
|
198
166
|
* @default "all"
|
|
199
167
|
*/
|
|
200
|
-
|
|
168
|
+
pdfPageSelection?: PdfPageSelection;
|
|
201
169
|
}): Promise<void>;
|
|
202
170
|
/**
|
|
203
171
|
* Adds another PDF to the beginning of the current PdfDocument
|
|
@@ -236,7 +204,7 @@ export declare class PdfDocument {
|
|
|
236
204
|
/**
|
|
237
205
|
* @default "all"
|
|
238
206
|
*/
|
|
239
|
-
fromPages
|
|
207
|
+
fromPages?: PdfPageSelection;
|
|
240
208
|
}): Promise<Buffer[]>;
|
|
241
209
|
/**
|
|
242
210
|
* Renders the PDF and exports image Files in convenient formats. 1 image file is created for each
|
|
@@ -250,7 +218,7 @@ export declare class PdfDocument {
|
|
|
250
218
|
/**
|
|
251
219
|
* @default "all"
|
|
252
220
|
*/
|
|
253
|
-
fromPages
|
|
221
|
+
fromPages?: PdfPageSelection;
|
|
254
222
|
/**
|
|
255
223
|
* @default {@link ImageType.PNG}
|
|
256
224
|
*/
|
|
@@ -444,5 +412,348 @@ export declare class PdfDocument {
|
|
|
444
412
|
* all document security options.
|
|
445
413
|
*/
|
|
446
414
|
makePdfDocumentReadOnly(ownerPassword: string): Promise<void>;
|
|
415
|
+
/**
|
|
416
|
+
* Dispose this PdfDocument object (clean up the resource)
|
|
417
|
+
* This is necessary to free the memory used by PdfDocument. See {@link cleanUp}
|
|
418
|
+
* Once this method was called this PdfDocument object no longer usable.
|
|
419
|
+
*/
|
|
420
|
+
close(): Promise<void>;
|
|
421
|
+
/**
|
|
422
|
+
* Internal PDF document ID
|
|
423
|
+
* @private
|
|
424
|
+
*/
|
|
425
|
+
private pdfDocumentId?;
|
|
426
|
+
/**
|
|
427
|
+
* @private
|
|
428
|
+
*/
|
|
429
|
+
private readonly promiseDocumentId?;
|
|
430
|
+
/**
|
|
431
|
+
* @private
|
|
432
|
+
*/
|
|
433
|
+
private pdfPassword?;
|
|
434
|
+
/**
|
|
435
|
+
* Create a PdfDocument object from a {@link PdfInput}
|
|
436
|
+
* For more specific way to create/open PdfDocument see {@link fromUrl} {@link fromZip} {@link fromHtml} {@link fromImage} {@link open}
|
|
437
|
+
*
|
|
438
|
+
* @param pdfInput see {@link PdfInput} (required)
|
|
439
|
+
* @param password a password to open the PDF required if PDF file was private (pdfInput is {@link PdfFilePath} or {@link Buffer})
|
|
440
|
+
* @param trackChanges Optionally track changes to the document (for use with incremental saves)
|
|
441
|
+
*/
|
|
442
|
+
constructor(pdfInput?: PdfInput, password?: PdfPassword, trackChanges?: ChangeTrackingModes);
|
|
443
|
+
/**
|
|
444
|
+
* Dispose this PdfDocument object (clean up the resource)
|
|
445
|
+
* This is necessary to free the memory used by PdfDocument. See {@link cleanUp}
|
|
446
|
+
* Once this method was called this PdfDocument object no longer usable.
|
|
447
|
+
*/
|
|
448
|
+
private internal_close;
|
|
449
|
+
/**
|
|
450
|
+
* @private
|
|
451
|
+
*/
|
|
452
|
+
private internal_getId;
|
|
453
|
+
/**
|
|
454
|
+
* Open or Create a PdfDocument from a {@link PdfInput}
|
|
455
|
+
* @param pdfInput {@link PdfInput}
|
|
456
|
+
* @param options including {@link PdfPassword} {@link ChromePdfRenderOptions} {@link HttpLoginCredentials} mainHtmlFile
|
|
457
|
+
*/
|
|
458
|
+
private static internal_open;
|
|
459
|
+
/**
|
|
460
|
+
* Open a PdfDocument from .pdf file
|
|
461
|
+
* @param pdfFilePath A path to .pdf file
|
|
462
|
+
* @param Optionally track changes to the document (for use with incremental saves)
|
|
463
|
+
*/
|
|
464
|
+
private static internal_fromFile;
|
|
465
|
+
/**
|
|
466
|
+
* Create a PdfDocument from an Url
|
|
467
|
+
* @param url A website Url
|
|
468
|
+
* @param options including {@link ChromePdfRenderOptions}
|
|
469
|
+
*/
|
|
470
|
+
private static internal_fromUrl;
|
|
471
|
+
/**
|
|
472
|
+
* Creates a PDF file from a local Zip file, and returns it as a {@link PdfDocument}.
|
|
473
|
+
* IronPDF is a W3C standards compliant HTML rendering based on Google's Chromium browser.
|
|
474
|
+
* If your output PDF does not look as expected:
|
|
475
|
+
*
|
|
476
|
+
* - Validate your HTML file using https://validator.w3.org/ & CSS https://jigsaw.w3.org/css-validator/
|
|
477
|
+
*
|
|
478
|
+
* - To debug HTML, view the file in Chrome web browser's print preview which will work almost exactly as IronPDF.
|
|
479
|
+
*
|
|
480
|
+
* - Read our detailed documentation on pixel perfect HTML to PDF: https://ironpdf.com/tutorials/pixel-perfect-html-to-pdf/
|
|
481
|
+
*
|
|
482
|
+
* @param zipFilePath Path to a Zip to be rendered as a PDF.
|
|
483
|
+
* @param options including {@link ChromePdfRenderOptions} and `mainHtmlFile` a main .html file default: `index.html`
|
|
484
|
+
*/
|
|
485
|
+
private static internal_fromZip;
|
|
486
|
+
/**
|
|
487
|
+
* Creates a PDF file from a Html string, and returns it as an {@link PdfDocument} object which can be edited and saved to disk or served on a website.
|
|
488
|
+
* @param htmlStringOrHtmlFilePath The Html to be rendered as a PDF.
|
|
489
|
+
* @param options including {@link ChromePdfRenderOptions}
|
|
490
|
+
*/
|
|
491
|
+
private static internal_fromHtml;
|
|
492
|
+
/**
|
|
493
|
+
* Converts multiple image files to a PDF document. Each image creates 1 page which matches the image
|
|
494
|
+
* dimensions. The default PaperSize is A4. You can set it via ImageToPdfConverter.PaperSize.
|
|
495
|
+
* Note: Imaging.ImageBehavior.CropPage will set PaperSize equal to ImageSize.
|
|
496
|
+
* @param images The image file path name(s) or {@link ImageBuffer} object(s)
|
|
497
|
+
* @param options including {@link ImageToPdfOptions}
|
|
498
|
+
*/
|
|
499
|
+
private static internal_fromImage;
|
|
500
|
+
/**
|
|
501
|
+
* Static method that joins (concatenates) multiple PDF documents together into one compiled PDF document.
|
|
502
|
+
* If the PDF contains form fields the form field in the resulting PDF's name will be appended with '_{index}' e.g. 'Name' will be 'Name_0'
|
|
503
|
+
* @param pdfs array of PDF
|
|
504
|
+
*/
|
|
505
|
+
private static internal_mergePdf;
|
|
506
|
+
/**
|
|
507
|
+
* Saves the PdfDocument to a file.
|
|
508
|
+
* @param filePath Target file path
|
|
509
|
+
* @param saveOptions see {@link SaveOptions}
|
|
510
|
+
*/
|
|
511
|
+
private internal_saveAs;
|
|
512
|
+
/**
|
|
513
|
+
* Saves the PdfDocument to a binary (Buffer)
|
|
514
|
+
* @param saveOptions see {@link SaveOptions}
|
|
515
|
+
*/
|
|
516
|
+
private internal_saveAsBuffer;
|
|
517
|
+
/**
|
|
518
|
+
* Compress existing PDF images using JPG encoding and the specified settings
|
|
519
|
+
* @param imageQuality Quality (1 - 100) to use during compression
|
|
520
|
+
* @param scaleToVisibleSize Scale down the image resolution according to its visible size in the PDF document
|
|
521
|
+
*/
|
|
522
|
+
private internal_compressSize;
|
|
523
|
+
/**
|
|
524
|
+
* Remove document struct tree information which describes the logical layout of the document.
|
|
525
|
+
* Removing the "structure tree" can significantly reduce the disk space used by the document.
|
|
526
|
+
* Removing the "structure tree" of a complicated document can negatively impact text selection.
|
|
527
|
+
*/
|
|
528
|
+
private internal_compressStructTree;
|
|
529
|
+
/**
|
|
530
|
+
* Gets information of all pages in the PdfDocument
|
|
531
|
+
*/
|
|
532
|
+
private internal_getPagesInfo;
|
|
533
|
+
/**
|
|
534
|
+
* Gets the number of pages in the PdfDocument.
|
|
535
|
+
*/
|
|
536
|
+
private internal_getPageCount;
|
|
537
|
+
/**
|
|
538
|
+
* Set the page orientation.
|
|
539
|
+
* @param pageRotation see {@link PageRotation}
|
|
540
|
+
* @param options including {@link PdfPageSelection}
|
|
541
|
+
*/
|
|
542
|
+
private internal_setRotation;
|
|
543
|
+
/**
|
|
544
|
+
* Resize a page to the specified dimensions
|
|
545
|
+
* @param newSize {@link PdfPaperSize}
|
|
546
|
+
* @param options including {@link PdfPageSelection}
|
|
547
|
+
*/
|
|
548
|
+
private internal_resize;
|
|
549
|
+
/**
|
|
550
|
+
* Adds another PDF to the beginning of the current PdfDocument
|
|
551
|
+
* If AnotherPdfFile contains form fields, those fields will be appended with '_' in the resulting PDF. e.g. 'Name' will be 'Name_'
|
|
552
|
+
* @param fromPdfDocument PdfDocument to prepend
|
|
553
|
+
*/
|
|
554
|
+
private internal_prependAnotherPdf;
|
|
555
|
+
/**
|
|
556
|
+
* Appends another PDF to the end of the current <see cref="PdfDocument"/>
|
|
557
|
+
* If AnotherPdfFile contains form fields, those fields will be appended with '_' in the resulting PDF. e.g. 'Name' will be 'Name_'
|
|
558
|
+
* @param fromPdfDocument PdfDocument to Append
|
|
559
|
+
*/
|
|
560
|
+
private internal_appendAnotherPdf;
|
|
561
|
+
/**
|
|
562
|
+
* Inserts another PDF into the current PdfDocument, starting at a given Page Index.
|
|
563
|
+
* If AnotherPdfFile contains form fields, those fields will be appended with '_' in the resulting PDF. e.g. 'Name' will be 'Name_'
|
|
564
|
+
* @param fromPdfDocument Another PdfDocument
|
|
565
|
+
* @param insertAtPageIndex Index at which to insert the new content. Note: Page 1 has index 0...
|
|
566
|
+
*/
|
|
567
|
+
private internal_insertPagesFromAnotherPdf;
|
|
568
|
+
/**
|
|
569
|
+
* Removes a range of pages from the PDF
|
|
570
|
+
* @param pages pages to remove
|
|
571
|
+
*/
|
|
572
|
+
private internal_removePage;
|
|
573
|
+
/**
|
|
574
|
+
* Creates a new PDF by copying a range of pages from this {@link PdfDocument}.
|
|
575
|
+
* @param pages pages to copy (default "all")
|
|
576
|
+
*/
|
|
577
|
+
private internal_duplicate;
|
|
578
|
+
/**
|
|
579
|
+
* Finds all embedded Images from within a specified pages in the PDF and returns them as Buffer
|
|
580
|
+
* @param options including {@link PdfPageSelection}
|
|
581
|
+
*/
|
|
582
|
+
private internal_extractRawImages;
|
|
583
|
+
/**
|
|
584
|
+
* Renders the PDF and exports image Files in convenient formats. 1 image file is created for each
|
|
585
|
+
* page.
|
|
586
|
+
*
|
|
587
|
+
* @param options including {@link PdfPageSelection} {@link ImageType}
|
|
588
|
+
*
|
|
589
|
+
* @return array of images as Buffer[]
|
|
590
|
+
*/
|
|
591
|
+
private internal_rasterizeToImageBuffers;
|
|
592
|
+
/**
|
|
593
|
+
* Renders the PDF and exports image Files in convenient formats. 1 image file is created for each
|
|
594
|
+
* page. Running number will append output file path.
|
|
595
|
+
*
|
|
596
|
+
* @param filePath output file path.
|
|
597
|
+
* @param options including {@link PdfPageSelection} {@link ImageType}
|
|
598
|
+
*
|
|
599
|
+
* @return array of images file name as string[]
|
|
600
|
+
*/
|
|
601
|
+
private internal_rasterizeToImageFiles;
|
|
602
|
+
/**
|
|
603
|
+
* Replace the specified old text with new text on a given page
|
|
604
|
+
* @param oldText Old text to remove
|
|
605
|
+
* @param newText New text to add
|
|
606
|
+
* @param onPages Page index to search for old text to replace (default "all")
|
|
607
|
+
*/
|
|
608
|
+
private internal_replaceText;
|
|
609
|
+
private internal_extractText;
|
|
610
|
+
/**
|
|
611
|
+
* Convert the current document into the specified PDF-A standard format
|
|
612
|
+
* @param customICC (Optional) Custom color profile file path
|
|
613
|
+
*/
|
|
614
|
+
private internal_convertToPdfA;
|
|
615
|
+
/**
|
|
616
|
+
* Convert the current document into the specified PDF/UA standard format
|
|
617
|
+
*/
|
|
618
|
+
private internal_convertToPdfUA;
|
|
619
|
+
/**
|
|
620
|
+
* Gets a Map<string, string> of metadata properties
|
|
621
|
+
*/
|
|
622
|
+
private internal_getMetadata;
|
|
623
|
+
/**
|
|
624
|
+
* Add or Update a single metadata property
|
|
625
|
+
* @param key
|
|
626
|
+
* @param value
|
|
627
|
+
*/
|
|
628
|
+
private internal_addOrUpdateMetadata;
|
|
629
|
+
/**
|
|
630
|
+
* Remove a single metadata property
|
|
631
|
+
* @param key
|
|
632
|
+
*/
|
|
633
|
+
private internal_removeMetadata;
|
|
634
|
+
/**
|
|
635
|
+
* Sets a whole metadata properties Map<string, string> (override all the metadata property)
|
|
636
|
+
* @param newMetadataDictionary new metadata properties Map<string, string>
|
|
637
|
+
*/
|
|
638
|
+
private internal_overrideMetadata;
|
|
639
|
+
/**
|
|
640
|
+
* Sign PDF with digital signature certificate.
|
|
641
|
+
* Note that the PDF will not be fully signed until Saved
|
|
642
|
+
* using {@link saveAs} or {@link saveAsBuffer}
|
|
643
|
+
*
|
|
644
|
+
* Multiple certificates may be used.
|
|
645
|
+
* @param signature see {@link DigitalSignature}
|
|
646
|
+
*/
|
|
647
|
+
private internal_signDigitalSignature;
|
|
648
|
+
/**
|
|
649
|
+
* Check if PdfDocument was signed or not
|
|
650
|
+
*/
|
|
651
|
+
private internal_isSigned;
|
|
652
|
+
/**
|
|
653
|
+
* Count the number signature that signed to this PdfDocument
|
|
654
|
+
*/
|
|
655
|
+
private internal_signatureCount;
|
|
656
|
+
/**
|
|
657
|
+
* Apply page header on top of an existing Pdf.
|
|
658
|
+
* @param header {@link TextAffix}
|
|
659
|
+
* @param toPages {@link PdfPageSelection}
|
|
660
|
+
*/
|
|
661
|
+
private internal_addTextHeader;
|
|
662
|
+
/**
|
|
663
|
+
* Apply page footer on top of an existing Pdf.
|
|
664
|
+
* @param footer {@link TextAffix}
|
|
665
|
+
* @param toPages {@link PdfPageSelection}
|
|
666
|
+
*/
|
|
667
|
+
private internal_addTextFooter;
|
|
668
|
+
/**
|
|
669
|
+
* Apply HTML header on top of an existing Pdf.
|
|
670
|
+
* @param header {@link HtmlAffix}
|
|
671
|
+
* @param toPages {@link PdfPageSelection}
|
|
672
|
+
*/
|
|
673
|
+
private internal_addHtmlHeader;
|
|
674
|
+
/**
|
|
675
|
+
* Apply HTML footer on top of an existing Pdf.
|
|
676
|
+
* @param footer {@link HtmlAffix}
|
|
677
|
+
* @param toPages {@link PdfPageSelection}
|
|
678
|
+
*/
|
|
679
|
+
private internal_addHtmlFooter;
|
|
680
|
+
/**
|
|
681
|
+
* Edits the PDF by applying the HTML's rendered to only selected page(s).
|
|
682
|
+
* @param htmlStringOrHtmlFilePath
|
|
683
|
+
* @param options including {@link HtmlStampOptions} {@link PdfPageSelection}
|
|
684
|
+
*/
|
|
685
|
+
private internal_stampHtml;
|
|
686
|
+
/**
|
|
687
|
+
* Edits the PDF by applying the image to only selected page(s).
|
|
688
|
+
* @param image image file path or image buffer
|
|
689
|
+
* @param options including {@link ImageStampOptions} {@link PdfPageSelection}
|
|
690
|
+
*/
|
|
691
|
+
private internal_stampImage;
|
|
692
|
+
/**
|
|
693
|
+
* Edits the PDF by applying the text to only selected page(s).
|
|
694
|
+
* @param text text to stamp
|
|
695
|
+
* @param options including {@link TextStampOptions} {@link PdfPageSelection}
|
|
696
|
+
*/
|
|
697
|
+
private internal_stampText;
|
|
698
|
+
/**
|
|
699
|
+
* Edits the PDF by applying the barcode to only selected page(s).
|
|
700
|
+
* @param barcodeValue barcode
|
|
701
|
+
* @param options including {@link BarcodeType} {@link BarcodeStampOptions} {@link PdfPageSelection}
|
|
702
|
+
*/
|
|
703
|
+
private internal_stampBarcode;
|
|
704
|
+
/**
|
|
705
|
+
* Adds a background to each page of this PDF. The background is copied from a first page in the
|
|
706
|
+
* backgroundPdf document.
|
|
707
|
+
*
|
|
708
|
+
* @param fromPdf background PDF document
|
|
709
|
+
* @param sourcePageIndex Index (zero-based page number) of the page to copy from the Background/Foreground PDF. Default is 0.
|
|
710
|
+
* @param applyToPages PageSelection to which the background/foreground will be added. Default is "all"
|
|
711
|
+
*/
|
|
712
|
+
private internal_addBackgroundFromAnotherPdf;
|
|
713
|
+
/**
|
|
714
|
+
* Adds a foreground to each page of this PDF. The background is copied from a first page in the
|
|
715
|
+
* backgroundPdf document.
|
|
716
|
+
*
|
|
717
|
+
* @param fromPdf foreground PDF document
|
|
718
|
+
* @param sourcePageIndex Index (zero-based page number) of the page to copy from the Background/Foreground PDF. Default is 0.
|
|
719
|
+
* @param applyToPages PageSelection to which the background/foreground will be added. Default is "all"
|
|
720
|
+
*/
|
|
721
|
+
private internal_addForegroundFromAnotherPdf;
|
|
722
|
+
/**
|
|
723
|
+
* Removes all user and owner password security for a PDF document. Also disables content
|
|
724
|
+
* encryption.
|
|
725
|
+
* If content is encrypted at 128 bit, copy and paste of content, annotations and form editing may be disabled.
|
|
726
|
+
*/
|
|
727
|
+
private internal_removePasswordsAndEncryption;
|
|
728
|
+
/**
|
|
729
|
+
* Sets the user password and enables 128Bit encryption of PDF content.
|
|
730
|
+
* A user password is a password that each user must enter to open or print the PDF document.
|
|
731
|
+
*/
|
|
732
|
+
private internal_setUserPassword;
|
|
733
|
+
/**
|
|
734
|
+
* Sets the owner password and enables 128Bit encryption of PDF content. An owner password is one used to
|
|
735
|
+
* enable and disable all other security settings. <para>OwnerPassword must be set to a non-empty string
|
|
736
|
+
* value for {@link PdfPermission.AllowAccessibilityExtractContent} , {@link PdfPermission.AllowAnnotations} ,
|
|
737
|
+
* {@link PdfPermission.AllowFillForms}, {@link PdfPermission.AllowPrint}, {@link PdfPermission.AllowModify} to be
|
|
738
|
+
* restricted.
|
|
739
|
+
*/
|
|
740
|
+
private internal_setOwnerPassword;
|
|
741
|
+
/**
|
|
742
|
+
* Sets the permissions of this PdfDocument
|
|
743
|
+
* @param permissions see {@link PdfPermission}
|
|
744
|
+
*/
|
|
745
|
+
private internal_setPermission;
|
|
746
|
+
/**
|
|
747
|
+
* Gets the current permissions of this PdfDocument
|
|
748
|
+
* @return {@link PdfPermission}
|
|
749
|
+
*/
|
|
750
|
+
private internal_getPermission;
|
|
751
|
+
/**
|
|
752
|
+
* Makes this PDF document read only such that: Content is encrypted at 128 bit. Copy and paste of
|
|
753
|
+
* content is disallowed. Annotations and form editing are disabled.
|
|
754
|
+
* @param ownerPassword The owner password for the PDF. A string for owner password is required to enable PDF encryption and
|
|
755
|
+
* all document security options.
|
|
756
|
+
*/
|
|
757
|
+
private internal_makePdfDocumentReadOnly;
|
|
447
758
|
}
|
|
448
759
|
//# sourceMappingURL=pdfDocument.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pdfDocument.d.ts","sourceRoot":"","sources":["pdfDocument.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,MAAM,EAAC,MAAM,QAAQ,CAAC;AAC9B,OAAO,EACN,mBAAmB,EACnB,WAAW,EAAE,mBAAmB,EAChC,sBAAsB,EACtB,gBAAgB,EAChB,SAAS,EACT,YAAY,EACZ,gBAAgB,EAChB,UAAU,EACV,oBAAoB,EACpB,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,iBAAiB,EACjB,SAAS,EACT,QAAQ,EACR,YAAY,EACZ,QAAQ,EACR,gBAAgB,EAChB,YAAY,EACZ,WAAW,
|
|
1
|
+
{"version":3,"file":"pdfDocument.d.ts","sourceRoot":"","sources":["pdfDocument.ts"],"names":[],"mappings":"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"}
|