Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 1 addition & 5 deletions Document-Processing/PDF/PDF-Viewer/angular/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ import { LinkAnnotationService, BookmarkViewService, MagnificationService,
PrintService]
})
export class AppComponent implements OnInit {
public service = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';

ngOnInit(): void {
Expand Down Expand Up @@ -253,10 +253,6 @@ This setup allows users to perform custom actions within the PDF viewer by press

The PDF Viewer component's accessibility levels are ensured through an [accessibility-checker](https://www.npmjs.com/package/accessibility-checker) and [axe-core](https://www.npmjs.com/package/axe-core) software tools during automated testing.

The accessibility compliance of the PDF Viewer component is shown in the following sample. Open the [sample](https://ej2.syncfusion.com/accessibility/pdf-viewer.html) in a new window to evaluate the accessibility of the PDF Viewer component with accessibility tools.

{% previewsample "https://ej2.syncfusion.com/accessibility/pdf-viewer.html" %}

## See also

* [Accessibility in Syncfusion<sup style="font-size:70%">&reg;</sup> Angular components](../common/accessibility)
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addAnnotation() {
Expand Down Expand Up @@ -235,7 +235,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addAnnotation() {
Expand Down Expand Up @@ -460,7 +460,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
AnnotationService, FormDesignerService, FormFieldsService, PageOrganizerService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public freeTextSettings = { fillColor: 'green', borderColor: 'blue', fontColor: 'yellow' };
ngOnInit(): void {
Expand Down Expand Up @@ -534,7 +534,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
AnnotationService, FormDesignerService, FormFieldsService, PageOrganizerService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public freeTextSettings = { enableAutoFit: true };
ngOnInit(): void {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
public pdfviewerControl: PdfViewerComponent;
//The service must be running in the local
public service: string =
'https://services.syncfusion.com/angular/production/api/pdfviewer';
'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
//Local file path
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
OnImportAnnotationsClick() {
Expand Down Expand Up @@ -763,7 +763,7 @@ export class AppComponent implements OnInit {
public document: string = 'https://cdn.syncfusion.com/content/pdf/handwritten-signature.pdf';

// Syncfusion PDF viewer resource URL
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';

ngOnInit(): void {}

Expand Down Expand Up @@ -905,7 +905,7 @@ import { PdfViewerComponent,LinkAnnotationService, BookmarkViewService,
export class AppComponent implements OnInit {
@ViewChild('pdfviewer')
public pdfviewerControl: PdfViewerComponent;
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public exportAnnotationFileName: string = 'ExportedAnnotations.json';
OnExportAnnotationsClick() {
Expand Down Expand Up @@ -988,7 +988,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
export class AppComponent implements OnInit {
@ViewChild('pdfviewer')
public pdfviewerControl: PdfViewerComponent;
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public exportAnnotationFileName: string = 'ExportedAnnotations.xfdf';
OnExportAnnotationsClick() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
FormFieldsService, AnnotationService, PageOrganizerService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
ngOnInit(): void {
}
Expand Down Expand Up @@ -180,7 +180,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addAnnotation() {
Expand Down Expand Up @@ -280,7 +280,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
editAnnotation() {
Expand Down Expand Up @@ -393,7 +393,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
AnnotationService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public inkAnnotationSettings = { author: 'Syncfusion', strokeColor: 'green', thickness: 3, opacity: 0.6 }
ngOnInit(): void {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addAnnotation() {
Expand Down Expand Up @@ -236,7 +236,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}

Expand Down Expand Up @@ -431,7 +431,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}

Expand Down Expand Up @@ -617,7 +617,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public distanceSettings = { fillColor: 'blue', opacity: 0.6, strokeColor: 'green' };
public perimeterSettings = { fillColor: 'green', opacity: 0.6, strokeColor: 'blue' };
public areaSettings = { fillColor: 'yellow', opacity: 0.6, strokeColor: 'orange' };
Expand Down Expand Up @@ -714,7 +714,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public measurementSettings = { scaleRatio: 2, conversionUnit: 'cm', displayUnit: 'cm' };
ngOnInit(): void {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
AnnotationService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
ngOnInit(): void {
}
Expand Down Expand Up @@ -235,7 +235,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addLineAnnotation() {
Expand Down Expand Up @@ -595,7 +595,7 @@ The properties of the shape annotations can be set before creating the control u
AnnotationService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public lineSettings = { fillColor: 'blue', opacity: 0.6, strokeColor: 'green' };
public arrowSettings = { fillColor: 'green', opacity: 0.6, strokeColor: 'blue' };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addAnnotation() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Refer to the following code sample to switch to the stamp annotation mode.
AnnotationService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
ngOnInit(): void {
}
Expand Down Expand Up @@ -230,7 +230,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addDynamicStamp() {
Expand Down Expand Up @@ -360,7 +360,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
editAnnotation() {
Expand Down Expand Up @@ -458,7 +458,7 @@ import { PdfViewerComponent, LinkAnnotationService, BookmarkViewService,
AnnotationService]
})
export class AppComponent implements OnInit {
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public document: string = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public stampSettings = { opacity: 0.3, author: 'Guest User' };
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
addAnnotation() {
Expand Down Expand Up @@ -203,7 +203,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
editAnnotation() {
Expand Down Expand Up @@ -315,7 +315,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
public stickyNotesSettings = { author: 'Syncfusion' };
ngOnInit(): void {
}
Expand Down Expand Up @@ -390,7 +390,7 @@ import { LinkAnnotationService, BookmarkViewService,
})
export class AppComponent implements OnInit {
public document = 'https://cdn.syncfusion.com/content/pdf/pdf-succinctly.pdf';
public service: string = 'https://services.syncfusion.com/angular/production/api/pdfviewer';
public service: string = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';
ngOnInit(): void {
}
}
Expand Down
Loading