convert-to-pdfConvert one or multiple documents to PDF by uploading them to Cross-Service-Solutions, polling until completion, then returning download URL(s) for the converted PDF(s) (or a ZIP if multiple).
Install via ClawdBot CLI:
clawdbot install CrossServiceSolutions/convert-to-pdfThis skill converts one or multiple documents to PDF by:
1) accepting one or multiple input files from the user,
2) uploading them to the Solutions API convert endpoint,
3) polling the job status until it is finished,
4) returning download URL(s) for the resulting file(s).
If multiple files are converted, the output may contain multiple PDFs and/or a ZIP for download.
The API requires an API key used as a Bearer token:
Authorization: Bearer How the user gets an API key:
Rule: never echo or log the API key.
Base URL:
https://api.xss-cross-service-solutions.com/solutions/solutionsCreate convert job:
POST /api/31multipart/form-data parameters:files (Dokument) โ required โ multiple files (multiple_files)Get result by ID:
GET /api/When done, the response contains:
output.files[] with { name, path } where path is a downloadable URL (PDFs and/or ZIP).Return a structured result:
job_id (number)status (string)outputs (array) containing { name, path } for each output filedownload_url (string) if exactly one output existsdownload_urls (array of strings) for all outputsinput_files (array of strings)Example output:
```json
{
"job_id": 789,
"status": "done",
"outputs": [
{ "name": "file1.pdf", "path": "https://.../file1.pdf" },
{ "name": "file2.pdf", "path": "https://.../file2.pdf" },
{ "name": "converted.zip", "path": "https://.../converted.zip" }
],
"download_urls": [
"https://.../file1.pdf",
"https://.../file2.pdf",
"https://.../converted.zip"
],
"input_files": ["file1.docx", "file2.pptx"]
}
Generated Feb 25, 2026
Law firms and legal departments can convert contracts, briefs, and evidence files from various formats (e.g., DOCX, images) into PDFs for consistent archiving and secure sharing. This ensures compliance with court submission requirements and facilitates digital record-keeping.
Universities and researchers use this skill to convert research papers, theses, and presentation slides into PDF format for journal submissions or conference proceedings. It handles batch processing of multiple documents, saving time during publication workflows.
Corporations convert financial reports, marketing materials, and internal documents from Office formats to PDFs for distribution to stakeholders. The skill supports multiple files, allowing teams to bundle related documents into a ZIP for organized delivery.
Medical facilities convert patient forms, lab results, and scanned images into PDFs for electronic health records (EHR) systems. This improves data accessibility and meets regulatory standards for digital documentation in healthcare.
Real estate agencies convert property listings, contracts, and inspection reports into PDFs for client presentations and online portals. Batch conversion enables quick handling of multiple property files during transactions.
Offer this skill as part of a monthly or annual subscription plan for businesses needing regular document conversion. Revenue is generated through tiered pricing based on usage volume, such as number of files converted per month.
Integrate the skill into larger platforms where users pay per conversion job. This model targets occasional users or applications with variable demand, charging a small fee for each document processed through the API.
License the skill to large organizations for internal use, allowing them to rebrand it as part of their own document management systems. Revenue comes from one-time licensing fees or annual enterprise contracts.
๐ฌ Integration Tip
Ensure secure handling of the API key by storing it in environment variables and implement error handling for network issues during polling to avoid job failures.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
็จ MinerU API ่งฃๆ PDF/Word/PPT/ๅพ็ไธบ Markdown๏ผๆฏๆๅ ฌๅผใ่กจๆ ผใOCRใ้็จไบ่ฎบๆ่งฃๆใๆๆกฃๆๅใ
Generate hand-drawn style diagrams, flowcharts, and architecture diagrams as PNG images from Excalidraw JSON
The awesome PPT format generation tool provided by baidu.