@syncfusion/ej2-angular-pdfviewer 32.1.19 → 32.1.20-ngcc
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/@syncfusion/ej2-angular-pdfviewer.es5.js +279 -0
- package/@syncfusion/ej2-angular-pdfviewer.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-pdfviewer.js +260 -0
- package/@syncfusion/ej2-angular-pdfviewer.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +21 -28
- package/dist/ej2-angular-pdfviewer.umd.js +522 -0
- package/dist/ej2-angular-pdfviewer.umd.js.map +1 -0
- package/dist/ej2-angular-pdfviewer.umd.min.js +11 -0
- package/dist/ej2-angular-pdfviewer.umd.min.js.map +1 -0
- package/ej2-angular-pdfviewer.d.ts +5 -0
- package/ej2-angular-pdfviewer.metadata.json +1 -0
- package/package.json +47 -29
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +4 -4
- package/src/pdfviewer/pdfviewer-all.module.d.ts +19 -25
- package/src/pdfviewer/pdfviewer.component.d.ts +105 -108
- package/src/pdfviewer/pdfviewer.module.d.ts +5 -11
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +1 -1
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +1 -1
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +1 -1
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +1 -1
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +1 -1
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +1 -1
- package/styles/bootstrap5.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +1 -1
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +1 -1
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +1 -1
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +1 -1
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +1 -1
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +1 -1
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +1 -1
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +1 -1
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +2 -1
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +2 -1
- package/styles/pdfviewer/bds.scss +1 -1
- package/styles/pdfviewer/bootstrap-dark.scss +1 -1
- package/styles/pdfviewer/bootstrap.scss +1 -1
- package/styles/pdfviewer/bootstrap4.scss +1 -1
- package/styles/pdfviewer/bootstrap5-dark.scss +1 -1
- package/styles/pdfviewer/bootstrap5.3.scss +1 -1
- package/styles/pdfviewer/bootstrap5.scss +1 -1
- package/styles/pdfviewer/fabric-dark.scss +1 -1
- package/styles/pdfviewer/fabric.scss +1 -1
- package/styles/pdfviewer/fluent-dark.scss +1 -1
- package/styles/pdfviewer/fluent.scss +1 -1
- package/styles/pdfviewer/fluent2.scss +1 -1
- package/styles/pdfviewer/highcontrast-light.scss +1 -1
- package/styles/pdfviewer/highcontrast.scss +1 -1
- package/styles/pdfviewer/material-dark.scss +1 -1
- package/styles/pdfviewer/material.scss +1 -1
- package/styles/pdfviewer/material3-dark.scss +2 -1
- package/styles/pdfviewer/material3.scss +2 -1
- package/styles/pdfviewer/tailwind-dark.scss +1 -1
- package/styles/pdfviewer/tailwind.scss +1 -1
- package/styles/pdfviewer/tailwind3.scss +1 -1
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +1 -1
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +1 -1
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +1 -1
- package/CHANGELOG.md +0 -3501
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/index.mjs +0 -5
- package/esm2020/src/pdfviewer/pdfviewer-all.module.mjs +0 -65
- package/esm2020/src/pdfviewer/pdfviewer.component.mjs +0 -150
- package/esm2020/src/pdfviewer/pdfviewer.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs +0 -239
- package/fesm2015/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs +0 -239
- package/fesm2020/syncfusion-ej2-angular-pdfviewer.mjs.map +0 -1
- package/syncfusion-ej2-angular-pdfviewer.d.ts +0 -5
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComponentBase, ComponentMixins, setValue } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Annotation, BookmarkView, FormDesigner, FormFields, LinkAnnotation, Magnification, Navigation, PageOrganizer, PdfViewer, Print, TextSearch, TextSelection, ThumbnailView, Toolbar } from '@syncfusion/ej2-pdfviewer';
|
|
4
|
+
import { CommonModule } from '@angular/common';
|
|
5
|
+
|
|
6
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
7
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
9
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
10
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
11
|
+
};
|
|
12
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
13
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
14
|
+
};
|
|
15
|
+
const inputs = ['DropdownFieldSettings', 'ajaxRequestSettings', 'annotationDrawingOptions', 'annotationSelectorSettings', 'annotationSettings', 'annotations', 'areaSettings', 'arrowSettings', 'checkBoxFieldSettings', 'circleSettings', 'commandManager', 'contextMenuOption', 'contextMenuSettings', 'currentPageNumber', 'customContextMenuItems', 'customFonts', 'customStamp', 'customStampSettings', 'dateTimeFormat', 'designerMode', 'disableContextMenuItems', 'disableDefaultContextMenu', 'distanceSettings', 'documentPath', 'downloadFileName', 'drawingObject', 'enableAccessibilityTags', 'enableAnnotation', 'enableAnnotationToolbar', 'enableAutoComplete', 'enableBookmark', 'enableBookmarkStyles', 'enableCommentPanel', 'enableDesktopMode', 'enableDownload', 'enableFormDesigner', 'enableFormDesignerToolbar', 'enableFormFields', 'enableFormFieldsValidation', 'enableFreeText', 'enableHandwrittenSignature', 'enableHtmlSanitizer', 'enableHyperlink', 'enableImportAnnotationMeasurement', 'enableInkAnnotation', 'enableLocalStorage', 'enableMagnification', 'enableMeasureAnnotation', 'enableMultiLineOverlap', 'enableMultiPageAnnotation', 'enableNavigation', 'enableNavigationToolbar', 'enablePageOrganizer', 'enablePersistence', 'enablePinchZoom', 'enablePrint', 'enablePrintRotation', 'enableRtl', 'enableShapeAnnotation', 'enableShapeLabel', 'enableStampAnnotations', 'enableStickyNotesAnnotation', 'enableTextMarkupAnnotation', 'enableTextMarkupResizer', 'enableTextSearch', 'enableTextSelection', 'enableThumbnail', 'enableToolbar', 'enableZoomOptimization', 'exportAnnotationFileName', 'extractTextOption', 'formFieldCollections', 'formFields', 'freeTextSettings', 'handWrittenSignatureSettings', 'height', 'hideEmptyDigitalSignatureFields', 'hideSaveSignature', 'highlightSettings', 'hyperlinkOpenState', 'initialDialogSettings', 'initialFieldSettings', 'initialRenderPages', 'inkAnnotationSettings', 'interactionMode', 'isAnnotationToolbarOpen', 'isAnnotationToolbarVisible', 'isBookmarkPanelOpen', 'isCommandPanelOpen', 'isDocumentEdited', 'isExtractText', 'isFormDesignerToolbarVisible', 'isFormFieldDocument', 'isInitialFieldToolbarSelection', 'isMaintainSelection', 'isPageOrganizerOpen', 'isSignatureEditable', 'isThumbnailViewOpen', 'isValidFreeText', 'lineSettings', 'listBoxFieldSettings', 'locale', 'maxZoom', 'measurementSettings', 'minZoom', 'pageCount', 'pageOrganizerSettings', 'passwordFieldSettings', 'perimeterSettings', 'polygonSettings', 'printMode', 'printScaleFactor', 'radioButtonFieldSettings', 'radiusSettings', 'rectangleSettings', 'resourceUrl', 'restrictZoomRequest', 'retryCount', 'retryStatusCodes', 'retryTimeout', 'scrollSettings', 'selectedItems', 'serverActionSettings', 'serviceUrl', 'shapeLabelSettings', 'showCustomContextMenuBottom', 'showDigitalSignatureAppearance', 'showNotificationDialog', 'signatureDialogSettings', 'signatureFieldSettings', 'signatureFitMode', 'squigglySettings', 'stampSettings', 'stickyNotesSettings', 'strikethroughSettings', 'textFieldSettings', 'textSearchColorSettings', 'tileRenderingSettings', 'toolbarSettings', 'underlineSettings', 'volumeSettings', 'width', 'zoomMode', 'zoomValue'];
|
|
16
|
+
const outputs = ['addSignature', 'ajaxRequestFailed', 'ajaxRequestInitiate', 'ajaxRequestSuccess', 'annotationAdd', 'annotationDoubleClick', 'annotationMouseLeave', 'annotationMouseover', 'annotationMove', 'annotationMoving', 'annotationPropertiesChange', 'annotationRemove', 'annotationResize', 'annotationSelect', 'annotationUnSelect', 'beforeAddFreeText', 'bookmarkClick', 'buttonFieldClick', 'commentAdd', 'commentDelete', 'commentEdit', 'commentSelect', 'commentStatusChanged', 'created', 'customContextMenuBeforeOpen', 'customContextMenuSelect', 'documentLoad', 'documentLoadFailed', 'documentUnload', 'downloadEnd', 'downloadStart', 'exportFailed', 'exportStart', 'exportSuccess', 'extractTextCompleted', 'formFieldAdd', 'formFieldClick', 'formFieldDoubleClick', 'formFieldFocusOut', 'formFieldMouseLeave', 'formFieldMouseover', 'formFieldMove', 'formFieldPropertiesChange', 'formFieldRemove', 'formFieldResize', 'formFieldSelect', 'formFieldUnselect', 'hyperlinkClick', 'hyperlinkMouseOver', 'importFailed', 'importStart', 'importSuccess', 'keyboardCustomCommands', 'moveSignature', 'pageChange', 'pageClick', 'pageMouseover', 'pageOrganizerSaveAs', 'pageRenderComplete', 'pageRenderInitiate', 'printEnd', 'printStart', 'removeSignature', 'resizeSignature', 'resourcesLoaded', 'signaturePropertiesChange', 'signatureSelect', 'signatureUnselect', 'textSearchComplete', 'textSearchHighlight', 'textSearchStart', 'textSelectionEnd', 'textSelectionStart', 'thumbnailClick', 'toolbarClick', 'validateFormFields', 'zoomChange', 'pageOrganizerZoomChanged'];
|
|
17
|
+
const twoWays = [];
|
|
18
|
+
/**
|
|
19
|
+
* `ejs-pdfviewer` represents the Angular PdfViewer Component.
|
|
20
|
+
* ```html
|
|
21
|
+
* <ejs-pdfviewer></ejs-pdfviewer>
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
let PdfViewerComponent = class PdfViewerComponent extends PdfViewer {
|
|
25
|
+
/**
|
|
26
|
+
* @param {?} ngEle
|
|
27
|
+
* @param {?} srenderer
|
|
28
|
+
* @param {?} viewContainerRef
|
|
29
|
+
* @param {?} injector
|
|
30
|
+
*/
|
|
31
|
+
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
32
|
+
super();
|
|
33
|
+
this.ngEle = ngEle;
|
|
34
|
+
this.srenderer = srenderer;
|
|
35
|
+
this.viewContainerRef = viewContainerRef;
|
|
36
|
+
this.injector = injector;
|
|
37
|
+
this.element = this.ngEle.nativeElement;
|
|
38
|
+
this.injectedModules = this.injectedModules || [];
|
|
39
|
+
try {
|
|
40
|
+
let mod = this.injector.get('PdfViewerLinkAnnotation');
|
|
41
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
42
|
+
this.injectedModules.push(mod);
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
catch (_a) { }
|
|
46
|
+
try {
|
|
47
|
+
let mod = this.injector.get('PdfViewerBookmarkView');
|
|
48
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
49
|
+
this.injectedModules.push(mod);
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
catch (_b) { }
|
|
53
|
+
try {
|
|
54
|
+
let mod = this.injector.get('PdfViewerMagnification');
|
|
55
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
56
|
+
this.injectedModules.push(mod);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
catch (_c) { }
|
|
60
|
+
try {
|
|
61
|
+
let mod = this.injector.get('PdfViewerThumbnailView');
|
|
62
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
63
|
+
this.injectedModules.push(mod);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
catch (_d) { }
|
|
67
|
+
try {
|
|
68
|
+
let mod = this.injector.get('PdfViewerToolbar');
|
|
69
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
70
|
+
this.injectedModules.push(mod);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
catch (_e) { }
|
|
74
|
+
try {
|
|
75
|
+
let mod = this.injector.get('PdfViewerNavigation');
|
|
76
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
77
|
+
this.injectedModules.push(mod);
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
catch (_f) { }
|
|
81
|
+
try {
|
|
82
|
+
let mod = this.injector.get('PdfViewerPrint');
|
|
83
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
84
|
+
this.injectedModules.push(mod);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
catch (_g) { }
|
|
88
|
+
try {
|
|
89
|
+
let mod = this.injector.get('PdfViewerTextSelection');
|
|
90
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
91
|
+
this.injectedModules.push(mod);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
catch (_h) { }
|
|
95
|
+
try {
|
|
96
|
+
let mod = this.injector.get('PdfViewerTextSearch');
|
|
97
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
98
|
+
this.injectedModules.push(mod);
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
catch (_j) { }
|
|
102
|
+
try {
|
|
103
|
+
let mod = this.injector.get('PdfViewerAnnotation');
|
|
104
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
105
|
+
this.injectedModules.push(mod);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
catch (_k) { }
|
|
109
|
+
try {
|
|
110
|
+
let mod = this.injector.get('PdfViewerFormDesigner');
|
|
111
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
112
|
+
this.injectedModules.push(mod);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
catch (_l) { }
|
|
116
|
+
try {
|
|
117
|
+
let mod = this.injector.get('PdfViewerFormFields');
|
|
118
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
119
|
+
this.injectedModules.push(mod);
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
catch (_m) { }
|
|
123
|
+
try {
|
|
124
|
+
let mod = this.injector.get('PdfViewerPageOrganizer');
|
|
125
|
+
if (this.injectedModules.indexOf(mod) === -1) {
|
|
126
|
+
this.injectedModules.push(mod);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
catch (_o) { }
|
|
130
|
+
this.registerEvents(outputs);
|
|
131
|
+
this.addTwoWay.call(this, twoWays);
|
|
132
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
133
|
+
this.context = new ComponentBase();
|
|
134
|
+
}
|
|
135
|
+
/**
|
|
136
|
+
* @return {?}
|
|
137
|
+
*/
|
|
138
|
+
ngOnInit() {
|
|
139
|
+
this.context.ngOnInit(this);
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* @return {?}
|
|
143
|
+
*/
|
|
144
|
+
ngAfterViewInit() {
|
|
145
|
+
this.context.ngAfterViewInit(this);
|
|
146
|
+
}
|
|
147
|
+
/**
|
|
148
|
+
* @return {?}
|
|
149
|
+
*/
|
|
150
|
+
ngOnDestroy() {
|
|
151
|
+
this.context.ngOnDestroy(this);
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* @return {?}
|
|
155
|
+
*/
|
|
156
|
+
ngAfterContentChecked() {
|
|
157
|
+
this.context.ngAfterContentChecked(this);
|
|
158
|
+
}
|
|
159
|
+
};
|
|
160
|
+
PdfViewerComponent.decorators = [
|
|
161
|
+
{ type: Component, args: [{
|
|
162
|
+
selector: 'ejs-pdfviewer',
|
|
163
|
+
inputs: inputs,
|
|
164
|
+
outputs: outputs,
|
|
165
|
+
template: '',
|
|
166
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
167
|
+
queries: {}
|
|
168
|
+
},] },
|
|
169
|
+
];
|
|
170
|
+
/**
|
|
171
|
+
* @nocollapse
|
|
172
|
+
*/
|
|
173
|
+
PdfViewerComponent.ctorParameters = () => [
|
|
174
|
+
{ type: ElementRef, },
|
|
175
|
+
{ type: Renderer2, },
|
|
176
|
+
{ type: ViewContainerRef, },
|
|
177
|
+
{ type: Injector, },
|
|
178
|
+
];
|
|
179
|
+
PdfViewerComponent = __decorate([
|
|
180
|
+
ComponentMixins([ComponentBase]),
|
|
181
|
+
__metadata("design:paramtypes", [ElementRef,
|
|
182
|
+
Renderer2,
|
|
183
|
+
ViewContainerRef,
|
|
184
|
+
Injector])
|
|
185
|
+
], PdfViewerComponent);
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* NgModule definition for the PdfViewer component.
|
|
189
|
+
*/
|
|
190
|
+
class PdfViewerModule {
|
|
191
|
+
}
|
|
192
|
+
PdfViewerModule.decorators = [
|
|
193
|
+
{ type: NgModule, args: [{
|
|
194
|
+
imports: [CommonModule],
|
|
195
|
+
declarations: [
|
|
196
|
+
PdfViewerComponent
|
|
197
|
+
],
|
|
198
|
+
exports: [
|
|
199
|
+
PdfViewerComponent
|
|
200
|
+
]
|
|
201
|
+
},] },
|
|
202
|
+
];
|
|
203
|
+
/**
|
|
204
|
+
* @nocollapse
|
|
205
|
+
*/
|
|
206
|
+
PdfViewerModule.ctorParameters = () => [];
|
|
207
|
+
|
|
208
|
+
const LinkAnnotationService = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation };
|
|
209
|
+
const BookmarkViewService = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView };
|
|
210
|
+
const MagnificationService = { provide: 'PdfViewerMagnification', useValue: Magnification };
|
|
211
|
+
const ThumbnailViewService = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView };
|
|
212
|
+
const ToolbarService = { provide: 'PdfViewerToolbar', useValue: Toolbar };
|
|
213
|
+
const NavigationService = { provide: 'PdfViewerNavigation', useValue: Navigation };
|
|
214
|
+
const PrintService = { provide: 'PdfViewerPrint', useValue: Print };
|
|
215
|
+
const TextSelectionService = { provide: 'PdfViewerTextSelection', useValue: TextSelection };
|
|
216
|
+
const TextSearchService = { provide: 'PdfViewerTextSearch', useValue: TextSearch };
|
|
217
|
+
const AnnotationService = { provide: 'PdfViewerAnnotation', useValue: Annotation };
|
|
218
|
+
const FormDesignerService = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner };
|
|
219
|
+
const FormFieldsService = { provide: 'PdfViewerFormFields', useValue: FormFields };
|
|
220
|
+
const PageOrganizerService = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer };
|
|
221
|
+
/**
|
|
222
|
+
* NgModule definition for the PdfViewer component with providers.
|
|
223
|
+
*/
|
|
224
|
+
class PdfViewerAllModule {
|
|
225
|
+
}
|
|
226
|
+
PdfViewerAllModule.decorators = [
|
|
227
|
+
{ type: NgModule, args: [{
|
|
228
|
+
imports: [CommonModule, PdfViewerModule],
|
|
229
|
+
exports: [
|
|
230
|
+
PdfViewerModule
|
|
231
|
+
],
|
|
232
|
+
providers: [
|
|
233
|
+
LinkAnnotationService,
|
|
234
|
+
BookmarkViewService,
|
|
235
|
+
MagnificationService,
|
|
236
|
+
ThumbnailViewService,
|
|
237
|
+
ToolbarService,
|
|
238
|
+
NavigationService,
|
|
239
|
+
PrintService,
|
|
240
|
+
TextSelectionService,
|
|
241
|
+
TextSearchService,
|
|
242
|
+
AnnotationService,
|
|
243
|
+
FormDesignerService,
|
|
244
|
+
FormFieldsService,
|
|
245
|
+
PageOrganizerService
|
|
246
|
+
]
|
|
247
|
+
},] },
|
|
248
|
+
];
|
|
249
|
+
/**
|
|
250
|
+
* @nocollapse
|
|
251
|
+
*/
|
|
252
|
+
PdfViewerAllModule.ctorParameters = () => [];
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Generated bundle index. Do not edit.
|
|
256
|
+
*/
|
|
257
|
+
|
|
258
|
+
export { PdfViewerComponent, PdfViewerModule, PdfViewerAllModule, LinkAnnotationService, BookmarkViewService, MagnificationService, ThumbnailViewService, ToolbarService, NavigationService, PrintService, TextSelectionService, TextSearchService, AnnotationService, FormDesignerService, FormFieldsService, PageOrganizerService, inputs as ɵa, outputs as ɵb };
|
|
259
|
+
export { Drawing, findActiveElement, findObjectsUnderMouse, findObjectUnderMouse, CalculateLeaderPoints, findElementUnderMouse, insertObject, findTargetShapeElement, findObjects, findActivePage, ActiveElements, getConnectorPoints, getSegmentPath, updateSegmentElement, getSegmentElement, updateDecoratorElement, getDecoratorElement, clipDecorators, clipDecorator, initDistanceLabel, updateDistanceLabel, updateRadiusLabel, initPerimeterLabel, updatePerimeterLabel, removePerimeterLabel, updateCalibrateLabel, getPolygonPath, textElement, initLeaders, initLeader, isPointOverConnector, findNearestPoint, getDecoratorShape, renderAdornerLayer, createSvg, isLineShapes, setElementStype, findPointsLength, findPerimeterLength, getBaseShapeAttributes, getFunction, cloneObject, cloneArray, getInternalProperties, isLeader, PdfBounds, PdfFont, PdfAnnotationBase, PdfFormFieldBase, ZOrderPageTable, Selector, ToolBase, SelectTool, MoveTool, StampTool, InkDrawingTool, ConnectTool, ResizeTool, NodeDrawingTool, PolygonDrawingTool, LineTool, RotateTool, Annotation, AnnotationBaseSettings, AnnotBoundsRect, AnnotBoundsBase, AnnotRectBase, AnnotFontBase, IBounds, AnnotationsInternal, AnnotationsBase, LinkAnnotation, TextMarkupAnnotation, MeasurementScaleRatio, MeasureAnnotation, ShapeAnnotation, StampAnnotation, StickyNotesAnnotation, FreeTextAnnotation, InputElement, InkAnnotation, NavigationPane, PdfViewerBase, TextLayer, ContextMenu, CommentStatus, FontStyle, ContextMenuItem, SignatureType, AnnotationResizerLocation, ExtractTextOption, DisplayMode, CursorType, DynamicStampItem, SignStampItem, StandardBusinessStampItem, AllowedInteraction, AnnotationDataFormat, FormFieldDataFormat, ModifierKeys, PdfKeys, AjaxHandler, Signature, Spinner, createSpinner, showSpinner, hideSpinner, setSpinner, BlazorUiAdaptor, Magnification, Navigation, ThumbnailView, Toolbar, AnnotationToolbar, FormDesignerToolbar, ToolbarSettings, CustomToolbarItem, AjaxRequestSettings, CustomStamp, AnnotationToolbarSettings, FormDesignerToolbarSettings, SignatureFieldSettings, InitialFieldSettings, SignatureIndicatorSettings, SignatureDialogSettings, ServerActionSettings, StrikethroughSettings, SquigglySettings, UnderlineSettings, HighlightSettings, LineSettings, AnnotationDrawingOptions, ArrowSettings, RectangleSettings, CircleSettings, ShapeLabelSettings, PolygonSettings, StampSettings, CustomStampSettings, DistanceSettings, PerimeterSettings, AreaSettings, RadiusSettings, VolumeSettings, InkAnnotationSettings, StickyNotesSettings, MeasurementSettings, FreeTextSettings, AnnotationSelectorSettings, TextSearchColorSettings, PageInfo, HandWrittenSignatureSettings, AnnotationSettings, DocumentTextCollectionSettings, TextDataSettings, RectangleBounds, TileRenderingSettings, ScrollSettings, FormField, ContextMenuSettings, TextFieldSettings, PasswordFieldSettings, CheckBoxFieldSettings, RadioButtonFieldSettings, DropdownFieldSettings, ListBoxFieldSettings, Item, KeyGesture, KeyboardCommand, CommandManager, PageOrganizerSettings, SearchResult, PdfViewer, BookmarkView, TextSelection, TextSearch, Print, FormFields, FormDesigner, AccessibilityTags, RectBounds, PdfiumRunner, PageRenderer, StampAnnotationBase, PdfRenderer, SizeBase, Annotations, FormFieldsBase, PdfRenderedFields, AnnotationRenderer, PointBase, FreeTextAnnotationBase, InkSignatureAnnotation, ShapeAnnotationBase, MeasureShapeAnnotationBase, SignatureAnnotationBase, PopupAnnotationBase, TextMarkupAnnotationBase, PdfLayer, AnnotPoint, AnnotBounds, AnnotColor, FontBase, Path, RectangleBase, SignatureBase, BookmarkBase, BookmarkDestination, BookmarkStyles, getArialFontData, ImageStructureBase, PageOrganizer, PdfPageRotateAngle, PageRotation, OrganizeDetails } from '@syncfusion/ej2-pdfviewer';
|
|
260
|
+
//# sourceMappingURL=ej2-angular-pdfviewer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ej2-angular-pdfviewer.js","sources":["~/@syncfusion/ej2-angular-pdfviewer/ej2-angular-pdfviewer.ts","~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer-all.module.ts","~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer.module.ts","~/@syncfusion/ej2-angular-pdfviewer/src/pdfviewer/pdfviewer.component.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport {PdfViewerComponent,PdfViewerModule,PdfViewerAllModule,LinkAnnotationService,BookmarkViewService,MagnificationService,ThumbnailViewService,ToolbarService,NavigationService,PrintService,TextSelectionService,TextSearchService,AnnotationService,FormDesignerService,FormFieldsService,PageOrganizerService,Drawing,Transforms,ClipBoardObject,findActiveElement,findObjectsUnderMouse,findObjectUnderMouse,CalculateLeaderPoints,findElementUnderMouse,insertObject,findTargetShapeElement,findObjects,findActivePage,ActiveElements,getConnectorPoints,getSegmentPath,updateSegmentElement,getSegmentElement,updateDecoratorElement,getDecoratorElement,clipDecorators,clipDecorator,initDistanceLabel,updateDistanceLabel,updateRadiusLabel,initPerimeterLabel,updatePerimeterLabel,removePerimeterLabel,updateCalibrateLabel,getPolygonPath,textElement,initLeaders,initLeader,isPointOverConnector,findNearestPoint,getDecoratorShape,renderAdornerLayer,createSvg,isLineShapes,setElementStype,findPointsLength,findPerimeterLength,getBaseShapeAttributes,getFunction,cloneObject,cloneArray,getInternalProperties,isLeader,Leader,PdfAnnotationType,FormFieldAnnotationType,DecoratorShapes,PdfBounds,PdfFont,PdfAnnotationBase,PdfFormFieldBase,ZOrderPageTable,PdfBoundsModel,PdfFontModel,PdfAnnotationBaseModel,PdfFormFieldBaseModel,ZOrderPageTableModel,Selector,SelectorModel,ToolBase,SelectTool,Actions,MoveTool,StampTool,InkDrawingTool,ConnectTool,ResizeTool,NodeDrawingTool,PolygonDrawingTool,LineTool,RotateTool,Info,ITouches,MouseEventArgs,IActionElements,IPoint,IAnnotationPoint,IPageAnnotations,Annotation,IPointBase,IRect,AnnotationBaseSettings,AnnotBoundsRect,AnnotBoundsBase,AnnotRectBase,AnnotFontBase,IBounds,AnnotationsInternal,AnnotationsBase,LinkAnnotation,ITextMarkupAnnotation,IPageAnnotationBounds,TextMarkupAnnotation,IMeasureShapeAnnotation,IMeasure,MeasurementScaleRatio,INumberFormat,MeasureAnnotation,IShapeAnnotation,ShapeAnnotation,IStampAnnotation,StampAnnotation,IPopupAnnotation,ICommentsCollection,IReviewCollection,StickyNotesAnnotation,IFreeTextAnnotation,FreeTextAnnotation,InputElement,InkAnnotation,IInkPathDataCollection,LoadEventArgs,FormFieldFocusOutEventArgs,UnloadEventArgs,BeforeAddFreeTextEventArgs,ButtonFieldClickEventArgs,FormFieldClickArgs,LoadFailedEventArgs,AjaxRequestFailureEventArgs,AjaxRequestSuccessEventArgs,PageRenderCompleteEventArgs,ValidateFormFieldsArgs,PageClickEventArgs,PageChangeEventArgs,ZoomChangeEventArgs,HyperlinkClickEventArgs,HyperlinkMouseOverArgs,AnnotationAddEventArgs,AnnotationRemoveEventArgs,CommentEventArgs,AnnotationPropertiesChangeEventArgs,AnnotationResizeEventArgs,AnnotationMoveEventArgs,AnnotationMovingEventArgs,AddSignatureEventArgs,RemoveSignatureEventArgs,MoveSignatureEventArgs,SignaturePropertiesChangeEventArgs,ResizeSignatureEventArgs,SignatureSelectEventArgs,SignatureUnselectEventArgs,AnnotationMouseLeaveEventArgs,AnnotationMouseoverEventArgs,PageMouseoverEventArgs,AnnotationSelectEventArgs,AnnotationUnSelectEventArgs,AnnotationDoubleClickEventArgs,ThumbnailClickEventArgs,BookmarkClickEventArgs,TextSelectionStartEventArgs,TextSelectionEndEventArgs,ImportStartEventArgs,ExportStartEventArgs,ImportSuccessEventArgs,ExportSuccessEventArgs,ImportFailureEventArgs,ExportFailureEventArgs,ExtractTextCompletedEventArgs,AjaxRequestInitiateEventArgs,PageRenderInitiateEventArgs,DownloadStartEventArgs,DownloadEndEventArgs,PrintStartEventArgs,PrintEndEventArgs,TextSearchStartEventArgs,TextSearchHighlightEventArgs,TextSearchCompleteEventArgs,FormFieldAddArgs,FormFieldRemoveArgs,FormFieldDoubleClickArgs,FormFieldPropertiesChangeArgs,FormFieldMouseLeaveArgs,FormFieldMouseoverArgs,FormFieldMoveArgs,FormFieldResizeArgs,FormFieldSelectArgs,FormFieldUnselectArgs,CustomContextMenuSelectEventArgs,CustomContextMenuBeforeOpenEventArgs,KeyboardCustomCommandsEventArgs,PageOrganizerSaveAsEventArgs,PageOrganizerZoomChangedEventArgs,NavigationPane,ISize,IPinchZoomStorage,IAnnotationCollection,PdfViewerBase,IRectangleBounds,IRectBounds,TextLayer,ContextMenu,ToolbarItem,AnnotationToolbarItem,FormDesignerToolbarItem,LinkTarget,InteractionMode,SignatureItem,AnnotationType,LineHeadStyle,CalibrationUnit,CommentStatus,ContextMenuAction,FormFieldType,FontStyle,ContextMenuItem,SignatureType,TextAlignment,Visibility,AnnotationResizerShape,AnnotationResizerLocation,ExtractTextOption,DisplayMode,ZoomMode,PrintMode,CursorType,DynamicStampItem,SignStampItem,StandardBusinessStampItem,AllowedInteraction,SignatureFitMode,AnnotationDataFormat,FormFieldDataFormat,ModifierKeys,PdfKeys,AjaxHandler,ISignAnnotation,Signature,IContextMenu,MouseDownEventArgs,createElementParams,SpinnerType,Spinner,createSpinner,showSpinner,hideSpinner,setSpinner,SpinnerArgs,SetSpinnerArgs,SetArgs,CreateArgs,BlazorUiAdaptor,Magnification,Navigation,ThumbnailView,IVisibleThumbnailElement,IVisibleThumbnail,Toolbar,AnnotationToolbar,FormDesignerToolbar,ToolbarSettings,CustomToolbarItem,AjaxRequestSettings,IAjaxHeaders,CustomStamp,AnnotationToolbarSettings,FormDesignerToolbarSettings,SignatureFieldSettings,InitialFieldSettings,SignatureIndicatorSettings,SignatureDialogSettings,ServerActionSettings,StrikethroughSettings,SquigglySettings,UnderlineSettings,HighlightSettings,LineSettings,AnnotationDrawingOptions,ArrowSettings,RectangleSettings,CircleSettings,ShapeLabelSettings,PolygonSettings,StampSettings,CustomStampSettings,DistanceSettings,PerimeterSettings,AreaSettings,RadiusSettings,VolumeSettings,InkAnnotationSettings,StickyNotesSettings,MeasurementSettings,FreeTextSettings,AnnotationSelectorSettings,TextSearchColorSettings,PageInfo,HandWrittenSignatureSettings,AnnotationSettings,DocumentTextCollectionSettings,TextDataSettings,RectangleBounds,TileRenderingSettings,ScrollSettings,FormField,ContextMenuSettings,TextFieldSettings,PasswordFieldSettings,CheckBoxFieldSettings,RadioButtonFieldSettings,DropdownFieldSettings,ListBoxFieldSettings,Item,KeyGesture,KeyboardCommand,CommandManager,PageOrganizerSettings,IPdfRectBounds,SearchResult,PdfViewer,ToolbarSettingsModel,CustomToolbarItemModel,AjaxRequestSettingsModel,CustomStampModel,AnnotationToolbarSettingsModel,FormDesignerToolbarSettingsModel,SignatureFieldSettingsModel,InitialFieldSettingsModel,SignatureIndicatorSettingsModel,SignatureDialogSettingsModel,ServerActionSettingsModel,StrikethroughSettingsModel,SquigglySettingsModel,UnderlineSettingsModel,HighlightSettingsModel,LineSettingsModel,AnnotationDrawingOptionsModel,ArrowSettingsModel,RectangleSettingsModel,CircleSettingsModel,ShapeLabelSettingsModel,PolygonSettingsModel,StampSettingsModel,CustomStampSettingsModel,DistanceSettingsModel,PerimeterSettingsModel,AreaSettingsModel,RadiusSettingsModel,VolumeSettingsModel,InkAnnotationSettingsModel,StickyNotesSettingsModel,MeasurementSettingsModel,FreeTextSettingsModel,AnnotationSelectorSettingsModel,TextSearchColorSettingsModel,PageInfoModel,HandWrittenSignatureSettingsModel,AnnotationSettingsModel,DocumentTextCollectionSettingsModel,TextDataSettingsModel,RectangleBoundsModel,TileRenderingSettingsModel,ScrollSettingsModel,FormFieldModel,ContextMenuSettingsModel,TextFieldSettingsModel,PasswordFieldSettingsModel,CheckBoxFieldSettingsModel,RadioButtonFieldSettingsModel,DropdownFieldSettingsModel,ListBoxFieldSettingsModel,ItemModel,KeyGestureModel,KeyboardCommandModel,CommandManagerModel,PageOrganizerSettingsModel,SearchResultModel,PdfViewerModel,BookmarkView,IRectangle,ISelection,TextSelection,TextSearch,Print,FormFields,FormDesigner,IRadiobuttonItem,IFormField,IFormFieldBound,IElement,AccessibilityTags,RectBounds,PdfiumRunner,PageRenderer,StampAnnotationBase,PdfRenderer,SizeBase,Annotations,FormFieldsBase,PdfRenderedFields,AnnotationRenderer,PointBase,FreeTextAnnotationBase,InkSignatureAnnotation,ShapeAnnotationBase,MeasureShapeAnnotationBase,SignatureAnnotationBase,PopupAnnotationBase,TextMarkupAnnotationBase,PdfLayer,AnnotPoint,AnnotBounds,AnnotColor,FontBase,Path,RectangleBase,SignatureBase,BookmarkBase,BookmarkDestination,BookmarkStyles,getArialFontData,ImageStructureBase,PageOrganizer,PdfPageRotateAngle,PageRotation,PageDetails,OrganizeDetails} from './public_api';\n\nexport {inputs as ɵa,outputs as ɵb} from './src/pdfviewer/pdfviewer.component';","import { NgModule, ValueProvider } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\nimport { PdfViewerModule } from './pdfviewer.module';\nimport {LinkAnnotation, BookmarkView, Magnification, ThumbnailView, Toolbar, Navigation, Print, TextSelection, TextSearch, Annotation, FormDesigner, FormFields, PageOrganizer} from '@syncfusion/ej2-pdfviewer';\n\n\nexport const /** @type {?} */ LinkAnnotationService: ValueProvider = { provide: 'PdfViewerLinkAnnotation', useValue: LinkAnnotation};\nexport const /** @type {?} */ BookmarkViewService: ValueProvider = { provide: 'PdfViewerBookmarkView', useValue: BookmarkView};\nexport const /** @type {?} */ MagnificationService: ValueProvider = { provide: 'PdfViewerMagnification', useValue: Magnification};\nexport const /** @type {?} */ ThumbnailViewService: ValueProvider = { provide: 'PdfViewerThumbnailView', useValue: ThumbnailView};\nexport const /** @type {?} */ ToolbarService: ValueProvider = { provide: 'PdfViewerToolbar', useValue: Toolbar};\nexport const /** @type {?} */ NavigationService: ValueProvider = { provide: 'PdfViewerNavigation', useValue: Navigation};\nexport const /** @type {?} */ PrintService: ValueProvider = { provide: 'PdfViewerPrint', useValue: Print};\nexport const /** @type {?} */ TextSelectionService: ValueProvider = { provide: 'PdfViewerTextSelection', useValue: TextSelection};\nexport const /** @type {?} */ TextSearchService: ValueProvider = { provide: 'PdfViewerTextSearch', useValue: TextSearch};\nexport const /** @type {?} */ AnnotationService: ValueProvider = { provide: 'PdfViewerAnnotation', useValue: Annotation};\nexport const /** @type {?} */ FormDesignerService: ValueProvider = { provide: 'PdfViewerFormDesigner', useValue: FormDesigner};\nexport const /** @type {?} */ FormFieldsService: ValueProvider = { provide: 'PdfViewerFormFields', useValue: FormFields};\nexport const /** @type {?} */ PageOrganizerService: ValueProvider = { provide: 'PdfViewerPageOrganizer', useValue: PageOrganizer};\n/**\n * NgModule definition for the PdfViewer component with providers.\n */\nexport class PdfViewerAllModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule, PdfViewerModule],\n exports: [\n PdfViewerModule\n ],\n providers:[\n LinkAnnotationService,\n BookmarkViewService,\n MagnificationService,\n ThumbnailViewService,\n ToolbarService,\n NavigationService,\n PrintService,\n TextSelectionService,\n TextSearchService,\n AnnotationService,\n FormDesignerService,\n FormFieldsService,\n PageOrganizerService\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerAllModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerAllModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerAllModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { PdfViewerComponent } from './pdfviewer.component';\n/**\n * NgModule definition for the PdfViewer component.\n */\nexport class PdfViewerModule { static decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n imports: [CommonModule],\n declarations: [\n PdfViewerComponent\n ],\n exports: [\n PdfViewerComponent\n ]\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\nfunction PdfViewerModule_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerModule.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerModule.ctorParameters;\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n","import { Component, ElementRef, ViewContainerRef, ChangeDetectionStrategy, QueryList, Renderer2, Injector, ValueProvider } from '@angular/core';\nimport { ComponentBase, IComponentBase, applyMixins, ComponentMixins, PropertyCollectionInfo, setValue } from '@syncfusion/ej2-angular-base';\nimport { PdfViewer } from '@syncfusion/ej2-pdfviewer';\n\n\n\nexport const /** @type {?} */ inputs: string[] = ['DropdownFieldSettings','ajaxRequestSettings','annotationDrawingOptions','annotationSelectorSettings','annotationSettings','annotations','areaSettings','arrowSettings','checkBoxFieldSettings','circleSettings','commandManager','contextMenuOption','contextMenuSettings','currentPageNumber','customContextMenuItems','customFonts','customStamp','customStampSettings','dateTimeFormat','designerMode','disableContextMenuItems','disableDefaultContextMenu','distanceSettings','documentPath','downloadFileName','drawingObject','enableAccessibilityTags','enableAnnotation','enableAnnotationToolbar','enableAutoComplete','enableBookmark','enableBookmarkStyles','enableCommentPanel','enableDesktopMode','enableDownload','enableFormDesigner','enableFormDesignerToolbar','enableFormFields','enableFormFieldsValidation','enableFreeText','enableHandwrittenSignature','enableHtmlSanitizer','enableHyperlink','enableImportAnnotationMeasurement','enableInkAnnotation','enableLocalStorage','enableMagnification','enableMeasureAnnotation','enableMultiLineOverlap','enableMultiPageAnnotation','enableNavigation','enableNavigationToolbar','enablePageOrganizer','enablePersistence','enablePinchZoom','enablePrint','enablePrintRotation','enableRtl','enableShapeAnnotation','enableShapeLabel','enableStampAnnotations','enableStickyNotesAnnotation','enableTextMarkupAnnotation','enableTextMarkupResizer','enableTextSearch','enableTextSelection','enableThumbnail','enableToolbar','enableZoomOptimization','exportAnnotationFileName','extractTextOption','formFieldCollections','formFields','freeTextSettings','handWrittenSignatureSettings','height','hideEmptyDigitalSignatureFields','hideSaveSignature','highlightSettings','hyperlinkOpenState','initialDialogSettings','initialFieldSettings','initialRenderPages','inkAnnotationSettings','interactionMode','isAnnotationToolbarOpen','isAnnotationToolbarVisible','isBookmarkPanelOpen','isCommandPanelOpen','isDocumentEdited','isExtractText','isFormDesignerToolbarVisible','isFormFieldDocument','isInitialFieldToolbarSelection','isMaintainSelection','isPageOrganizerOpen','isSignatureEditable','isThumbnailViewOpen','isValidFreeText','lineSettings','listBoxFieldSettings','locale','maxZoom','measurementSettings','minZoom','pageCount','pageOrganizerSettings','passwordFieldSettings','perimeterSettings','polygonSettings','printMode','printScaleFactor','radioButtonFieldSettings','radiusSettings','rectangleSettings','resourceUrl','restrictZoomRequest','retryCount','retryStatusCodes','retryTimeout','scrollSettings','selectedItems','serverActionSettings','serviceUrl','shapeLabelSettings','showCustomContextMenuBottom','showDigitalSignatureAppearance','showNotificationDialog','signatureDialogSettings','signatureFieldSettings','signatureFitMode','squigglySettings','stampSettings','stickyNotesSettings','strikethroughSettings','textFieldSettings','textSearchColorSettings','tileRenderingSettings','toolbarSettings','underlineSettings','volumeSettings','width','zoomMode','zoomValue'];\nexport const /** @type {?} */ outputs: string[] = ['addSignature','ajaxRequestFailed','ajaxRequestInitiate','ajaxRequestSuccess','annotationAdd','annotationDoubleClick','annotationMouseLeave','annotationMouseover','annotationMove','annotationMoving','annotationPropertiesChange','annotationRemove','annotationResize','annotationSelect','annotationUnSelect','beforeAddFreeText','bookmarkClick','buttonFieldClick','commentAdd','commentDelete','commentEdit','commentSelect','commentStatusChanged','created','customContextMenuBeforeOpen','customContextMenuSelect','documentLoad','documentLoadFailed','documentUnload','downloadEnd','downloadStart','exportFailed','exportStart','exportSuccess','extractTextCompleted','formFieldAdd','formFieldClick','formFieldDoubleClick','formFieldFocusOut','formFieldMouseLeave','formFieldMouseover','formFieldMove','formFieldPropertiesChange','formFieldRemove','formFieldResize','formFieldSelect','formFieldUnselect','hyperlinkClick','hyperlinkMouseOver','importFailed','importStart','importSuccess','keyboardCustomCommands','moveSignature','pageChange','pageClick','pageMouseover','pageOrganizerSaveAs','pageRenderComplete','pageRenderInitiate','printEnd','printStart','removeSignature','resizeSignature','resourcesLoaded','signaturePropertiesChange','signatureSelect','signatureUnselect','textSearchComplete','textSearchHighlight','textSearchStart','textSelectionEnd','textSelectionStart','thumbnailClick','toolbarClick','validateFormFields','zoomChange','pageOrganizerZoomChanged'];\nexport const /** @type {?} */ twoWays: string[] = [];\n/**\n * `ejs-pdfviewer` represents the Angular PdfViewer Component.\n * ```html\n * <ejs-pdfviewer></ejs-pdfviewer>\n * ```\n */\n@ComponentMixins([ComponentBase])\nexport class PdfViewerComponent extends PdfViewer implements IComponentBase {\npublic context : any;\npublic tagObjects: any;\n\taddSignature: any;\n\tajaxRequestFailed: any;\n\tajaxRequestInitiate: any;\n\tajaxRequestSuccess: any;\n\tannotationAdd: any;\n\tannotationDoubleClick: any;\n\tannotationMouseLeave: any;\n\tannotationMouseover: any;\n\tannotationMove: any;\n\tannotationMoving: any;\n\tannotationPropertiesChange: any;\n\tannotationRemove: any;\n\tannotationResize: any;\n\tannotationSelect: any;\n\tannotationUnSelect: any;\n\tbeforeAddFreeText: any;\n\tbookmarkClick: any;\n\tbuttonFieldClick: any;\n\tcommentAdd: any;\n\tcommentDelete: any;\n\tcommentEdit: any;\n\tcommentSelect: any;\n\tcommentStatusChanged: any;\n\tcreated: any;\n\tcustomContextMenuBeforeOpen: any;\n\tcustomContextMenuSelect: any;\n\tdocumentLoad: any;\n\tdocumentLoadFailed: any;\n\tdocumentUnload: any;\n\tdownloadEnd: any;\n\tdownloadStart: any;\n\texportFailed: any;\n\texportStart: any;\n\texportSuccess: any;\n\textractTextCompleted: any;\n\tformFieldAdd: any;\n\tformFieldClick: any;\n\tformFieldDoubleClick: any;\n\tformFieldFocusOut: any;\n\tformFieldMouseLeave: any;\n\tformFieldMouseover: any;\n\tformFieldMove: any;\n\tformFieldPropertiesChange: any;\n\tformFieldRemove: any;\n\tformFieldResize: any;\n\tformFieldSelect: any;\n\tformFieldUnselect: any;\n\thyperlinkClick: any;\n\thyperlinkMouseOver: any;\n\timportFailed: any;\n\timportStart: any;\n\timportSuccess: any;\n\tkeyboardCustomCommands: any;\n\tmoveSignature: any;\n\tpageChange: any;\n\tpageClick: any;\n\tpageMouseover: any;\n\tpageOrganizerSaveAs: any;\n\tpageRenderComplete: any;\n\tpageRenderInitiate: any;\n\tprintEnd: any;\n\tprintStart: any;\n\tremoveSignature: any;\n\tresizeSignature: any;\n\tresourcesLoaded: any;\n\tsignaturePropertiesChange: any;\n\tsignatureSelect: any;\n\tsignatureUnselect: any;\n\ttextSearchComplete: any;\n\ttextSearchHighlight: any;\n\ttextSearchStart: any;\n\ttextSelectionEnd: any;\n\ttextSelectionStart: any;\n\tthumbnailClick: any;\n\ttoolbarClick: any;\n\tvalidateFormFields: any;\n\tzoomChange: any;\npublic pageOrganizerZoomChanged: any;\n/**\n * @param {?} ngEle\n * @param {?} srenderer\n * @param {?} viewContainerRef\n * @param {?} injector\n */\nconstructor(private ngEle: ElementRef,\nprivate srenderer: Renderer2,\nprivate viewContainerRef:ViewContainerRef,\nprivate injector: Injector) {\n super();\n this.element = this.ngEle.nativeElement;\n this.injectedModules = this.injectedModules || [];\n try {\n let mod = this.injector.get('PdfViewerLinkAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerBookmarkView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerMagnification');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerThumbnailView');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerToolbar');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerNavigation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerPrint');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSelection');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerTextSearch');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerAnnotation');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormDesigner');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerFormFields');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n try {\n let mod = this.injector.get('PdfViewerPageOrganizer');\n if(this.injectedModules.indexOf(mod) === -1) {\n this.injectedModules.push(mod)\n }\n } catch { }\n\n this.registerEvents(outputs);\n this.addTwoWay.call(this, twoWays);\n setValue('currentInstance', this, this.viewContainerRef);\n this.context = new ComponentBase();\n }\n/**\n * @return {?}\n */\npublic ngOnInit() {\n this.context.ngOnInit(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterViewInit(): void {\n this.context.ngAfterViewInit(this);\n }\n/**\n * @return {?}\n */\npublic ngOnDestroy(): void {\n this.context.ngOnDestroy(this);\n }\n/**\n * @return {?}\n */\npublic ngAfterContentChecked(): void {\n \n this.context.ngAfterContentChecked(this);\n }\npublic registerEvents: (eventList: string[]) => void;\npublic addTwoWay: (propList: string[]) => void;\nstatic decorators: DecoratorInvocation[] = [\n{ type: Component, args: [{\n selector: 'ejs-pdfviewer',\n inputs: inputs,\n outputs: outputs,\n template: '',\n changeDetection: ChangeDetectionStrategy.OnPush,\n queries: {\n\n }\n}, ] },\n];\n/**\n * @nocollapse\n */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n{type: ElementRef, },\n{type: Renderer2, },\n{type: ViewContainerRef, },\n{type: Injector, },\n];\n}\n\nfunction PdfViewerComponent_tsickle_Closure_declarations() {\n/** @type {?} */\nPdfViewerComponent.decorators;\n/**\n * @nocollapse\n * @type {?}\n */\nPdfViewerComponent.ctorParameters;\n/** @type {?} */\nPdfViewerComponent.prototype.context;\n/** @type {?} */\nPdfViewerComponent.prototype.tagObjects;\n/** @type {?} */\nPdfViewerComponent.prototype.addSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestInitiate;\n/** @type {?} */\nPdfViewerComponent.prototype.ajaxRequestSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationMoving;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationResize;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.annotationUnSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.beforeAddFreeText;\n/** @type {?} */\nPdfViewerComponent.prototype.bookmarkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.buttonFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.commentAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.commentDelete;\n/** @type {?} */\nPdfViewerComponent.prototype.commentEdit;\n/** @type {?} */\nPdfViewerComponent.prototype.commentSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.commentStatusChanged;\n/** @type {?} */\nPdfViewerComponent.prototype.created;\n/** @type {?} */\nPdfViewerComponent.prototype.customContextMenuBeforeOpen;\n/** @type {?} */\nPdfViewerComponent.prototype.customContextMenuSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoad;\n/** @type {?} */\nPdfViewerComponent.prototype.documentLoadFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.documentUnload;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.downloadStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.exportStart;\n/** @type {?} */\nPdfViewerComponent.prototype.exportSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.extractTextCompleted;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldAdd;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldDoubleClick;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldFocusOut;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseLeave;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldMove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldPropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldRemove;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldResize;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.formFieldUnselect;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkClick;\n/** @type {?} */\nPdfViewerComponent.prototype.hyperlinkMouseOver;\n/** @type {?} */\nPdfViewerComponent.prototype.importFailed;\n/** @type {?} */\nPdfViewerComponent.prototype.importStart;\n/** @type {?} */\nPdfViewerComponent.prototype.importSuccess;\n/** @type {?} */\nPdfViewerComponent.prototype.keyboardCustomCommands;\n/** @type {?} */\nPdfViewerComponent.prototype.moveSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.pageChange;\n/** @type {?} */\nPdfViewerComponent.prototype.pageClick;\n/** @type {?} */\nPdfViewerComponent.prototype.pageMouseover;\n/** @type {?} */\nPdfViewerComponent.prototype.pageOrganizerSaveAs;\n/** @type {?} */\nPdfViewerComponent.prototype.pageRenderComplete;\n/** @type {?} */\nPdfViewerComponent.prototype.pageRenderInitiate;\n/** @type {?} */\nPdfViewerComponent.prototype.printEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.printStart;\n/** @type {?} */\nPdfViewerComponent.prototype.removeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.resizeSignature;\n/** @type {?} */\nPdfViewerComponent.prototype.resourcesLoaded;\n/** @type {?} */\nPdfViewerComponent.prototype.signaturePropertiesChange;\n/** @type {?} */\nPdfViewerComponent.prototype.signatureSelect;\n/** @type {?} */\nPdfViewerComponent.prototype.signatureUnselect;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchComplete;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchHighlight;\n/** @type {?} */\nPdfViewerComponent.prototype.textSearchStart;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionEnd;\n/** @type {?} */\nPdfViewerComponent.prototype.textSelectionStart;\n/** @type {?} */\nPdfViewerComponent.prototype.thumbnailClick;\n/** @type {?} */\nPdfViewerComponent.prototype.toolbarClick;\n/** @type {?} */\nPdfViewerComponent.prototype.validateFormFields;\n/** @type {?} */\nPdfViewerComponent.prototype.zoomChange;\n/** @type {?} */\nPdfViewerComponent.prototype.pageOrganizerZoomChanged;\n/** @type {?} */\nPdfViewerComponent.prototype.registerEvents;\n/** @type {?} */\nPdfViewerComponent.prototype.addTwoWay;\n/** @type {?} */\nPdfViewerComponent.prototype.ngEle;\n/** @type {?} */\nPdfViewerComponent.prototype.srenderer;\n/** @type {?} */\nPdfViewerComponent.prototype.viewContainerRef;\n/** @type {?} */\nPdfViewerComponent.prototype.injector;\n}\n\n\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"],"names":[],"mappings":"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"}
|
package/LICENSE
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
Essential JS 2 library is available under the Syncfusion Essential Studio program, and can be licensed either under the Syncfusion Community License Program or the Syncfusion commercial license.
|
|
2
|
+
|
|
3
|
+
To be qualified for the Syncfusion Community License Program you must have a gross revenue of less than one (1) million U.S. dollars ($1,000,000.00 USD) per year and have less than five (5) developers in your organization, and agree to be bound by Syncfusion’s terms and conditions.
|
|
4
|
+
|
|
5
|
+
Customers who do not qualify for the community license can contact sales@syncfusion.com for commercial licensing options.
|
|
6
|
+
|
|
7
|
+
Under no circumstances can you use this product without (1) either a Community License or a commercial license and (2) without agreeing and abiding by Syncfusion’s license containing all terms and conditions.
|
|
8
|
+
|
|
9
|
+
The Syncfusion license that contains the terms and conditions can be found at
|
|
10
|
+
https://www.syncfusion.com/content/downloads/syncfusion_license.pdf
|
package/README.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# Angular PDF Viewer Component
|
|
2
2
|
|
|
3
|
-
The Syncfusion® [Angular PDF Viewer](https://www.syncfusion.com/
|
|
3
|
+
The Syncfusion® [Angular PDF Viewer](https://www.syncfusion.com/angular-ui-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) component enables you to view, annotate, prepare and fill forms, and print PDF files from your web applications.
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://
|
|
7
|
-
<a href="https://
|
|
8
|
-
<a href="https://www.syncfusion.com/
|
|
6
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/pdfviewer/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm">Getting started</a> .
|
|
7
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm#/fluent2/pdfviewer/default">Online demos</a> .
|
|
8
|
+
<a href="https://www.syncfusion.com/angular-components/angular-pdf-viewer?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm">Learn more</a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
@@ -15,7 +15,7 @@ The Syncfusion® [Angular PDF Viewer](https://www.syncfusion.com/pdf-viewer-s
|
|
|
15
15
|
<p align="center">
|
|
16
16
|
Trusted by the world's leading companies
|
|
17
17
|
<a href="https://www.syncfusion.com">
|
|
18
|
-
<img src="https://
|
|
18
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Bootstrap logo">
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -129,38 +129,31 @@ export class AppComponent implements OnInit {
|
|
|
129
129
|
|
|
130
130
|
PDF Viewer component is also offered in the following list of frameworks.
|
|
131
131
|
|
|
132
|
-
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/
|
|
132
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
133
133
|
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
134
134
|
|
|
135
135
|
## Key features
|
|
136
136
|
|
|
137
|
-
* [View PDF Document](https://
|
|
138
|
-
* [Annotations](https://
|
|
139
|
-
* [Form Fields](https://
|
|
140
|
-
* [Signature](https://
|
|
141
|
-
* [Toolbar](https://
|
|
142
|
-
* [Navigation](https://
|
|
143
|
-
* [Magnification](https://
|
|
144
|
-
* [Search](https://
|
|
145
|
-
* [Core Interactions](https://
|
|
146
|
-
* [Print](https://
|
|
147
|
-
* [Globalization](https://
|
|
148
|
-
|
|
149
|
-
## Resources
|
|
150
|
-
|
|
151
|
-
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
152
|
-
* [What's New](https://www.syncfusion.com/products/whatsnew/pdf-viewer-sdk?utm_medium=listing&utm_source=github)
|
|
153
|
-
* [Road Map](https://www.syncfusion.com/products/roadmap/pdf-viewer-sdk)
|
|
154
|
-
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
137
|
+
* [View PDF Document](https://ej2.syncfusion.com/angular/documentation/pdfviewer/getting-started/) - Open and display both the normal and the protected PDF files with AES and RC4 encryption.
|
|
138
|
+
* [Annotations](https://ej2.syncfusion.com/angular/documentation/pdfviewer/annotation/text-markup-annotation/) - Annotate with text markup, shapes, stamps, ink, and sticky notes.
|
|
139
|
+
* [Form Fields](https://ej2.syncfusion.com/angular/documentation/pdfviewer/form-designer/create-fillable-PDF-forms/create-programmatically/) - Form filling and form designing can be done.
|
|
140
|
+
* [Signature](https://ej2.syncfusion.com/angular/documentation/pdfviewer/handwritten-signature/) - Hand-written and digital signatures are allowed.
|
|
141
|
+
* [Toolbar](https://ej2.syncfusion.com/angular/documentation/pdfviewer/toolbar/) - Built-in-toolbar and custom toolbars to perform user interaction of PDF Viewer functionalities.
|
|
142
|
+
* [Navigation](https://ej2.syncfusion.com/angular/documentation/pdfviewer/navigation/) - Easy navigation with the help of bookmarks, thumbnails, hyperlinks, and table of contents.
|
|
143
|
+
* [Magnification](https://ej2.syncfusion.com/angular/documentation/pdfviewer/magnification/) - Fit to page, fit to width, and automatic (fits to the visible area).
|
|
144
|
+
* [Search](https://ej2.syncfusion.com/angular/documentation/pdfviewer/text-search/) - Search a text easily across the PDF document.
|
|
145
|
+
* [Core Interactions](https://ej2.syncfusion.com/angular/documentation/pdfviewer/interaction-mode/) - Allows scrolling, zooming, panning, selection, and page navigation.
|
|
146
|
+
* [Print](https://ej2.syncfusion.com/angular/documentation/pdfviewer/print/) - Print the entire document or a specific page directly from the browser.
|
|
147
|
+
* [Globalization](https://ej2.syncfusion.com/angular/documentation/pdfviewer/globalization/) - Provides inherent support to localize the UI.
|
|
155
148
|
|
|
156
149
|
## Support
|
|
157
150
|
|
|
158
151
|
Product support is available through the following mediums.
|
|
159
152
|
|
|
160
153
|
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
161
|
-
* [Community forum](https://www.syncfusion.com/forums/
|
|
154
|
+
* [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm)
|
|
162
155
|
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
163
|
-
* [Request feature or report bug](https://www.syncfusion.com/feedback/
|
|
156
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm)
|
|
164
157
|
* Live chat
|
|
165
158
|
|
|
166
159
|
## Changelog
|
|
@@ -169,8 +162,8 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
169
162
|
|
|
170
163
|
## License and copyright
|
|
171
164
|
|
|
172
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
165
|
+
> This is a commercial product and requires a paid license for possession or use. The Syncfusion® licensed software, including this component, is subject to the terms and conditions of the Syncfusion® [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
173
166
|
|
|
174
167
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
175
168
|
|
|
176
|
-
|
|
169
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-pdf-viewer-npm) for more info.
|