Extract PDF images
Extract embedded images from selected PDF pages and download one ZIP.
Input
File and output
Result
File ready
ZIP
Waiting for file
The result will appear here.
Ready to download
API
Also available by API
Use the mirror endpoint with multipart or base64 JSON. API balance stays separate from web NOX.
Billing validates balance before processing and only charges after a successful output.
POST /api/v1/tools/pdf-extract-images
Authorization: Bearer TU_API_KEY
Content-Type: application/json
{
"pdf_base64": "data:application/pdf;base64,...",
"pages": "1-3",
"filename": "imagenes"
}