awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 مستودعات

Awesome GitHub RepositoriesFile Processing

Libraries for handling and manipulating various file formats.

Explore 5 awesome GitHub repositories matching part of an awesome list · File Processing. Refine with filters or upvote what's useful.

Awesome File Processing GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • mozilla/pdf.jsالصورة الرمزية لـ mozilla

    mozilla/pdf.js

    53,454عرض على GitHub↗

    This project is a portable document rendering engine designed to parse and display complex document layouts directly within standard web browser environments. It functions as a web-native viewer that enables the presentation of documents without requiring external software or browser plugins. The engine utilizes a canvas-based rendering layer to map document page data onto standard web drawing surfaces, ensuring high-fidelity visual output. To maintain interface responsiveness, it offloads heavy parsing and object extraction tasks to background threads. The system also employs asynchronous by

    JavaScript-based PDF reader.

    JavaScript
    عرض على GitHub↗53,454
  • mrrio/jspdfالصورة الرمزية لـ MrRio

    MrRio/jsPDF

    31,230عرض على GitHub↗

    jsPDF is a JavaScript PDF generation library and client-side engine that produces documents directly on the user's device. It provides a scriptable interface for creating PDF files within web browsers and other JavaScript runtime environments without requiring a backend server. The library includes a tool for defining document dimensions, orientation, and measurement units to control page layout. It also functions as a Unicode font integrator, allowing for the embedding of custom font files to support diverse languages and special characters. Capability areas cover dynamic document automatio

    PDF file generation library.

    JavaScript
    عرض على GitHub↗31,230
  • mholt/papaparseالصورة الرمزية لـ mholt

    mholt/PapaParse

    13,492عرض على GitHub↗

    PapaParse is a delimited text processing library that converts CSV files into JSON objects or arrays. It provides a suite of tools for parsing delimited text and transforming structured data objects back into CSV formats through bidirectional serialization. The library is characterized by its ability to process massive datasets using incremental streaming and chunk-based processing to prevent memory overload. It includes an automatic delimiter detector to identify separator characters without manual configuration and utilizes web workers to offload parsing logic to background threads, keeping

    Powerful CSV parsing and export library.

    JavaScript
    عرض على GitHub↗13,492
  • rtfpessoa/diff2htmlالصورة الرمزية لـ rtfpessoa

    rtfpessoa/diff2html

    3,321عرض على GitHub↗

    diff2html is a Git diff visualization library that transforms unified diff text into structured HTML. It serves as a renderer for visualizing code changes in web browsers, providing components to inject stylized diff visualizations and collapsible file lists directly into web page elements. The library enables both side-by-side and line-by-line code comparisons. It includes a syntax highlighting diff viewer that applies language-specific color coding to source code based on file extensions or manual mappings. To maintain alignment during reviews, the project implements synchronized scrolling

    Git diff parser and HTML beautifier.

    TypeScriptcolorizeddiffdiff2html
    عرض على GitHub↗3,321
  • jdataview/jbinaryالصورة الرمزية لـ jDataView

    jDataView/jBinary

    548عرض على GitHub↗

    High-level API for working with binary data.

    Binary file I/O and manipulation.

    JavaScript
    عرض على GitHub↗548
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. File Processing