Document Converter
The Document Converter plugin API converts one type of resume document into another specified format.
Supported Input Formats:
-
doc, docx, dot, rtf, pdf, odt, dotx, docm, txt, htm, html, png, jpeg, jpg
Supported Output Formats:
-
doc, docx, rtf, pdf, html
Example:
To convert a doc file into pdf, you just need to specify pdf in the
outputtype
parameter to get the resume in the PDF format.
Note: The API will return the converted document in the base 64
data.