
netcafe-docflow
Markdown in, any format out.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Список инструментов сервера (13)
Технические названия из tools/list. Нужны только разработчикам.
| what_can_you_do | Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing. Also returns multi-step recipes when a task needs several tools chained (invoices to a ledger, a bank statement reconciled, a messy CSV turned into a deliverable). Deterministic and free: it calls no model, costs nothing, and never runs out of quota. Call this FIRST when you are not sure what this server offers. |
| pdf_add_page_numbers | Stamp page numbers or footer text onto every page of a PDF. Supports a starting number, roman numerals, skipping a cover page, position and font size — the combination Acrobat cannot do without scripting. Template supports {n} and {total}, e.g. "Page {n} of {total}". |
| md_to_pdf | Markdown → styled PDF. Send markdown text or a URL to a .md file, get a print-ready PDF back. |
| md_to_docx | Markdown → Word (.docx). The deliverable your non-technical colleagues actually open. |
| md_to_pptx | Markdown (heading per slide) → PowerPoint .pptx. Fastest structured route to a deck. |
| md_to_html | Markdown → standalone styled HTML page (single file, inline CSS). |
| md_to_epub | Markdown → EPUB e-book, with title and author metadata. |
| docx_to_md | Word .docx (by URL) → clean Markdown. Feed documents to your agent pipeline. |
| merge_pdf | Merge several PDFs (by URL) into one. urls = comma-separated links, in order. |
| split_pdf | Extract a page range from a PDF (by URL) into a new PDF. from/to are 1-based page numbers. |
| pdf_page_count | Count pages and report each page size of a PDF (by URL). |
| pdf_watermark | Stamp diagonal text watermark on every page of a PDF (by URL). text = the watermark. |
| pdf_rotate | Rotate all pages of a PDF (by URL) by 90/180/270 degrees. |