diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 1e6f96bc0b..4a43ee134a 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -1777,7 +1777,13 @@
Download
Events
Text Selection
- Globalization
+ Localization and Globalization
+
+
Content Security Policy
How To
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/Localization/default-language.md b/Document-Processing/PDF/PDF-Viewer/vue/Localization/default-language.md
new file mode 100644
index 0000000000..ab021044cc
--- /dev/null
+++ b/Document-Processing/PDF/PDF-Viewer/vue/Localization/default-language.md
@@ -0,0 +1,357 @@
+---
+layout: post
+title: Localization in Vue PDF Viewer | Syncfusion
+description: Learn here all about the default language culture and localization in Syncfusion Vue PDF Viewer component.
+platform: document-processing
+control: PDF Viewer
+documentation: ug
+domainurl: ##DomainURL##
+---
+
+# Localization in the Vue PDF Viewer
+
+The PDF Viewer supports localization of UI text, tooltips, and messages using culture-specific string collections so the interface matches users' language and regional settings.
+
+
+
+N> Change the viewer locale by setting the `locale` property on the Vue component or by loading translations with `L10n.load` from `@syncfusion/ej2-base`.
+
+## Default language (en-US)
+
+By default, the PDF Viewer uses the `en-US` culture and requires no additional configuration.
+
+{% tabs %}
+{% highlight html tabtitle="App.vue" %}
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+[View Sample on GitHub](https://github.com/SyncfusionExamples/vue-pdf-viewer-examples)
+
+## Localization keys reference
+
+The PDF Viewer supports localization using culture-specific string collections. By default, the component uses the "en-US" culture.
+
+The following table lists the default text values used by the PDF Viewer in the "en-US" culture:
+
+|Keywords|Values|
+|---|---|
+|PdfViewer|PDF Viewer|
+|Cancel|Cancel|
+|Download file|Download file|
+|Download|Download|
+|Enter Password|This document is password protected. Please enter a password.|
+|File Corrupted|File corrupted|
+|File Corrupted Content|The file is corrupted and cannot be opened.|
+|Fit Page|Fit page|
+|Fit Width|Fit width|
+|Automatic|Automatic|
+|Go To First Page|Show first page|
+|Invalid Password|Incorrect password. Please try again.|
+|Next Page|Show next page|
+|OK|OK|
+|Open|Open file|
+|Page Number|Current page number|
+|Previous Page|Show previous page|
+|Go To Last Page|Show last page|
+|Zoom|Zoom|
+|Zoom In|Zoom in|
+|Zoom Out|Zoom out|
+|Page Thumbnails|Page thumbnails|
+|Bookmarks|Bookmarks|
+|Print|Print file|
+|Password Protected|Password required|
+|Copy|Copy|
+|Text Selection|Text selection tool|
+|Panning|Pan mode|
+|Text Search|Find text|
+|Find in document|Find in document|
+|Match case|Match case|
+|Apply|Apply|
+|GoToPage|Go to page|
+|No Matches|Viewer has finished searching the document. No more matches were found|
+|No Text Found|No Text Found|
+|Undo|Undo|
+|Redo|Redo|
+|Annotation|Add or Edit annotations|
+|Highlight|Highlight Text|
+|Underline|Underline Text|
+|Strikethrough|Strikethrough Text|
+|Delete|Delete annotation|
+|Opacity|Opacity|
+|Color edit|Change Color|
+|Opacity edit|Change Opacity|
+|Highlight context|Highlight|
+|Underline context|Underline|
+|Strikethrough context|Strike through|
+|Server error|Web-service is not listening. PDF Viewer depends on web-service for all it's features. Please start the web service to continue.|
+|Open text|Open|
+|First text|First Page|
+|Previous text|Previous Page|
+|Next text|Next Page|
+|Last text|Last Page|
+|Zoom in text|Zoom In|
+|Zoom out text|Zoom Out|
+|Selection text|Selection|
+|Pan text|Pan|
+|Print text|Print|
+|Search text|Search|
+|Annotation Edit text|Edit Annotation|
+|Line Thickness|Line Thickness|
+|Line Properties|Line Properties|
+|Start Arrow|Start Arrow |
+|End Arrow|End Arrow|
+|Line Style|Line Style|
+|Fill Color|Fill Color|
+|Line Color|Line Color|
+|None|None|
+|Open Arrow|Open Arrow|
+|Closed Arrow|Closed Arrow|
+|Round Arrow|Round Arrow|
+|Square Arrow|Square Arrow|
+|Diamond Arrow|Diamond Arrow|
+|Cut|Cut|
+|Paste|Paste|
+|Delete Context|Delete Context|
+|Properties|Properties|
+|Add Stamp|Add Stamp|
+|Add Shapes|Add Shapes|
+|Stroke edit|Stroke Edit|
+|Change thickness|Change Thickness|
+|Add line|Add Line|
+|Add arrow|Add Arrow|
+|Add rectangle|Add Rectangle|
+|Add circle|Add Circle|
+|Add polygon|Add Polygon|
+|Add Comments|Add Comments|
+|Comments| Comments|
+|No Comments Yet|No Comments Yet|
+|Accepted| Accepted|
+|Completed| Completed|
+|Cancelled| Cancelled|
+|Rejected| Rejected|
+|Leader Length|Leader Length|
+|Scale Ratio|Scale Ratio|
+|Calibrate| Calibrate|
+|Calibrate Distance|Calibrate Distance|
+|Calibrate Perimeter|Calibrate Perimeter|
+|Calibrate Area|Calibrate Area|
+|Calibrate Radius|Calibrate Radius|
+|Calibrate Volume|Calibrate Volume|
+|Depth|Depth|
+|Closed|Closed|
+|Round|Round|
+|Square|Square|
+|Diamond|Diamond|
+|Edit|Edit|
+|Comment|Comment|
+|Comment Panel|Comment Panel|
+|Set Status|Set Status|
+|Post|Post|
+|Page|Page|
+|Add a comment|Add a comment|
+|Add a reply|Add a reply|
+|Import Annotations|Import Annotations|
+|Export Annotations|Export Annotations|
+|Add|Add|
+|Clear|Clear|
+|Bold|Bold|
+|Italic|Italic|
+|Strikethroughs|Strikethroughs|
+|Underlines|Underlines|
+|Superscript|Superscript|
+|Subscript|Subscript|
+|Align left|Align Left|
+|Align right|Align Right|
+|Center|Center|
+|Justify|Justify|
+|Font color|Font Color|
+|Text Align|Text Align|
+|Text Properties|Text Properties|
+|Draw Signature|Draw Signature|
+|Create| Create|
+|Font family|Font Family|
+|Font size|Font Size|
+|Free Text|Free Text|
+|Import Failed|Import Failed|
+|File not found|File Not Found|
+|Export Failed|Export Failed|
+|Dynamic|Dynamic|
+|Standard Business|Standard Business|
+|Sign Here|Sign Here|
+|Custom Stamp|Custom Stamp|
+|InitialFieldDialogHeaderText|Initial Field Dialog Header Text|
+|HandwrittenInitialDialogHeaderText|Handwritten Initial Dialog Header Text|
+|SignatureFieldDialogHeaderText|Signature Field Dialog Header Text|
+|HandwrittenSignatureDialogHeaderText|Handwritten Signature Dialog Header Text|
+|Draw-hand Signature|Draw-hand Signature|
+|Type Signature|Type Signature|
+|Upload Signature|Upload Signature|
+|Browse Signature Image|Browse Signature Image|
+|Save Signature|Save Signature|
+|Save Initial|Save Initial|
+|highlight|highlight|
+|underline|underline|
+|strikethrough|strikethrough|
+|FormDesigner|Form Designer|
+|SubmitForm|Submit Form|
+|Search text|Search Text|
+|Draw Ink|Draw Ink|
+|Revised|Revised|
+|Reviewed|Reviewed|
+|Received|Received|
+|Confidential|Confidential|
+|Approved|Approved|
+|Not Approved|Not Approved|
+|Witness|Witness|
+|Initial Here|Initial Here|
+|Draft|Draft|
+|Final|Final|
+|For Public Release|For Public Release|
+|Not For Public Release|Not For Public Release|
+|For Comment|For Comment|
+|Void|Void|
+|Preliminary Results|Preliminary Results|
+|Information Only|Information Only|
+|Enter Signature as Name|Enter Signature as Name|
+|Textbox|Textbox|
+|Password|Password|
+|Check Box|Check Box|
+|Radio Button|Radio Button|
+|Dropdown|Dropdown|
+|List Box|List Box|
+|Signature|Signature|
+|Delete FormField|Delete FormField|
+|FormDesigner Edit text|Form Designer Edit Text|
+|in|in|
+|m|m|
+|ft_in|ft_in|
+|ft|ft|
+|p|p|
+|cm|cm|
+|mm|mm|
+|pt|pt|
+|cu|cu|
+|sq|sq|
+|General|General|
+|Appearance|Appearance|
+|Options|Options|
+|Textbox Properties|Textbox Properties|
+|Name|Name|
+|Tooltip|Tooltip|
+|Value|Value|
+|Form Field Visibility|Form Field Visibility|
+|Read Only|Read Only|
+|Required|Required|
+|Checked|Checked|
+|Show Printing|Show Printing|
+|Formatting|Formatting|
+|Fill|Fill|
+|Border|Border|
+|Border Color|Border Color|
+|Thickness|Thickness|
+|Max Length|Max Length|
+|List Item|List Item|
+|Export Value|Export Value|
+|Dropdown Item List|Dropdown Item List|
+|List Box Item List|List Box Item List|
+|Delete Item|Delete Item|
+|Up|Up|
+|Down|Down|
+|Multiline|Multiline|
+|Initial|Initial|
+|Export XFDF|Export XFDF|
+|Import XFDF|Import XFDF|
+|Organize Pages|Organize Pages|
+|Insert Right|Insert Right|
+|Insert Left|Insert Left|
+|Total|Total|
+|Pages|Pages|
+|Rotate Right|Rotate Right|
+|Rotate Left|Rotate Left|
+|Delete Page|Delete Page|
+|Delete Pages|Delete Pages|
+|Copy Page|Copy Page|
+|Copy Pages|Copy Pages|
+|Save|Save|
+|Save As|Save As|
+|Select All|Select All|
+|Import Document|Import Document|
+|Match any word|Match any word|
+|Client error|Client-side error is found. Please check the custom headers provided in the AjaxRequestSettings property and web action methods in the ServerActionSettings property|
+|Cors policy error|Unable to retrieve the document due to an invalid URL or access restrictions. Please check the document URL and try again|
+|No More Matches|Viewer has finished searching the document. No more matches were found|
+|No Search Matches|No matches found|
+|No More Search Matches|No more matches found|
+|Exact Matches|EXACT MATCHES|
+|Total Matches|TOTAL MATCHES|
+
+## See Also
+
+- [New Language](./new-language)
+- [RTL Language Support](./rtl-language-support)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/Localization/new-language.md b/Document-Processing/PDF/PDF-Viewer/vue/Localization/new-language.md
new file mode 100644
index 0000000000..05d0538947
--- /dev/null
+++ b/Document-Processing/PDF/PDF-Viewer/vue/Localization/new-language.md
@@ -0,0 +1,379 @@
+---
+layout: post
+title: Set a New Language in Vue PDF Viewer | Syncfusion
+description: Learn how to localize the Syncfusion Vue PDF Viewer with culture codes using L10n.load and the locale property.
+platform: document-processing
+control: PDF Viewer
+documentation: ug
+domainurl: ##DomainURL##
+---
+
+# Set a new language in the Vue PDF Viewer
+
+Use the Vue PDF Viewer’s [locale](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/index-default#locale) property together with `L10n.load` to display UI text, tooltips, and messages in your users’ language. Provide only the keys you need to override; missing keys fall back to the default `en-US` values.
+
+
+
+## When to use this
+- You need the viewer UI (e.g., toolbar text, dialogs, tooltips) to appear in a specific language.
+- You want to override a few labels (e.g., “Open”, “Zoom”, “Print”) without redefining every string.
+
+## Prerequisites
+- `@syncfusion/ej2-vue-pdfviewer` installed in a Vue app.
+- (Optional) A list of keys you want to override.
+
+## Quick start (set German)
+1. **Load translations** with `L10n.load` at app start (only include the keys you want to change).
+2. **Set the culture** by passing `locale` value to ``.
+3. **Render the viewer** as usual. Missing keys will automatically fall back to `en-US`.
+
+{% tabs %}
+{% highlight html tabtitle="App.vue" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+## How it works
+- [locale](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/index-default#locale) sets the culture used by the viewer for all strings.
+- `L10n.load({...})` registers your culture-specific string overrides at runtime.
+- Missing keys fall back to `en-US`.
+
+## Troubleshooting
+- **Overrides not applied?** Ensure the culture code matches in both `locale` and `L10n.load`.
+- **Some labels still English?** Add those keys to your `L10n.load` object.
+- **Service issues?** Verify your `serviceUrl` endpoint.
+
+## See also
+- [Default Language](./default-language)
+- [RTL Language Support](./rtl-language-support)
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/Localization/rtl-language-support.md b/Document-Processing/PDF/PDF-Viewer/vue/Localization/rtl-language-support.md
new file mode 100644
index 0000000000..3e82c83b89
--- /dev/null
+++ b/Document-Processing/PDF/PDF-Viewer/vue/Localization/rtl-language-support.md
@@ -0,0 +1,360 @@
+---
+layout: post
+title: RTL Localization in Vue PDF Viewer | Syncfusion
+description: Learn about the Localization and Right to Left Lanugage Support in Syncfusion Vue PDF Viewer component.
+platform: document-processing
+control: PDF Viewer
+documentation: ug
+domainurl: ##DomainURL##
+---
+
+# RTL and Localization Page in Vue PDF Viewer
+
+Use RTL support to render the viewer interface for right-to-left languages.
+- Enable [enableRtl](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/index-default#enablertl) to apply right-to-left layout.
+- Load culture-specific strings globally with `L10n.load`.
+- Set the [locale](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/index-default#locale) property on the `PdfViewer` instance to the target culture.
+
+
+
+## Example: enable RTL and provide Arabic localization
+
+Use the example below to enable RTL for languages such as Arabic, Hebrew, and Persian.
+
+{% tabs %}
+{% highlight html tabtitle="App.vue" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+N> A comprehensive list of localization files and default strings is available on GitHub: [GitHub Locale](https://github.com/syncfusion/ej2-locale). Provide only keys that require overrides; missing keys fall back to the default `en-US` values.
+
+## See Also
+
+- [Default Language](./default-language)
+- [New Language](./new-language)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/globalization.md b/Document-Processing/PDF/PDF-Viewer/vue/globalization.md
deleted file mode 100644
index 1f48f3f7f7..0000000000
--- a/Document-Processing/PDF/PDF-Viewer/vue/globalization.md
+++ /dev/null
@@ -1,1434 +0,0 @@
----
-layout: post
-title: Globalization in Vue PDF Viewer | Syncfusion
-description: Learn how to localize the Syncfusion Vue PDF Viewer using culture-specific strings, configure the locale property, and load translations with L10n.
-control: PDF Viewer
-platform: document-processing
-documentation: ug
-domainurl: ##DomainURL##
----
-
-# Globalization in Vue PDF Viewer
-
-The PDF Viewer supports localization using culture-specific string collections, enabling you to display the interface in different languages and adapt UI text to regional preferences. By default, the component uses the "en-US" culture. Use the `locale` property to switch between cultures, and use the `L10n` class to load custom translations for your target language.
-
-## Default locale strings
-
-The following table lists the default text values used by the PDF Viewer in the "en-US" culture:
-
-| Keywords | Values |
-| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------- |
-| PdfViewer | PDF Viewer |
-| Cancel | Cancel |
-| Download file | Download file |
-| Download | Download |
-| Enter Password | This document is password protected. Please enter a password. |
-| File Corrupted | File corrupted |
-| File Corrupted Content | The file is corrupted and cannot be opened. |
-| Fit Page | Fit page |
-| Fit Width | Fit width |
-| Automatic | Automatic |
-| Go To First Page | Show first page |
-| Invalid Password | Incorrect password. Please try again. |
-| Next Page | Show next page |
-| OK | OK |
-| Open | Open file |
-| Page Number | Current page number |
-| Previous Page | Show previous page |
-| Go To Last Page | Show last page |
-| Zoom | Zoom |
-| Zoom In | Zoom in |
-| Zoom Out | Zoom out |
-| Page Thumbnails | Page thumbnails |
-| Bookmarks | Bookmarks |
-| Print | Print file |
-| Password Protected | Password required |
-| Copy | Copy |
-| Text Selection | Text selection tool |
-| Panning | Pan mode |
-| Text Search | Find text |
-| Find in document | Find in document |
-| Match case | Match case |
-| Apply | Apply |
-| GoToPage | Go to page |
-| No Matches | Viewer has finished searching the document. No more matches were found |
-| No Text Found | No Text Found |
-| Undo | Undo |
-| Redo | Redo |
-| Annotation | Add or Edit annotations |
-| Highlight | Highlight Text |
-| Underline | Underline Text |
-| Strikethrough | Strikethrough Text |
-| Delete | Delete annotation |
-| Opacity | Opacity |
-| Color edit | Change Color |
-| Opacity edit | Change Opacity |
-| Highlight context | Highlight |
-| Underline context | Underline |
-| Strikethrough context | Strike through |
-| Server error | Web-service is not listening. PDF Viewer depends on web-service for all it's features. Please start the web service to continue. |
-| Open text | Open |
-| First text | First Page |
-| Previous text | Previous Page |
-| Next text | Next Page |
-| Last text | Last Page |
-| Zoom in text | Zoom In |
-| Zoom out text | Zoom Out |
-| Selection text | Selection |
-| Pan text | Pan |
-| Print text | Print |
-| Search text | Search |
-| Annotation Edit text | Edit Annotation | Please start the web service to continue. |
-| Line Thickness | Line Thickness |
-| Line Properties | Line Properties |
-| Start Arrow | Start Arrow |
-| End Arrow | End Arrow |
-| Line Style | Line Style |
-| Fill Color | Fill Color |
-| Line Color | Line Color |
-| None | None |
-| Open Arrow | Open Arrow |
-| Closed Arrow | Closed Arrow |
-| Round Arrow | Round Arrow |
-| Square Arrow | Square Arrow |
-| Diamond Arrow | Diamond Arrow |
-| Cut | Cut |
-| Paste | Paste |
-| Delete Context | Delete Context |
-| Properties | Properties |
-| Add Stamp | Add Stamp |
-| Add Shapes | Add Shapes |
-| Stroke edit | Stroke Edit |
-| Change thickness | Change Thickness |
-| Add line | Add Line |
-| Add arrow | Add Arrow |
-| Add rectangle | Add Rectangle |
-| Add circle | Add Circle |
-| Add polygon | Add Polygon |
-| Add Comments | Add Comments |
-| Comments | Comments |
-| No Comments Yet | No Comments Yet |
-| Accepted | Accepted |
-| Completed | Completed |
-| Cancelled | Cancelled |
-| Rejected | Rejected |
-| Leader Length | Leader Length |
-| Scale Ratio | Scale Ratio |
-| Calibrate | Calibrate |
-| Calibrate Distance | Calibrate Distance |
-| Calibrate Perimeter | Calibrate Perimeter |
-| Calibrate Area | Calibrate Area |
-| Calibrate Radius | Calibrate Radius |
-| Calibrate Volume | Calibrate Volume |
-| Depth | Depth |
-| Closed | Closed |
-| Round | Round |
-| Square | Square |
-| Diamond | Diamond |
-| Edit | Edit |
-| Comment | Comment |
-| Comment Panel | Comment Panel |
-| Set Status | Set Status |
-| Post | Post |
-| Page | Page |
-| Add a comment | Add a comment |
-| Add a reply | Add a reply |
-| Import Annotations | Import Annotations |
-| Export Annotations | Export Annotations |
-| Add | Add |
-| Clear | Clear |
-| Bold | Bold |
-| Italic | Italic |
-| Strikethroughs | Strikethroughs |
-| Underlines | Underlines |
-| Superscript | Superscript |
-| Subscript | Subscript |
-| Align left | Align Left |
-| Align right | Align Right |
-| Center | Center |
-| Justify | Justify |
-| Font color | Font Color |
-| Text Align | Text Align |
-| Text Properties | Text Properties |
-| Draw Signature | Draw Signature |
-| Create | Create |
-| Font family | Font Family |
-| Font size | Font Size |
-| Free Text | Free Text |
-| Import Failed | Import Failed |
-| File not found | File Not Found |
-| Export Failed | Export Failed |
-| Dynamic | Dynamic |
-| Standard Business | Standard Business |
-| Sign Here | Sign Here |
-| Custom Stamp | Custom Stamp |
-| InitialFieldDialogHeaderText | Initial Field Dialog Header Text |
-| HandwrittenInitialDialogHeaderText | Handwritten Initial Dialog Header Text |
-| SignatureFieldDialogHeaderText | Signature Field Dialog Header Text |
-| HandwrittenSignatureDialogHeaderText | Handwritten Signature Dialog Header Text |
-| Draw-hand Signature | Draw-hand Signature |
-| Type Signature | Type Signature |
-| Upload Signature | Upload Signature |
-| Browse Signature Image | Browse Signature Image |
-| Save Signature | Save Signature |
-| Save Initial | Save Initial |
-| highlight | highlight |
-| underline | underline |
-| strikethrough | strikethrough |
-| FormDesigner | Form Designer |
-| SubmitForm | Submit Form |
-| Search text | Search Text |
-| Draw Ink | Draw Ink |
-| Revised | Revised |
-| Reviewed | Reviewed |
-| Received | Received |
-| Confidential | Confidential |
-| Approved | Approved |
-| Not Approved | Not Approved |
-| Witness | Witness |
-| Initial Here | Initial Here |
-| Draft | Draft |
-| Final | Final |
-| For Public Release | For Public Release |
-| Not For Public Release | Not For Public Release |
-| For Comment | For Comment |
-| Void | Void |
-| Preliminary Results | Preliminary Results |
-| Information Only | Information Only |
-| Enter Signature as Name | Enter Signature as Name |
-| Textbox | Textbox |
-| Password | Password |
-| Check Box | Check Box |
-| Radio Button | Radio Button |
-| Dropdown | Dropdown |
-| List Box | List Box |
-| Signature | Signature |
-| Delete FormField | Delete FormField |
-| FormDesigner Edit text | Form Designer Edit Text |
-| in | in |
-| m | m |
-| ft_in | ft_in |
-| ft | ft |
-| p | p |
-| cm | cm |
-| mm | mm |
-| pt | pt |
-| cu | cu |
-| sq | sq |
-| General | General |
-| Appearance | Appearance |
-| Options | Options |
-| Textbox Properties | Textbox Properties |
-| Name | Name |
-| Tooltip | Tooltip |
-| Value | Value |
-| Form Field Visibility | Form Field Visibility |
-| Read Only | Read Only |
-| Required | Required |
-| Checked | Checked |
-| Show Printing | Show Printing |
-| Formatting | Formatting |
-| Fill | Fill |
-| Border | Border |
-| Border Color | Border Color |
-| Thickness | Thickness |
-| Max Length | Max Length |
-| List Item | List Item |
-| Export Value | Export Value |
-| Dropdown Item List | Dropdown Item List |
-| List Box Item List | List Box Item List |
-| Delete Item | Delete Item |
-| Up | Up |
-| Down | Down |
-| Multiline | Multiline |
-| Initial | Initial |
-| Export XFDF | Export XFDF |
-| Import XFDF | Import XFDF |
-| Organize Pages | Organize Pages |
-| Insert Right | Insert Right |
-| Insert Left | Insert Left |
-| Total | Total |
-| Pages | Pages |
-| Rotate Right | Rotate Right |
-| Rotate Left | Rotate Left |
-| Delete Page | Delete Page |
-| Delete Pages | Delete Pages |
-| Copy Page | Copy Page |
-| Copy Pages | Copy Pages |
-| Save | Save |
-| Save As | Save As |
-| Select All | Select All |
-| Import Document | Import Document |
-| Match any word | Match any word |
-|Cors policy error |Unable to retrieve the document due to an invalid URL or access restrictions. Please check the document URL and try again|
-|No More Matches |Viewer has finished searching the document. No more matches were found |
-|No Search Matches |No matches found |
-|No More Search Matches |No more matches found |
-|Exact Matches |EXACT MATCHES |
-|Total Matches |TOTAL MATCHES |
-
-## Configure locale and load translations
-
-Set the locale for the PDF Viewer using the `locale` property. Use the `L10n.load()` method to add custom translations for your target language. The locale string follows the standard BCP 47 format (e.g., 'ar-AE' for Arabic, 'fr-FR' for French, 'de-DE' for German).
-
-You can define translations directly in your Vue component or import them from a separate localization file. The L10n configuration applies globally to all PDF Viewer instances that use the specified locale.
-
-
-{% tabs %}
-{% highlight html tabtitle="Composition API (Standalone)" %}
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-{% highlight html tabtitle="Options API (Standalone)" %}
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-{% highlight html tabtitle="Composition API (Server-Backed)" %}
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-{% highlight html tabtitle="Options API (Server-Backed)" %}
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-{% endtabs %}
\ No newline at end of file