Show / Hide Table of Contents

Class CreatePDFOperation.SupportedSourceFormat

Supported source file formats for CreatePDFOperation

Inheritance
System.Object
CreatePDFOperation.SupportedSourceFormat
Namespace: Adobe.DocumentCloud.Services.pdfops
Assembly: Adobe.DocumentCloud.Services.Doc.dll
Syntax
public class SupportedSourceFormat

Fields

BMP

Declaration
public static CreatePDFOperation.SupportedSourceFormat BMP
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents image/bmp Media Type

DOC

Declaration
public static CreatePDFOperation.SupportedSourceFormat DOC
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents application/msword Media Type

DOCX

Declaration
public static CreatePDFOperation.SupportedSourceFormat DOCX
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents application/vnd.openxmlformats-officedocument.wordprocessingml.document Media Type

GIF

Declaration
public static CreatePDFOperation.SupportedSourceFormat GIF
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents image/gif Media Type

HTML

Declaration
public static CreatePDFOperation.SupportedSourceFormat HTML
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents text/html Media Type

JPEG

Declaration
public static CreatePDFOperation.SupportedSourceFormat JPEG
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents image/jpeg Media Type

JPG

Declaration
public static CreatePDFOperation.SupportedSourceFormat JPG
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents image/jpeg Media Type

PNG

Declaration
public static CreatePDFOperation.SupportedSourceFormat PNG
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents image/png Media Type

PPT

Declaration
public static CreatePDFOperation.SupportedSourceFormat PPT
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents application/vnd.ms-powerpoint Media Type

PPTX

Declaration
public static CreatePDFOperation.SupportedSourceFormat PPTX
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents application/vnd.openxmlformats-officedocument.presentationml.presentation Media Type

RTF

Declaration
public static CreatePDFOperation.SupportedSourceFormat RTF
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents text/rtf Media Type

TIF

Declaration
public static CreatePDFOperation.SupportedSourceFormat TIF
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents image/tiff Media Type

TIFF

Declaration
public static CreatePDFOperation.SupportedSourceFormat TIFF
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents image/tiff Media Type

TXT

Declaration
public static CreatePDFOperation.SupportedSourceFormat TXT
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents text/plain Media Type

XLS

Declaration
public static CreatePDFOperation.SupportedSourceFormat XLS
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents application/vnd.ms-excel Media Type

XLSX

Declaration
public static CreatePDFOperation.SupportedSourceFormat XLSX
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Media Type

ZIP

Declaration
public static CreatePDFOperation.SupportedSourceFormat ZIP
Field Value
Type Description
CreatePDFOperation.SupportedSourceFormat

Represents application/zip Media Type

Methods

GetMediaType()

Returns the corresponding media type for this format, intended to be used for mediaType parameter in FileRef methods.

Declaration
public string GetMediaType()
Returns
Type Description
System.String

the corresponding media type

Back to top Copyright © 2019 Adobe. All rights reserved.