Download and Installation - Document Viewer Extension
1 Dec 20251 minute to read
Syncfusion® publishes the Document Viewer Plugin in JetBrains marketplace. You can either install it from JetBrains IDE or download and install it from the JetBrains marketplace.
Prerequisites
Before getting started, make sure your environment meets the following requirements:
- A JetBrains IDE (e.g., IntelliJ IDEA, PyCharm, WebStorm, Android Studio, etc.)
The minimum version of the JetBrains IDE is 2024.2 to use the Document Viewer plugin.
Install through the JetBrains
The following steps explain how to install the Document Viewer plugins from JetBrains IDE.
-
Open JetBrains IDE.
-
Navigate to File > Settings > Plugins (or Preferences > Plugins on macOS).
-
Select the Marketplace tab and type Document Viewer in the search field.
-
Click the Install button on the “Document Viewer” plugin.
-
After the installation completes, restart your JetBrains IDE if prompted.
Install plugin from disk
The following steps explain how to install the Document Viewer plugins from JetBrains IDE from the disk.
-
Download the plugin archive (ZIP or JAR) of Document Viewer.
-
Press
Ctrl+Alt+Sto open settings and then select Plugins. -
On the Plugins page, click The Settings button and then click Install Plugin from Disk.
-
Select the plugin archive file and click OK.
-
Click OK to apply the changes and restart the IDE if prompted.
Install Document Viewer from JetBrains Command Line
To install the Document Viewer plugin in JetBrains(Note: This requires the IDE to be closed):
-
Ensure your JetBrains IDE is closed.
-
Open a terminal and navigate to the JetBrains IDE’s bin directory.
-
Run the following command,
Windows
idea64.exe installPlugins com.syncfusion.documentviewer
macOS
open -na "IntelliJ IDEA Ultimate.app" --args installPlugins com.syncfusion.documentviewer
Linux
idea.sh installPlugins com.syncfusion.documentviewer