PDF to JSON - How to extract images
You can use the /pdf/convert/to/json2
to extract the PDF contents to JSON format. Please add the profiles parameter below to extract images:
{
"url": "https://fileurl.pdf",
"profiles": "{ 'SaveImages': 'Embed' }"
}
0 Comments