awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pdf-rs avatar

pdf-rs/pdf

0
View on GitHub↗
1,672 स्टार्स·145 फोर्क्स·Rust·MIT·6 व्यूज़

Pdf

This library is a toolkit for processing, manipulating, and inspecting PDF documents within the Rust programming language. It provides programmatic access to the internal structure of files, enabling the extraction of data and the modification of document content.

The project utilizes a strongly-typed system to map complex document objects into structured data models. It supports the parsing of existing files through lazy-loading and stream-based decoding, which allows for the retrieval of text, metadata, and images. The library also facilitates the creation of updated document versions by restructuring internal components and saving changes to files.

Beyond core processing, the library includes utilities for debugging and analyzing document composition. Developers can inspect and visualize the internal hierarchy of a file as an interactive tree of primitives to troubleshoot rendering issues or verify document structure.

Features

  • PDF Libraries - Provides a Rust-based library for reading, manipulating, and writing PDF files.
  • PDF Text Extractors - Parses PDF files to extract text, metadata, and images for programmatic data processing.
  • Document-to-Object Mappings - Implements lazy-loading of document objects to minimize memory usage when parsing complex PDF structures.
  • Document Parsing Services - Provides programmatic methods to parse and extract internal data from PDF documents for further processing.
  • PDF Content Editing - Enables direct modification of PDF content by updating internal structures and saving changes to the file.
  • PDF Document Management - Provides comprehensive tools for manipulating PDF files, including restructuring pages and updating internal content.
  • Internal Object Manipulation - Provides a toolkit for programmatically extracting data and modifying the internal binary structures of PDF files.
  • Incremental File Updating - Supports incremental file updates by appending new object streams and updating cross-reference tables to preserve document integrity.
  • PDF Internal Structure Inspection - Visualizes the internal hierarchy of PDF files as an interactive tree to assist with debugging document composition.
  • Document Element Inspection - Allows developers to inspect and navigate the internal hierarchy of PDF documents during development.
  • Interactive File Modifiers - Facilitates the creation of updated document versions by restructuring internal components and saving changes.
  • Binary Stream Decoding - Decodes compressed binary PDF streams using filter-specific algorithms to transform raw data into readable content.
  • Cross-Reference Table Mappings - Provides low-level access to PDF cross-reference tables for locating and resolving internal document objects.
  • Strongly-Typed Data Mappings - Maps complex PDF document objects into structured, strongly-typed data models for safe programmatic manipulation.

स्टार हिस्ट्री

pdf-rs/pdf के लिए स्टार हिस्ट्री चार्टpdf-rs/pdf के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Pdf को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Pdf दिखाई देता है।
  • Document processing library
  • PDF मैनिपुलेशन और मैनेजमेंट टूल
  • लोकल PDF स्प्लिट और मर्ज टूल्स

Pdf के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Pdf के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • py-pdf/pypdfpy-pdf का अवतार

    py-pdf/pypdf

    9,818GitHub पर देखें↗

    pypdf is a Python library for parsing, manipulating, and generating PDF documents. It provides high-level operations for document processing, such as merging multiple files into one or splitting a single document into smaller files. The project includes specialized tools for managing interactive elements, including the creation and modification of annotations, hyperlinks, and form fields. It also supports advanced metadata management, allowing for the extraction and modification of standard document properties and XML-based XMP metadata. Beyond basic structural changes, the library covers pa

    Pythonhelp-wantedpdfpdf-documents
    GitHub पर देखें↗9,818
  • pymupdf/pymupdfpymupdf का अवतार

    pymupdf/PyMuPDF

    9,086GitHub पर देखें↗

    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

    Pythondata-scienceepubextract-data
    GitHub पर देखें↗9,086
  • librepdf/openpdfLibrePDF का अवतार

    LibrePDF/OpenPDF

    4,293GitHub पर देखें↗

    OpenPDF is a Java library and document processor used for creating, editing, rendering, and encrypting PDF documents. It functions as a toolkit for generating new files from scratch, modifying existing document structures, and extracting text content. The project includes a dedicated engine for transforming HTML and CSS content into PDF documents by parsing markup and applying styles. It also provides a rendering engine to convert PDF pages into image formats for thumbnails and previews, alongside a security utility for protecting content via document encryption. The library supports the add

    Java
    GitHub पर देखें↗4,293
  • py-pdf/pypdf2py-pdf का अवतार

    py-pdf/PyPDF2

    10,094GitHub पर देखें↗

    PyPDF2 is a pure Python library for transforming, securing, and extracting data from PDF documents. It provides a comprehensive suite of tools to modify page layouts, manage document security, and retrieve embedded metadata without relying on external C libraries. The toolkit enables document assembly through the merging of multiple files and the splitting of documents into smaller parts. It also supports page-level transformations, including the ability to rotate pages and adjust visible crop areas. The library includes capabilities for security management via password-based encryption and

    Python
    GitHub पर देखें↗10,094
Pdf के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

pdf-rs/pdf क्या करता है?

This library is a toolkit for processing, manipulating, and inspecting PDF documents within the Rust programming language. It provides programmatic access to the internal structure of files, enabling the extraction of data and the modification of document content.

pdf-rs/pdf की मुख्य विशेषताएं क्या हैं?

pdf-rs/pdf की मुख्य विशेषताएं हैं: PDF Libraries, PDF Text Extractors, Document-to-Object Mappings, Document Parsing Services, PDF Content Editing, PDF Document Management, Internal Object Manipulation, Incremental File Updating।

pdf-rs/pdf के कुछ ओपन-सोर्स विकल्प क्या हैं?

pdf-rs/pdf के ओपन-सोर्स विकल्पों में शामिल हैं: py-pdf/pypdf — pypdf is a Python library for parsing, manipulating, and generating PDF documents. It provides high-level operations… pymupdf/pymupdf — PyMuPDF is a comprehensive PDF manipulation library and document analysis tool. It serves as a text extraction tool,… librepdf/openpdf — OpenPDF is a Java library and document processor used for creating, editing, rendering, and encrypting PDF documents.… py-pdf/pypdf2 — PyPDF2 is a pure Python library for transforming, securing, and extracting data from PDF documents. It provides a… kevin2li/pdf-guru — PDF-Guru is an AI-powered document processor and study material converter designed to transform textbooks, research… pdfcrafttool/pdfcraft — Pdfcraft is a containerized service for self-managed PDF processing, editing, and conversion. It provides a toolkit…