Skip to content

Commit deaaa3f

Browse files
Merge pull request #247 from syncfusion-content/Pdf-view-support
Pdf view support
2 parents 821b3f5 + 5054e18 commit deaaa3f

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

Extension/Document-Viewer-Extension/Visual-Studio-Code/FAQ.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,20 @@ Yes, the extension's sorting and filtering tools are designed to help you organi
1919

2020
### Can I customize the document viewer features?
2121

22-
Yes, you can configure Read-Only mode and enable or disable sorting and filtering directly from the status bar or the VS Code settings.
22+
Yes, you can customize the Document Viewer’s features. Options such as read-only mode, sorting, and filtering can be managed directly from the status bar or through VS Code settings. Viewing and editing are supported for all file types included, and sorting and filtering features are specifically available for spreadsheet formats like Excel, CSV, and TSV files.
2323

2424
### Is there a way to ensure data integrity while reviewing files?
2525

2626
Yes, by using the Read-Only Mode, you can ensure that data remains unchanged while reviewing sensitive or critical files.
2727

2828
### Does the Syncfusion® Document Viewer support other file formats like Word or PDF?
2929

30-
Currently, it supports Word, Excel, CSV, and TSV files. Future updates will include MD, and PDF support.
30+
Yes, it supports PDF, Word, Excel, CSV, and TSV files. Future updates will include MD support.
31+
32+
### Does the Syncfusion® Document Viewer Extension upload or transfer my files to a remote server before rendering it in VS Code?
33+
34+
No. The extension uses Syncfusion’s pure-JavaScript Document Editor, Spreadsheet and PDF Viewer components to parse and render your files entirely on the client. Your document data never leaves your machine, and no internet connection or server-side processing is required.
35+
36+
### Does viewing PDF files in Syncfusion® Document Viewer Extension requires any external dependencies?
37+
38+
No. The extension uses Syncfusion's standalone PDF viewer component, ensuring seamless setup and consistent PDF rendering directly within the VS Code.

Extension/Document-Viewer-Extension/Visual-Studio-Code/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ documentation: ug
1313

1414
**Open a File**:
1515

16-
- Drag and drop a Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`), CSV (`.csv`), or TSV (`.tsv`) file into Visual Studio Code.
16+
- Drag and drop a Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`, `.xls`), PDF (`.pdf`), CSV (`.csv`), and TSV (`.tsv`) files into Visual Studio Code.
1717

1818
- Or, go to `File > Open File` and select the file from your system.
1919

-72.6 KB
Loading

Extension/Document-Viewer-Extension/Visual-Studio-Code/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ documentation: ug
1111

1212
## Overview
1313

14-
The **Syncfusion® Document Viewer** extension for Visual Studio Code simplifies data handling by integrating essential<sup style="font-size:70%">&reg;</sup> features directly into the coding environment. It allows users to view, edit, and manage Word, Excel, CSV, and TSV files within Visual Studio Code without any additional tools.
14+
The **Syncfusion® Document Viewer** extension for Visual Studio Code simplifies data handling by integrating essential<sup style="font-size:70%">&reg;</sup> features directly into the coding environment. It allows users to view Word, Excel, PDF, CSV, and TSV files and provides editing and managemnt features for all supported formats other than PDF directly within Visual Studio Code without any additional tools.
1515

1616
## Key Features
1717

18-
- **View and Edit**: Open, edit, and save Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`), CSV (`.csv`), and TSV (`.tsv`) files.
18+
- **Effortless Viewing**: Seamlessly open and view Word (`.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`), Excel (`.xlsx`, `.xls`), PDF (`.pdf`), CSV (`.csv`), and TSV (`.tsv`) files.
19+
20+
- **Edit**: Edit, and save Word, Excel, CSV, and TSV files.
1921

2022
- **Read-Only Mode**: Protect data from accidental modifications.
2123

Extension/Document-Viewer-Extension/Visual-Studio-Code/release-notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ The **Syncfusion® Document Viewer** extension for Visual Studio Code enables de
1212

1313
---
1414

15+
## Syncfusion® Document Viewer 3.0.0
16+
17+
The **Syncfusion® Document Viewer** 3.0.0 for Visual Studio Code introduces support for viewing PDF(`.pdf`) files and enabled compatibility with Excel for files using the `.xls` extension.
18+
19+
### Bug Fix
20+
21+
- **Large File Loading**: Improved performance and display data efficiency by resolving delays in loading large files.
22+
23+
- **Word Document Menu Alignment**: Enhanced interface by fixing menu alignment issues in Word documents.
24+
25+
---
26+
1527
## Syncfusion® Document Viewer 2.0.0
1628

1729
The **Syncfusion® Document Viewer** 2.0.0 for Visual Studio Code introduces enhanced support for Word document formats, enabling seamless access to view and edit word format files, such as `.docx`, `.dotx`, `.docm`, `.dot`, `.doc`, `.rtf`.

0 commit comments

Comments
 (0)