← 返回
未分类 Key 中文

PDF To PPTX

Converts PDF documents into editable PowerPoint presentations with intelligent content extraction and formatting.
将PDF文档智能转换为可编辑的PowerPoint演示文稿,自动提取内容并优化格式。
krishnakumarmahadevan-cmd
未分类 clawhub v1.0.0 1 版本 99923.3 Key: 需要
★ 0
Stars
📥 1,302
下载
💾 393
安装
1
版本
#latest

概述

Overview

PDF to PowerPoint is a document conversion API that transforms static PDF files into dynamic, editable PowerPoint presentations. This tool intelligently extracts text, images, and layout information from PDF documents and reconstructs them in PPTX format, preserving structure and visual hierarchy while enabling further customization.

The service is designed for professionals who need to repurpose PDF content into presentation-ready formats. Whether you're converting reports, whitepapers, or structured documents, this API handles the conversion pipeline end-to-end, reducing manual reformatting time and maintaining content integrity throughout the process.

Ideal users include business analysts, consultants, educators, and content teams who regularly work with mixed document formats and require programmatic conversion capabilities as part of larger automation workflows.

Usage

Sample Request:

{
  "file": "<binary PDF file content>"
}

Upload a PDF file using multipart/form-data encoding. The file parameter should contain the raw binary data of your PDF document.

Sample Response:

{
  "status": "success",
  "message": "PDF conversion completed",
  "output_file": "document_converted.pptx",
  "pages_processed": 12,
  "conversion_time_ms": 2450,
  "file_url": "https://api.mkkpro.com/files/abc123def456/document_converted.pptx"
}

The response includes the converted PowerPoint file URL, processing metrics, and status confirmation for download and integration.

Endpoints

POST /upload-pdf

Uploads and converts a PDF file to PowerPoint format.

Method: POST

Path: /upload-pdf

Description: Accepts a PDF document via multipart file upload and initiates the conversion process to generate an editable PowerPoint presentation.

Parameters:

NameTypeRequiredDescription
-----------------------------------
filebinary (file)YesThe PDF file to be converted. Must be a valid PDF document in binary format.

Request Content-Type: multipart/form-data

Response (200 - Success):

Content-Type: application/json
Status: 200 OK

{
  "status": "success",
  "message": "string",
  "output_file": "string",
  "pages_processed": "integer",
  "conversion_time_ms": "integer",
  "file_url": "string"
}

Response (422 - Validation Error):

Content-Type: application/json
Status: 422 Unprocessable Entity

{
  "detail": [
    {
      "loc": ["string" | integer],
      "msg": "string",
      "type": "string"
    }
  ]
}

Returned when the uploaded file fails validation (missing, invalid format, or corrupt PDF).

Pricing

PlanCalls/DayCalls/MonthPrice
-------------------------------------
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in — 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/creative/pdf-to-pptx
  • API Docs: https://api.mkkpro.com:8001/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 10:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Data Breach Impact Calculator

krishnakumarmahadevan-cmd
计算数据泄露成本、财务影响、监管罚款及补救费用。用于估算泄露成本、GDPR/CCPA 罚款风险及事件...
★ 0 📥 756
security-compliance

Web Vulnerability Assessment

krishnakumarmahadevan-cmd
生成全面的Web应用漏洞评估,包含OWASP标准检查清单、修复指南及测试脚本。
★ 0 📥 1,089
security-compliance

Data Privacy Checklist

krishnakumarmahadevan-cmd
评估20个控制领域63项措施的数据隐私合规性,涵盖治理、同意、安全、泄露响应及供应商管理等。
★ 0 📥 795