Automate Office files from your stack.
Convert Word and Excel to PDF and back, merge, split and compare Word, add, update and extract Excel rows, then watermark and password-protect the result. Call the REST API or drop the same actions into Power Automate, Make, n8n or Zapier, with no Office install.
Office conversion, on every platform.
Add the Word and Excel actions as native no-code steps, or call the same operations from the REST API. Build it once, then run it everywhere.
Send a Word file, get a PDF back.
- Consistent shape. Every action takes a Base64
docContentplus JSON options and returns the processed file. - Any language. Plain HTTPS with a Basic API key. No SDK required, though samples exist for C#, Java, Python and more.
- Sync or async. Short jobs return immediately; long jobs return a polling URL you can check until the result is ready.
curl -X POST https://api.pdf4me.com/api/v2/ConvertToPdf \
-H "Authorization: Basic YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"docContent": "<base64 file>",
"docName": "report.docx"
}'Five steps, same for every operation.
- Get an API key. Grab a key from the PDF4me dashboard and send it as
Authorization: Basic YOUR_API_KEY. - Base64 your file. Encode the source
.docx,.xlsxor.pdfand put it in thedocContentfield with adocName. - POST to the action. Call the endpoint for the operation you want, for example
ConvertToPdforMergeDocuments, with your JSON options. - Get one file back. Every action returns the processed document as a Base64 string in JSON, ready to decode and save.
- Route the result. Store it, attach it, or pass it to the next step, all in the same flow, with no Office license involved.

Convert and operate on Office files without opening Word or Excel.
Word and Excel to PDF, and back.
Conversion is the Office API entry point. Document generation from templates is a different product, on document generation.
Word or Excel to PDF
Convert .docx, .xlsx, PowerPoint, HTML, Markdown, images and 50+ formats to PDF. No Office install.
Read the docsPDF to Word
Turn a PDF back into an editable .docx, keeping layout for downstream review or merge.
Read the docsPDF to Excel
Extract tables from a PDF into an .xlsx workbook you can sort, filter and load.
Read the docsMerge, split, compare and lock .docx files.
Operate on Word files over HTTPS. No Microsoft Word install, no desktop license.
Merge documents
Combine any number of .docx files into one, in array order, with formatting and compliance options.
Read the docsSplit document
Divide a document by pages, sections, headings or custom page ranges into separate files.
Read the docsCompare documents
Redline two versions with tracked changes, with control over case, tables, footnotes and headers.
Read the docsAdd text watermark
Stamp DRAFT, CONFIDENTIAL or branding text, with font, colour, rotation and transparency control.
Read the docsSecure document
Apply an open password and restrict editing to read-only, comments-only or form-fields-only.
Read the docsReplace text
Find-and-replace across a .docx. Table of Contents refresh is a separate Word endpoint in the same pipeline.
Read the docsRead and write spreadsheets, no Excel needed.
Add, update and extract rows, merge workbooks, then password-protect or unlock. Filling an Excel template from JSON is document generation, not this API.
Update rows
Overwrite cell values in existing rows by position, straight from your data.
Read the docsUnlock workbook
Remove password protection from an Excel file when you own the password.
Read the docsGet your documents done.
Build it into your product with the API, automate it with no code, or use the free tools in your browser. No credit card to begin.
curl -X POST https://api.pdf4me.com/v1/ConvertToPdfFree tier · No credit card required