pdf-report
vmain
io.github.agent0ai/space-agent/pdf-report
Create and download browser-generated PDFs from structured data or HTML
“PDF” 共 588 个结果
vmain
io.github.agent0ai/space-agent/pdf-report
Create and download browser-generated PDFs from structured data or HTML
vmain
io.github.sickn33/antigravity-awesome-skills/pdf-official
This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see reference.md. If you need to fill out a PDF form, read forms.md and follow its instructions.
vmain
io.github.brycewang-stanford/Auto-Empirical-Research-Skills/zotero-pdf2zh-guide
PDF Chinese translation plugin for Zotero reference manager
vmain
io.github.benchflow-ai/skillsbench/pdf-editing
Complete guide for reading and editing PDF documents with PyMuPDF.
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-generation
Generate structured PDF checklists and reports using Python libraries in sandbox
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-generator
Generate structured PDF checklists and reports with tables, sections, and scoring criteria using Python libraries
vmain
io.github.HKUDS/OpenSpace/pdf-checklist-workflow
Generate structured PDF documents with tables, sections, and scoring using Python libraries in execute_code_sandbox
vmain
io.github.HKUDS/OpenSpace/pdf-debug-unbuffered
Debug Python PDF generation errors by using unbuffered output and stderr inspection to reveal actual tracebacks
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-29b2f4
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-899f5b
Progressive tool-chain PDF extraction with explicit read_file, run_shell, and execute_code_sandbox sequencing
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced-e27e0c
PDF text extraction with tool cascade prioritizing shell pdftotext before Python fallback
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback-enhanced
PDF extraction with ordered tool chain: read_file, then run_shell/pdftotext, then execute_code_sandbox/PyMuPDF
vmain
io.github.HKUDS/OpenSpace/pdf-download-extract-fallback
Multi-step PDF download and text extraction with progressive fallback strategies
vmain
io.github.HKUDS/OpenSpace/pdf-engine-fallback
Retry PDF generation with alternative engines when pandoc fails
vmain
io.github.HKUDS/OpenSpace/pdftotext-fallback
Recover PDF text extraction when read_file returns binary data by using pdftotext via shell
vmain
io.github.HKUDS/OpenSpace/pdf-verification
Verify PDF page counts and file integrity programmatically using PyPDF2 after generation
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli
Verify PDF page count and content using command-line tools when Python libraries unavailable
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli-enhanced
Complete PDF workflow: verify, extract content, assemble reports, and generate output PDFs using command-line tools
vmain
io.github.HKUDS/OpenSpace/pdf-verification-cli-enhanced-657992
Complete PDF workflow: extract content from source PDFs and generate new PDF reports using command-line tools
vmain
io.github.HKUDS/OpenSpace/pdf-verification-check
Verify generated PDFs for integrity and page count using PyPDF2 before task completion.
vmain
io.github.HKUDS/OpenSpace/pdf-verification-check-112b09
Verify generated PDF files using PyPDF2 to check page counts and integrity
vmain
io.github.HKUDS/OpenSpace/pdf-text-extraction
Extract text from PDFs using shell tools when read_file fails
vmain
io.github.HKUDS/OpenSpace/pdf-text-extraction-fallback
Extract text from PDFs using pdftotext when read_file returns binary data
vmain
io.github.HKUDS/OpenSpace/pdf-text-extraction-fallback-85d5ca
Fallback workflow for extracting text from PDFs when read_file returns binary data