SXI to PDF API

The API for converting OpenOffice documents to PDF files.

SXI PDF

The API for converting OpenOffice SXI documents to PDF files.

Copy parameter's URL Secret Secret
Type: String

Authentication secret must be provided as a query parameter. If omitted, token must be provided.

Show all
Copy parameter's URL Token Token
Type: String

Authentication token must be provided as a query parameter. If omitted, secret must be provided.

Show all
Copy parameter's URL File File Required
Type: File

File to be converted. Value can be URL or file content.

Show all
Copy parameter's URL StoreFile Store file
Type: Bool

Store converted file on our secure server and provides download URL.

Default: False Show all
Copy parameter's URL FileName File name
Type: String

Converted output file name without extension. The extension will be added automatically.

Show all
Copy parameter's URL Timeout Timeout
Type: Integer

Conversion timeout in seconds.

Default: 900 Range: 10 .. 1200 Show all
Copy parameter's URL Password Open Password
Type: String

Sets the password to open protected documents.

Show all
Copy parameter's URL EmbedFonts Embed fonts
Type: Bool

Embed fonts in PDF.

Default: True Show all
Copy parameter's URL SubsetFonts Subset fonts
Type: Bool

Include in the output PDF document only the font characters that are used in the original document.

Default: True Show all
Copy parameter's URL SubsetFontsThreshold Subset fonts threshold
Type: Integer

Sets the Subset Fonts threshold. If the percentage of used characters, compared with total characters of the particular font, exceeds this threshold, the entire font is embedded.

Default: 100 Range: 0 .. 100 Show all
Copy parameter's URL PdfVersion PDF version
Type: Collection

Set PDF version.

Default: 1.5 Values: 1.2 1.3 1.4 1.5 1.6 1.7 1.8 2.0 Show all
Copy parameter's URL PdfResolution PDF resolution
Type: Integer

Set PDF resolution.

Default: 300 Range: 10 .. 2400 Show all
Copy parameter's URL PdfTitle PDF title
Type: String

Set the title of the generated PDF file. If value is not set a source document title is used instead.

Show all
Copy parameter's URL PdfSubject PDF subject
Type: String

Set the subject of the generated PDF file. If value is not set a source document subject is used instead.

Show all
Copy parameter's URL PdfAuthor PDF author
Type: String

Set the author of the generated PDF file. If value is not set a source document author is used instead.

Show all
Copy parameter's URL PdfKeywords PDF keywords
Type: String

Set the keywords of the generated PDF file. If value is not set a source document keywords are used instead.

Show all
Copy parameter's URL OpenPage Open to page
Type: Integer

Set the page number at which the PDF document should open.

Default: 1 Range: 1 .. 3000 Show all
Copy parameter's URL OpenZoom PDF default zoom
Type: Collection

Set the default zoom percentage for when you open PDF files .

Default: Default Values: Default ActualSize FitPage FitWidth FitHeight FitVisible 25 50 75 100 125 150 200 400 800 1600 2400 3200 6400 Show all
Copy parameter's URL RotatePage Auto rotate page
Type: Collection

Automatically rotate pages based on the orientation of the text. By Page option will rotate each page based on the direction of the text on that page. All option will rotate all pages in the document based on the orientation of the majority of text.

Default: ByPage Values: Disabled ByPage All Show all
Copy parameter's URL ColorSpace PDF color space
Type: Collection

Set PDF color space.

Default: Default Values: Default RGB CMYK Gray Show all

Code snippet

// Code snippet is using the ConvertAPI JavaScript Client: https://github.com/ConvertAPI/convertapi-js

// Code snippet is using the ConvertAPI Node.js Client: https://github.com/ConvertAPI/convertapi-nodejs

// Code snippet is using the ConvertAPI PHP Client: https://github.com/ConvertAPI/convertapi-php

// Code snippet is using the ConvertAPI Java Client: https://github.com/ConvertAPI/convertapi-java

// Code snippet is using the ConvertAPI C# Client: https://github.com/ConvertAPI/convertapi-dotnet

# Code snippet is using the ConvertAPI Ruby Client: https://github.com/ConvertAPI/convertapi-ruby

# Code snippet is using the ConvertAPI Python Client: https://github.com/ConvertAPI/convertapi-python

// Code snippet is using the ConvertAPI Go Client: https://github.com/ConvertAPI/convertapi-go

REM Code snippet is using the command line utility program: https://github.com/ConvertAPI/convertapi-cli

<!-- For conversions with the multiple file result please refer to this example: https://repl.it/@ConvertAPI/HTML-Form-with-multiple-file-result -->