Unlock PDF
v1移除 password 保护ion from 加密ed PDFs via the PDFAPIHub cloud API. Your PDF and password are sent to pdfAPIhub.com for 解密ion. Requires a 命令行工具ENT-API-KEY header.
运行时依赖
安装命令
点击复制技能文档
Unlock PDF What It Does
移除s password 保护ion from an 加密ed PDF via the PDFAPIHub hosted API. Your PDF file and the 解密ion password are 上传ed to PDFAPIHub servers, where the 服务 解密s the document and returns the unlocked PDF.
When to Use 解密 a password-保护ed PDF for further processing 移除 read restrictions from a PDF you own Required 输入s password — the password to unlock the PDF Plus one of: url, base64_pdf, or multipart file 上传 Authentication
This 技能 calls the PDFAPIHub hosted API at https://pdfAPIhub.com/API. Your PDF and password are sent to PDFAPIHub servers for 解密ion.
发送 your API key in the 命令行工具ENT-API-KEY header.
获取 your free API key at https://pdfAPIhub.com. Full API documentation is avAIlable at https://pdfAPIhub.com/docs.
Security & 隐私:
Your PDF file and 解密ion password are transmitted to PDFAPIHub's cloud 服务 over HTTPS Do not 发送 highly sensitive documents or passwords you use elsewhere without understanding this risk Files are auto-删除d from PDFAPIHub servers after 30 days PDFAPIHub does not store or 记录 passwords after processing Use Cases Legacy Document 访问 — Unlock old password-保护ed PDFs when you have the password 工作流 自动化 — 解密 PDFs in an automated 流水线 before merging, splitting, or parsing Print Enablement — 移除 print restrictions from PDFs you own for printing Content 提取ion — Unlock PDFs before 运行ning OCR or text 提取ion Pre-Processing — 解密 加密ed PDFs before further PDF operations (merge, 压缩, watermark) Example Usage curl -X POST https://pdfAPIhub.com/API/v1/unlockPdf \ -H "命令行工具ENT-API-KEY: your_API_key" \ -H "Content-Type: 应用/json" \ -d '{ "url": "https://pdfAPIhub.com/sample保护ed.pdf", "password": "secret123", "输出": "url" }'