2 个仓库
Generation of PDF-native tables from HTML source with automatic layout calculations.
Distinct from HTML Rendering: Distinct from HTML Rendering: focuses on producing a PDF output specifically from HTML table structures.
Explore 2 awesome GitHub repositories matching web development · PDF Table Rendering. Refine with filters or upvote what's useful.
PyMuPDF is a comprehensive PDF manipulation library and document analysis tool. It serves as a text extraction tool, OCR engine, and image converter, providing a programmatic interface to edit, merge, split, and optimize PDF and Office documents. The project distinguishes itself through high-performance capabilities, including the use of C-bindings for low-level manipulation and parallelized page processing to accelerate workloads. It provides specialized conversion paths, such as transforming PDF content into Markdown for retrieval-augmented generation and large language model pipelines. It
Produces PDF tables from HTML source with automatic column and row calculations.
mPDF 是一个 PHP 库,可将 UTF-8 编码的 HTML 和 CSS 转换为格式化的 PDF 文档。它作为 PDF 生成引擎和文档架构师,能够将网页和 HTML 表单转换为专业文件。 该项目以其多语言渲染能力而著称,通过 Unicode 字体嵌入和 OpenType 布局处理,为双向文本、从右到左脚本和 CJK 语言提供全面支持。它还通过 CMYK 高级色彩建模、精确的页面尺寸标注以及符合 PDF/A 和 PDF/X 归档标准,实现了专业的打印就绪设计。 该库涵盖了广泛的文档布局和交互功能,包括交互式表单、书签和可搜索索引的生成。它为页面模板、页眉页脚和复杂的表格数据渲染提供了详细的控制。其他功能包括 PDF 加密、用于文件大小优化的字体子集化,以及将外部 PDF 页面导入为模板的能力。 该系统与符合 PSR-3 标准的日志记录集成,以跟踪内部事件和执行错误。
Generates native PDF tables from HTML including support for nesting, rotation, and auto-resizing.