HTML response to Resumes:
If you request a PDF version of your resume, the response you receive will be plain text without any formatting.
However, if you want to obtain a formatted HTML version, you can do so by enabling the API setting described below:
"apisetting": {
"formattedpdfhtml": true
}
Kindly note that this setting is used only when the resume is in pdf format.
-
- Use Case 1 - when formattedpdfhtml is true
When formattedpdfhtml value is true in the API request, then the pdf is converted into HTML in the correct format.
Sample Request
"apisetting": { "formattedpdfhtml": true }
- Use Case 2 - when formattedpdfhtml is false
When formattedpdfhtml value is false, the HTML is created from the converted text extracted after the PDF Conversion.
Sample Request
"apisetting": { "formattedpdfhtml": false }
Sample Response - when formattedpdfhtml is false Sample Response - when formattedpdfhtml is true - Use Case 1 - when formattedpdfhtml is true
If you encounter a null value when viewing HTML, please refer to the following suggestions:
- Save your resume file as a plain text document with a .txt extension.
- Ensure that the string length is greater than 100 characters and includes essential resume data such as your name, email, education, experience, etc.
- Verify that the string includes appropriate line breaks (such as \n\r) and spaces (\t, etc.) for parsing.
If you need further assistance, you can contact the RChilli Support team by creating a ticket at RChilli HelpDesk or sending an email to support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.