Table of Contents

Enum SaveFormat

Namespace
LibreOfficeKit.Enums
Assembly
LibreOfficeKit.dll

Specifies the output format for document conversion via LibreOfficeKit. These values map to the format string passed to the LOK saveAs function.

public enum SaveFormat

Fields

Docx = 1

Microsoft Word Open XML Document (.docx).

Eps = 13

Enhanced Postscript (.eps).

Html = 9

HTML (.html).

Jpg = 11

JPEG image (.jpg).

Odp = 6

Open Document Presentation (.odp).

Ods = 5

Open Document Spreadsheet (.ods).

Odt = 4

Open Document Text (.odt).

Pdf = 0

Portable Document Format (PDF).

Png = 10

Portable Network Graphics (.png).

Pptx = 3

Microsoft PowerPoint Open XML Presentation (.pptx).

Rtf = 7

Rich Text Format (.rtf).

Svg = 12

Scalable Vector Graphics (.svg).

Txt = 8

Plain Text (.txt).

Xlsx = 2

Microsoft Excel Open XML Spreadsheet (.xlsx).