java.lang.Object
org.frankframework.extensions.aspose.services.util.ConvertorUtil

public class ConvertorUtil extends Object
Author:
Gerard van der Hoorn (d937275)
  • Field Details

  • Method Details

    • createTidyNameWithoutExtension

      public static String createTidyNameWithoutExtension(String argFilename)
      Creates a filename. If the file already contains a file extension it will be removed.
    • createTidyFilename

      public static String createTidyFilename(@Nullable String argFilename, @Nonnull String extension)
      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).