Convert, edit and reshape your files
Turn a spreadsheet into JSON, a scan into a PDF, or a contract into an editable document. Do it in the browser, or wire it into your own software with a few lines of code.
- No watermarks on your output
- Files kept private to your account
- Free while in early access
Everything you need to move a file forward
Built for people who just need the job done, and for teams who need it done a thousand times a day without anyone watching.
Convert anything common
Images, documents and data files. Pick a target format and the result is ready to download — no queue, no email link.
18 PDF tools
Merge, split, compress, rotate, crop, watermark, add page numbers, protect and unlock — plus PDF to Word, Excel, PowerPoint and JPG.
Edit in the browser
Open a spreadsheet, document or text file, change it, and save a new copy. Your original is never overwritten.
Scoped API keys
Issue keys limited to read, write or delete. A pipeline that only uploads can never delete your history.
Signed webhooks
Get told the moment a job finishes. Every payload carries an HMAC signature and a timestamp so you can verify it.
A real API
Everything the dashboard does is a documented endpoint. JSON in, JSON out, with errors that say what went wrong.
Three steps, no ceremony
Upload
Drop in a file from your computer, or POST it to the API from your own code.
Choose
Pick a target format or a tool. Only conversions that actually work are offered.
Download
Grab the result straight away, or let a webhook tell your system it is ready.
A full PDF toolkit
The things you normally hunt for on a sketchy website, in one place, attached to your own account.
Organise
- Merge
- Split
- Extract pages
- Remove pages
- Reorder
Edit
- Rotate
- Crop
- Page numbers
- Watermark
Optimise
- Compress
- Repair
Secure
- Protect with a password
- Unlock
Convert
- PDF to Word
- PDF to Excel
- PDF to PowerPoint
- PDF to JPG
- Images to PDF
Edit without downloading
Open a CSV or spreadsheet in a proper grid, a Word document as paragraphs, or any text file in a plain editor. Fix the typo, save, done.
Every save creates a new copy, so the file you started with is still there if you change your mind.
| name | role | country |
| Ada | Engineer | GB |
| Grace | Analyst | US |
Built to be automated
The dashboard is just one client. Issue a scoped API key, point your pipeline at it, and let webhooks tell you when work is done.
- Scoped keys — read, write and delete are separate
- A key can never mint another key
- HMAC-signed webhooks with replay protection
- Errors that name the field and the fix
# Convert a document to PDF
curl -X POST https://api.axisconverter.com/api/v1/conversions \
-H "X-API-Key: axis_sk_…" \
-F file=@invoice.docx \
-F to=pdf
# → 201 Created
{
"conversion": {
"id": "9c2e…",
"converted_filename": "invoice.pdf",
"status": "completed"
}
}Every conversion
Each one has its own page with the steps and the answers to the usual questions.
- BMP → JPG
- BMP → PDF
- BMP → PNG
- BMP → WebP
- CSV → HTML
- CSV → JSON
- CSV → Excel
- CSV → YAML
- Word → HTML
- Word → PDF
- Word → text
- GIF → BMP
- GIF → JPG
- GIF → PDF
- GIF → PNG
- GIF → WebP
- JPEG → BMP
- JPEG → PDF
- JPEG → PNG
- JPEG → WebP
- JPG → BMP
- JPG → PDF
- JPG → PNG
- JPG → WebP
- JSON → CSV
- JSON → HTML
- JSON → Excel
- JSON → YAML
- PDF → Word
- PDF → PowerPoint
- PDF → text
- PDF → Excel
- PNG → BMP
- PNG → JPG
- PNG → PDF
- PNG → WebP
- TIFF → BMP
- TIFF → JPG
- TIFF → PDF
- TIFF → PNG
- text → Word
- text → HTML
- text → PDF
- WebP → BMP
- WebP → JPG
- WebP → PDF
- WebP → PNG
- Excel → CSV
- Excel → HTML
- Excel → JSON
- Excel → YAML
- YAML → CSV
- YAML → HTML
- YAML → JSON
- YAML → Excel
- YAML → CSV
- YAML → HTML
- YAML → JSON
- YAML → Excel
Free while we are in early access
We are still working out plans. Everything here is usable today at no cost. If you need volume, a contract, or something specific for your team, talk to us and we will sort it out.