Ive been trying to do research on how to display a PDF file inside a Java program, not just opening the PDF. Because I want to make some words inside the PDF (displayed in the program) a Hyperlink so that it would and could open another PDF in the same way.
Is it even possible, or am I on the right track, or is there a better way of doing that… like a method already existing?
There is no support in the Java SE API itself to render PDF. Just use some existing library, like: JPedal.