Class ConvertorUtil
java.lang.Object
org.frankframework.extensions.aspose.services.util.ConvertorUtil
- Author:
- Gerard van der Hoorn (d937275)
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
createTidyFilename
(String argFilename, String extension) Creates a filename which always contains the given extension as file type (without period).static String
createTidyNameWithoutExtension
(String argFilename) Creates a filename.
-
Field Details
-
PDF_FILETYPE
- See Also:
-
-
Method Details
-
createTidyNameWithoutExtension
Creates a filename. If the file already contains a file extension it will be removed. -
createTidyFilename
Creates a filename which always contains the given extension as file type (without period). If the file already contains a extension it will be replaced with the given extension.- Parameters:
argFilename
-extension
- (without the period).
-