giantmarkdown.com
Convert PDFs, Word files, PowerPoint and Excel documents into clean Markdown online. Most PDFs run privately in your browser.
First seen 2026-08-27 · Last seen 2026-08-27 · Source: webmcp.com
Answer 0 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
convert_document_to_markdown
Convert a supported document supplied as base64 into Markdown. The document is processed privately in the browser when possible, otherwise GiantMarkdown securely uploads it for conversion and deletes the cloud job afterward.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
filename |
string | yes | Document filename including its supported extension. |
content_base64 |
string | yes | Raw base64 document bytes without a data URL prefix. |
content_type |
string | no | Optional MIME type, such as application/pdf. |
Raw JSON schema
{
"type": "object",
"properties": {
"filename": {
"type": "string",
"minLength": 1,
"description": "Document filename including its supported extension."
},
"content_base64": {
"type": "string",
"minLength": 1,
"description": "Raw base64 document bytes without a data URL prefix."
},
"content_type": {
"type": "string",
"minLength": 1,
"description": "Optional MIME type, such as application/pdf."
}
},
"required": [
"filename",
"content_base64"
],
"additionalProperties": false
}
Similar websites
persona-chat.dev
Persona is an open-source, themeable AI chat widget you can add to any website in minutes. SSE streaming, agent loops, tool use, and style isolation: zero frame…
demos.telerik.com
Explore and test a wide range of Telerik UI for Blazor examples, demos, and sample applications.
bandarra.me
WebMCP-enabled text editor with imperative tools for document I/O, workspace CRUD, on-device translation, and sub-agent (planner / researcher / writer / reviewe…
admintoolkit.io
admintoolkit.io gives admins browser-based DNS, mail authentication, TLS, HTTP, public IP, CIDR, and EDID checks with local parsing and explicit live lookups.