PageDescriptionLanguageFileType
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType
All Implemented Interfaces: java.io.Serializable
public final class PageDescriptionLanguageFileType extends FileType implements Serializable
Defines Page description documents. Includes the following types: Svg, Eps, Cgm, Xps, Tex, Ps, Pcl, Oxps,
Constructors
Constructor | Description |
---|---|
PageDescriptionLanguageFileType() | Serialization constructor |
Fields
Field | Description |
---|---|
Svg | An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. |
Eps | Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page. |
Cgm | Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text. |
Xps | An XPS file represents page layout files that are based on XML Paper Specifications created by Microsoft. |
Tex | TeX is a language that comprises of programming as well as mark-up features, used to typeset documents. |
Ps | PostScript (PS) is a general-purpose page description language used in the business of desktop and electronic publishing. |
Pcl | PCL stands for Printer Command Language which is a Page Description Language introduced by Hewlett Packard (HP). |
Oxps | The file format OXPS is known as Open XML Paper Specification. |
Methods
Method | Description |
---|---|
getLoadOptions() | |
getConvertOptions() | |
getExcludedSourceTypes() | |
getExcludedTargetTypes() |
PageDescriptionLanguageFileType()
public PageDescriptionLanguageFileType()
Serialization constructor
Svg
public static final PageDescriptionLanguageFileType Svg
An SVG file is a Scalar Vector Graphics file that uses XML based text format for describing the appearance of an image. Learn more about this file format here.
Eps
public static final PageDescriptionLanguageFileType Eps
Files with EPS extension essentially describe an Encapsulated PostScript language program that describes the appearance of a single page. Learn more about this file format here.
Cgm
public static final PageDescriptionLanguageFileType Cgm
Computer Graphics Metafile (CGM) is free, platform-independent, international standard metafile format for storing and exchanging of vector graphics (2D), raster graphics, and text. CGM uses object-oriented approach and many function provisions for image production. Learn more about this file format here.
Xps
public static final PageDescriptionLanguageFileType 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 PageDescriptionLanguageFileType 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 PageDescriptionLanguageFileType 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 PageDescriptionLanguageFileType 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 PageDescriptionLanguageFileType Oxps
The file format OXPS is known as Open XML Paper Specification. It\u2019s a page description language and document format. Microsoft is the developer of this format. OXPS file format is very much familiar to these PDF files. Learn more about this file format here.
getLoadOptions()
public LoadOptions getLoadOptions()
Prepared default load options for the source file type
Returns: LoadOptions
getConvertOptions()
public ConvertOptions getConvertOptions()
Prepared default convert options for the file type
Returns: ConvertOptions
getExcludedSourceTypes()
public static FileType[] getExcludedSourceTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]
getExcludedTargetTypes()
public static FileType[] getExcludedTargetTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]