Package org.silverpeas.core.viewer.util
Class SwfUtil
- java.lang.Object
-
- org.silverpeas.core.util.exec.ExternalExecution
-
- org.silverpeas.core.viewer.util.SwfUtil
-
public class SwfUtil extends ExternalExecution
Some centralized tools to use SwfTools API- 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
PAGE_FILENAME_SEPARATOR
static String
SWF_DOCUMENT_EXTENSION
-
Constructor Summary
Constructors Constructor Description SwfUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
fromPdfToSwf(File fileIn, File fileOut, boolean oneFilePerPage)
Converts a PDF file into a SWF file.static boolean
isPdfToSwfActivated()
Indicates if the pdf2swf tool is activated-
Methods inherited from class org.silverpeas.core.util.exec.ExternalExecution
exec, exec
-
-
-
-
Field Detail
-
SWF_DOCUMENT_EXTENSION
public static final String SWF_DOCUMENT_EXTENSION
- See Also:
- Constant Field Values
-
PAGE_FILENAME_SEPARATOR
public static final String PAGE_FILENAME_SEPARATOR
- See Also:
- Constant Field Values
-
-