com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class SaveFormat

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.SaveFormat


  • public final class SaveFormat
    extends com.aspose.ms.System.Enum

    Specifies format

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Doc
      means saving in DOC format
      static int DocX
      means saving in DOCX format
      static int Epub
      means saving in EPUB format(special format of e-books)
      static int Excel
      means saving in MsExcel format
      static int Html
      means saving in HTML format
      static int MobiXml
      means saving in MobiXML format(special format of e-books)
      static int None
      Deprecated. 
      static int Pdf
      means saving without change of format, i.e. as PDF use it please instead of 'SaveFormat.None', that is obsolete one
      static int Plugin
      means saving with the aid of a plugin
      static int Pptx
      means saving in MHT(WebArchieve) /// Convet document to Mht format.
      static int Svg
      means saving in SVG format
      static int TeX
      means saving in TEX format i.e. format suitable for Latex text editor
      static int Xml
      means saving in XML format
      static int Xps
      means saving in XPS format
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • Pdf

        public static final int Pdf

        means saving without change of format, i.e. as PDF use it please instead of 'SaveFormat.None', that is obsolete one

        See Also:
        Constant Field Values
      • None

        @Deprecated
        public static final int None
        Deprecated. 

        means saving without change of format, i.e. as PDF It's obsolete one and will be deleted eventually, please use instead 'SaveFormat.Pdf'

        See Also:
        Constant Field Values
      • TeX

        public static final int TeX

        means saving in TEX format i.e. format suitable for Latex text editor

        See Also:
        Constant Field Values
      • MobiXml

        public static final int MobiXml

        means saving in MobiXML format(special format of e-books)

        See Also:
        Constant Field Values
      • Epub

        public static final int Epub

        means saving in EPUB format(special format of e-books)

        See Also:
        Constant Field Values
      • Plugin

        public static final int Plugin

        means saving with the aid of a plugin

        See Also:
        Constant Field Values
      • Pptx

        public static final int Pptx

        means saving in MHT(WebArchieve) ///

        Convet document to Mht format. This code was experimental one used during works related to https://pdf.aspose.com/jira/browse/PDFNEWNET-36340 is not going on production, cause there are cross-browsers problems with created MHT - so, it can be used in the future if finally it will be necessary to create MHT itself. PDFNEWNET-36340 was resolved with usage of DataSceme URLs(embedding data into HTML http://en.wikipedia.org/wiki/Data_URI_scheme) So, this conversion really not used right now.

        means saving in PPTX format

        See Also:
        Constant Field Values