simpletoolstack.com
Free image and text tools that run right in your browser — compress, convert, clean and reshape your files. No sign-up, nothing uploaded.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 20 · Transact 0 · Score: Not yet scored
Tool inspector
pdf_to_jpg
Renders each page of one PDF to JPEG or PNG images in the browser (max 30 pages). Pass pdf as an application/pdf machine document (base64, no data URL prefix, 12 MiB decoded) plus optional format, dpi (72, 96, 150, or 300), and quality. Variant URLs are not a second machine Tool — pass format explicitly. Do not use this to build a PDF from images (that is jpg_to_pdf) or to extract PDF pages (that is pdf_split).
Page: /pdf
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
format |
string | no | — |
dpi |
number | no | — |
quality |
number | no | — |
pdf |
object | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"format": {
"type": "string",
"enum": [
"jpeg",
"png"
],
"default": "jpeg"
},
"dpi": {
"type": "number",
"enum": [
72,
96,
150,
300
],
"default": 150
},
"quality": {
"type": "number",
"minimum": 0.1,
"maximum": 1,
"default": 0.92
},
"pdf": {
"type": "object",
"properties": {
"mime": {
"type": "string",
"const": "application/pdf"
},
"base64": {
"type": "string",
"minLength": 1,
"maxLength": 16777220
}
},
"required": [
"mime",
"base64"
],
"additionalProperties": false
}
},
"required": [
"pdf"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.