View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jotenberg-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.inaka.common
├─ dev.inaka.common.CommonUtils.class - [JAR]
├─ dev.inaka.common.PageProperties.class - [JAR]
├─ dev.inaka.common.PdfFormat.class - [JAR]
dev.inaka.common.exceptions
├─ dev.inaka.common.exceptions.EmptyFileListException.class - [JAR]
├─ dev.inaka.common.exceptions.IndexFileNotFoundExceptions.class - [JAR]
├─ dev.inaka.common.exceptions.MarginMalformedException.class - [JAR]
├─ dev.inaka.common.exceptions.PageRangeMalformedException.class - [JAR]
dev.inaka
├─ dev.inaka.Jotenberg.class - [JAR]