XLSB to PDF API
The API for converting Excel XLSB documents to PDF files.
Bool
Set to convert active worksheet. If value is set False all worksheet will be converted.
Default: False
Show all
Integer
Set worksheet index(number) to convert. If value is not set all worksheet will be converted.
Range: 1 .. 2000
Show all
Collection
Page size.
Default: default
Values: default, letter, lettersmall, tabloid, ledger, legal, statement, executive, a3, a4, a4small, a5, b4, b5, folio, quarto, 10x14, 11x17, note, envelope9, envelope10, envelope11, envelope12, envelope14, csheet, dsheet, esheet, envelopedl, envelopec3, envelopec4, envelopec5, envelopec6, envelopec65, envelopecb4, envelopeb5, envelopeb6, envelopeeurope, envelopem, envelopeusa, fanfoldusa, fanfoldgerman, lfanfoldgerman
Show all
Bool
Include in the output PDF document only the font characters that are used in the original document.
Default: True
Show all
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
String
Set the title of the generated PDF file. If value is not set a source document title is used instead.
String
Set the subject of the generated PDF file. If value is not set a source document subject is used instead.
String
Set the author of the generated PDF file. If value is not set a source document author is used instead.
String
Set the keywords of the generated PDF file. If value is not set a source document keywords are used instead.
Integer
Set the page number at which the PDF document should open.
Default: 1
Range: 1 .. 3000
Show all
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
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: Disabled
Values: Disabled, ByPage, All
Show allSnippets are autogenerated according to converter parameter choices above. Please select file in "File" or "Files" parameter before using code snippets.
Code snippet is using ConvertAPI JavaScript Client
Code snippet is using ConvertAPI Node.js Client
Code snippet is using ConvertAPI PHP Client
Code snippet is using ConvertAPI Java Client
Code snippet is using ConvertAPI C# Client
Code snippet is using ConvertAPI Ruby Client
Code snippet is using ConvertAPI Python Client
Code snippet is using ConvertAPI Go Client
Code snippet is using command line utility program
For conversions with the multiple file result please refer to the example