Properties
| Name | Type | Summary |
| Authentication |
|
›
ApiKey
|
integer
| API Key should be passed if you purchased membership with credits. Please login to your control panel to find out your API Key http://www.convertapi.com/control-panel |
| Conversion Parameters |
|
›
Timeout
= 300
|
integer
| Conversion timeout in seconds. The minimum value is 5 seconds and maximum is 600 seconds (10 minutes) |
|
›
AlternativeParser
= false
|
boolean
| If some objects are missing in converted Pdf files from original source files this option can be enabled to improve conversion. The option process files much slower and should be disabled by default. |
|
›
OutputFormat
= pdf
|
string (collention)
pdf - portable document formatpdfa - portable document format specialized for the digital preservation of electronic documents.png - png image.jpg - jpg image.tif - tiff image.
| Set the output file format. The default output format is Pdf. If output format is set to Png or Jpg a image file will be created for every converted document page and returned as zip file. |
|
›
InputFormat
|
string (collention)
snp - SnapShot file
| The supported source file formats. In most cases you don't need to set up this parameter because input file format will be detected from submited file name automatically. |
| Credits Information |
|
‹
CreditsLeft
|
integer
| Return number of remaining credits. Only available when ApiKey is provided. |
|
‹
CreditsCost
= 1
|
integer
| The cost of credits for one conversion. |
| Output Result |
|
‹
Result
|
boolean
| Conversion result. Return True if conversion successful, otherwise False. |
|
‹
Error
|
string
| Contain information about conversion failure. Only available when Result = False. |
|
‹
FileSize
|
integer
| Converted file size in bytes. |
|
›
StoreFile
= false
|
boolean
| Store file on server and return url to file instead of file stream response. File will be available for 24 hours. |
|
‹
FileUrl
|
string
| Converted file url to download from a server. Only available when StoreFile = True. |
|
‹
File
|
bytes
| If JSon object is used as output then a file will be encoded using Base64 encoding. |
|
›
OutputFileName
|
string
| Converted output file name. If parameter is not set the filename will be generated automatically. |
| PDF Options |
|
›
DocumentTitle
|
string
| Set the title of the generated Pdf file. If value is not set a source document title is used instead. |
|
›
DocumentSubject
|
string
| Set the subject of the generated Pdf file. If value is not set a source document subject is used instead. |
|
›
DocumentAuthor
|
string
| Set the author of the generated Pdf file. If value is not set a source document author is used instead. |
|
›
DocumentKeywords
|
string
| Set the keywords of the generated Pdf file. If value is not set a source document keywords is used instead. |