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_rotate
Rotates pages of one PDF by 90, 180 or 270 degrees clockwise in the browser and writes the rotation into the file. Pass pdf as an application/pdf machine document (base64, no data URL prefix, 12 MiB decoded), delta, and scope kind all or pages with 0-based indices (max 200). Variant URLs are not a second machine Tool — pass delta and scope explicitly. Do not use this to reorder pages (that is pdf_organize) or to extract a range (that is pdf_split).
Page: /pdf
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
pdf |
object | yes | — |
delta |
number | yes | — |
scope |
— | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"pdf": {
"type": "object",
"properties": {
"mime": {
"type": "string",
"const": "application/pdf"
},
"base64": {
"type": "string",
"minLength": 1,
"maxLength": 16777220
}
},
"required": [
"mime",
"base64"
],
"additionalProperties": false
},
"delta": {
"type": "number",
"enum": [
90,
180,
270
]
},
"scope": {
"anyOf": [
{
"type": "object",
"properties": {
"kind": {
"type": "string",
"const": "all"
}
},
"required": [
"kind"
],
"additionalProperties": false
},
{
"type": "object",
"properties": {
"kind": {
"type": "string",
"const": "pages"
},
"indices": {
"type": "array",
"items": {
"type": "integer",
"minimum": 0
},
"maxItems": 200
}
},
"required": [
"kind",
"indices"
],
"additionalProperties": false
}
]
}
},
"required": [
"pdf",
"delta",
"scope"
],
"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.