← 返回
未分类 Key 中文

Unlock PDF

Remove password protection from encrypted PDFs via the PDFAPIHub cloud API. Your PDF and password are sent to pdfapihub.com for decryption. Requires a CLIENT...
Remove password protection from encrypted PDFs via the PDFAPIHub cloud API. Your PDF and password are sent to pdfapihub.com for decryption. Requires a CLIENT...
rishabhdugar rishabhdugar 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 354
下载
💾 1
安装
1
版本
#latest

概述

Unlock PDF

What It Does

Removes password protection from an encrypted PDF via the PDFAPIHub hosted API. Your PDF file and the decryption password are uploaded to PDFAPIHub servers, where the service decrypts the document and returns the unlocked PDF.

When to Use

  • Decrypt a password-protected PDF for further processing
  • Remove read restrictions from a PDF you own

Required Inputs

  • password — the password to unlock the PDF
  • Plus one of: url, base64_pdf, or multipart file upload

Authentication

This skill calls the PDFAPIHub hosted API at https://pdfapihub.com/api. Your PDF and password are sent to PDFAPIHub servers for decryption.

Send your API key in the CLIENT-API-KEY header.

Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.

Security & Privacy:

  • Your PDF file and decryption password are transmitted to PDFAPIHub's cloud service over HTTPS
  • Do not send highly sensitive documents or passwords you use elsewhere without understanding this risk
  • Files are auto-deleted from PDFAPIHub servers after 30 days
  • PDFAPIHub does not store or log passwords after processing

Use Cases

  • Legacy Document Access — Unlock old password-protected PDFs when you have the password
  • Workflow Automation — Decrypt PDFs in an automated pipeline before merging, splitting, or parsing
  • Print Enablement — Remove print restrictions from PDFs you own for printing
  • Content Extraction — Unlock PDFs before running OCR or text extraction
  • Pre-Processing — Decrypt encrypted PDFs before further PDF operations (merge, compress, watermark)

Example Usage

curl -X POST https://pdfapihub.com/api/v1/unlockPdf \
  -H "CLIENT-API-KEY: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://pdfapihub.com/sampleprotected.pdf",
    "password": "secret123",
    "output": "url"
  }'

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-07 15:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 476 📥 157,724
design-media

Generate Image

rishabhdugar
使用无头 Chromium 将 HTML 内容或公开 URL 生成PNG 图片,支持自定义尺寸、Retina 高清、全页面截图以及 Cookie 配置。
★ 0 📥 601
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 937 📥 187,756