com.groupdocs.conversion.filetypes

Class PdfFileType

    • Field Detail

      • Pdf

        public static final PdfFileType Pdf

        Portable Document Format (PDF) is a type of document created by Adobe back in 1990s. The purpose of this file format was to introduce a standard for representation of documents and other reference material in a format that is independent of application software, hardware as well as Operating System. Learn more about this file format here.

      • Epub

        public static final PdfFileType Epub

        EPUB extension are an e-book file format that provide a standard digital publication format for publishers and consumers. The format has been so common by now that it is supported by many e-readers and software applications. Learn more about this file format here.

      • Xps

        public static final PdfFileType Xps

        An XPS file represents page layout files that are based on XML Paper Specifications created by Microsoft. This format was developed by Microsoft as a replacement of EMF file format and is similar to PDF file format, but uses XML in layout, appearance, and printing information of a document. Learn more about this file format here.

      • Tex

        public static final PdfFileType Tex

        TeX is a language that comprises of programming as well as mark-up features, used to typeset documents. Learn more about this file format here.

      • Ps

        public static final PdfFileType Ps

        PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing. The main focus of PostScript (PS) is to facilitate the two-dimensional graphic design. Learn more about this file format here.

      • Pcl

        public static final PdfFileType Pcl

        PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP). Learn more about this file format here.

      • Oxps

        public static final PdfFileType Oxps
        Oxps document format
    • Constructor Detail

      • PdfFileType

        public PdfFileType()
        Serialization constructor
    • Method Detail

      • getLoadOptions

        public LoadOptions getLoadOptions()
        Description copied from class: FileType
        Prepared default load options for the source file type
        Overrides:
        getLoadOptions in class FileType
        Returns:
        NULL if there is not file type specific load options
      • getConvertOptions

        public ConvertOptions getConvertOptions()
        Description copied from class: FileType
        Prepared default convert options for the file type
        Overrides:
        getConvertOptions in class FileType
        Returns:
        NULL if the conversion to the type not supported
      • getExcludedSourceTypes

        public static final FileType[] getExcludedSourceTypes()
      • getExcludedTargetTypes

        public static final FileType[] getExcludedTargetTypes()