Package org.silverpeas.core.viewer.util
Class JsonPdfUtil
- java.lang.Object
-
- org.silverpeas.core.util.exec.ExternalExecution
-
- org.silverpeas.core.viewer.util.JsonPdfUtil
-
public class JsonPdfUtil extends ExternalExecution
Some centralization about the use of pdf2json tool.- Author:
- Yohann Chastagnier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.silverpeas.core.util.exec.ExternalExecution
ExternalExecution.Config
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_DOCUMENT_EXTENSION
-
Constructor Summary
Constructors Constructor Description JsonPdfUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
convert(File pdfFile, File destination)
Converts a PDF file into a SWF file.static boolean
isActivated()
Indicates if the tool that allows to convert PDF into JSon data is activated.-
Methods inherited from class org.silverpeas.core.util.exec.ExternalExecution
exec, exec
-
-
-
-
Field Detail
-
JSON_DOCUMENT_EXTENSION
public static final String JSON_DOCUMENT_EXTENSION
- See Also:
- Constant Field Values
-
-