PublisherFileType
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.conversion.contracts.Enumeration, com.groupdocs.conversion.filetypes.FileType
All Implemented Interfaces: java.io.Serializable
public final class PublisherFileType extends FileType implements Serializable
Defines Publisher documents. Includes the following types: Pub, Learn more about Font formats here.
| Constructor | Description |
|---|---|
| PublisherFileType() | Serialization constructor |
| Field | Description |
|---|---|
| Pub | A PUB file is a Microsoft Publisher document file format. |
| Method | Description |
|---|---|
| getLoadOptions() | |
| getExcludedSourceTypes() | |
| getExcludedTargetTypes() |
public PublisherFileType()
Serialization constructor
public static final PublisherFileType Pub
A PUB file is a Microsoft Publisher document file format. It is used to create several types of design layout documents such as newsletters, flyers, brochures, postcards, etc. PUB files can contain text, raster and vector images. Learn more about this file format here.
public LoadOptions getLoadOptions()
Prepared default load options for the source file type
Returns: LoadOptions
public static FileType[] getExcludedSourceTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]
public static FileType[] getExcludedTargetTypes()
Returns: com.groupdocs.conversion.filetypes.FileType[]
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.