IDEA PDF Plugin
The PDF plugin for IDEA adds integral Java support for PDF files. Based on the GPL release of the JPedal library it includes the ability to open, scale and move through pages. Once installed, PDF files can be viewed by double-clicking on a PDF file or using FileOpen option
The PDF viewer also allows you to open PDF files from the internet, which it will cache, and store a list of your favourite files for easy access.
Automatic Installation
The IDEA Plug-in can be installed directly from within the IDE. It will be on the list of available Plug-ins. There is an excellent guide to this here.
Manual Installation
The IDEA Plug-in can be installed manually by following these instructions.
- Click here to download the Plug-in.
- Decompress the Plug-in to provide a directory called jpedalIDEA.
- Locate the Idea program directory on your machine. Inside there will be a directory called Plug-ins.
- Copy the jpedalIDEA sub-directory into Plug-ins and restart Idea.
- Double-click on a PDF or use open to view PDF.
Source code
The PDF viewer is heavily based on the sample ImageViewer application released by Intellij. We have made the source code for the Plug-in available to download.
Links to related articles
Homepage for all PDF plugins.
Introductory tutorial on plugins shows how to use the free PDF plugin for Eclipse, IDEA and NetBeans.
Plugin page on IDEA repository

