AnPvR‖

HQAYC‖Command Line Graphics Export Parameters

Y3gBR‖The graphic filters accepts a string of options containing graphics properties for export.

W9M2B‖Examples:

P9bGF‖Convert Draw document to PNG

soffice --convert-to 'png:draw_png_Export:{"PixelHeight":{"type":"long","value":"192"},"PixelWidth":{"type":"long","value":"192"}}' test.odg

GgKh5‖Convert Writer document to JPEG

soffice --convert-to 'jpg:writer_jpg_Export:{"PixelHeight":{"type":"long","value":"192"},"PixelWidth":{"type":"long","value":"192"}}' test.odt

tip

jDC22‖The string of properties options is written in JSON notation.


9qQnA‖Filters for GRAPHICFILTER

Displayed Filter Name

API Name (OutputFilterName / InputFilterName)

Media Type (OutputFileExtension)

ukbDG‖JPEG - Joint Photographic Experts Group

"writer_jpg_Export"

image/jpeg (jpg jpeg jfif jif jpe)

c7VEt‖PNG - Portable Network Graphics

"writer_png_Export"

image/png (png apng)

FeKia‖SVG - Scalable Vector Graphics

"writer_svg_Export"

image/svg+xml (svg)

cht3y‖WEBP - WebP Image

"writer_webp_Export"

image/webp (webp)


note

3jQpg‖The valid API names are [writer|impress|calc|draw]_[png|jpg|svg|webp]_Export, depending on the source document and output format.


wNG7Z‖Properties

Jin8y‖Property

w5ToD‖Type

8VUnD‖Value

Translucent

boolean

true / false

PixelWidth

32-bit integer

PixelHeight

32-bit integer

ExportOnlyBackground

boolean

true / false

HighContrast

boolean

true / false

PageNumber

32-bit integer

ScrollText

boolean

true / false

CurrentPage

GG597‖XDrawPage (not for command line)

ScaleXNumerator

32-bit integer

ScaleXDenominator

32-bit integer

ScaleYNumerator

32-bit integer

ScaleYDenominator

32-bit integer

AntiAliasing

boolean

true / false