AI Agent Hub
Back to skills
Foxit PDF to Word Conversion Tool icon

Foxit PDF to Word Conversion Tool

Office Efficiency Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @org-l7kywqpq/foxit-pdf365-convert using https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When an agent must convert PDFs to Word, Excel, PPT, or images, or combine multiple images/PDFs, it often gets stuck on credentials, MCP calls, file validation, size limits, and result downloads. This skill turns the Foxit PDF365 conversion pipeline into a fixed workflow: verify credentials, upload the file, create the task, poll status, and download the result.

How It Works

  • Credential first: read local skill_key; if missing, prompt the user to create one. Stop on invalid Key to avoid retries.
  • MCP calls: use createConvertTask, getConvertTaskStatus, and downloadConvertResult.
  • Job types: supports PDF_2_WORD, PDF_TO_EXCEL, PDF_TO_PPT, image output, COMPRESS_PDF, MERGE_PDF, IMAGE_TO_PDF, IMAGE_ZIP_TO_PDF, and WORD_TO_PDF.
  • Input validation: ordinary conversion accepts a single PDF; image-to-PDF supports png, jpg, jpeg, bmp, tiff, tif; Word-to-PDF supports docx and doc.
  • Packaging: for multiple images or PDFs, the agent internally orders, renames, and packs a zip; users should not need to build the archive.
  • Output: download the result to the source folder or desktop and return the local path.

Boundaries

Validate the final upload object before uploading; if it exceeds the limit, stop and suggest splitting or compression. In no-quota cases, the user must pay and the download tool must be called again. Unsupported formats, invalid keys, or server errors should stop the workflow with guidance instead of invalid requests.

Use Cases

  • Convert a received PDF contract to Word before editing clauses and replying.
  • Combine multiple screenshot images into one ordered PDF for audit review.
  • Convert a PDF manual to a long image for quick mobile viewing.
  • Merge several PDFs into one file and compress it before uploading.

Best For

  • Business or legal assistants converting client PDFs to Word for clause edits.
  • Finance operations staff merging report screenshots into PDFs for audit.
  • Project assistants exporting Word documents to PDF for suppliers.
  • Documentation leads converting PDFs to PPT or long images for review.