awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesPluggable Print Implementations

Interfaces that allow replacing the default browser print method with custom logic for non-browser environments.

Distinct from Print & PDF Renderers: Focuses on the architectural ability to swap the print execution engine rather than CSS or PDF rendering.

Explore 3 awesome GitHub repositories matching web development · Pluggable Print Implementations. Refine with filters or upvote what's useful.

Awesome Pluggable Print Implementations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • armmbed/mbedtlsAvatar de ARMmbed

    ARMmbed/mbedtls

    6,712Voir sur GitHub↗

    Mbed TLS is an open-source TLS and DTLS library with a small footprint, designed for embedded systems and IoT devices. It provides a portable cryptographic library that includes symmetric ciphers, hashing, and public-key cryptography, along with a reference implementation of the PSA Cryptography API for standardized cryptographic operations across platforms. The library also offers X.509 certificate management for parsing, validating, and managing certificate chains in secure communications. The library is built around a platform abstraction layer that decouples it from OS-specific services t

    Provides a platform abstraction layer that allows replacing printf and snprintf with custom implementations.

    C
    Voir sur GitHub↗6,712
  • mbed-tls/mbedtlsAvatar de Mbed-TLS

    Mbed-TLS/mbedtls

    6,711Voir sur GitHub↗

    Mbed TLS is a C library that provides a full implementation of the TLS and DTLS protocols for secure network communication, a library of fundamental cryptographic primitives, and a reference implementation of the PSA Cryptography API. It also includes libraries for parsing, validating, and managing X.509 digital certificates, as well as support for integrating hardware cryptoprocessors through the PSA Cryptoprocessor Driver Interface. The library is designed for resource-constrained environments and is built from source with a customizable feature set, allowing developers to select which TLS

    Substitutes printf, snprintf, and string comparison functions with platform-specific versions through configuration macros.

    Ccryptocryptography-librarypsa
    Voir sur GitHub↗6,711
  • matthewherbst/react-to-printAvatar de MatthewHerbst

    MatthewHerbst/react-to-print

    2,474Voir sur GitHub↗

    This project is a React print component and utility for rendering specific components or DOM elements into a browser print dialog. It functions as a print layout controller and lifecycle manager, using a hidden iframe to isolate content so that printing does not alter the main page layout. The tool specializes in copying DOM and Shadow DOM content into a printable window while preserving encapsulated styles. It allows for the injection of custom fonts and CSS to manage page breaks, margins, and orientations for consistent physical paper or PDF output. The library includes asynchronous lifecy

    Allows replacing the standard browser print method with a custom function to execute printing tasks in desktop or non-browser environments.

    TypeScriptjavascriptreactreactjs
    Voir sur GitHub↗2,474
  1. Home
  2. Web Development
  3. Pluggable Print Implementations

Explorer les sous-tags

  • Platform-Specific Print ReplacementsSwapping printf and snprintf with platform-specific implementations through a platform abstraction layer. **Distinct from Pluggable Print Implementations:** Distinct from Pluggable Print Implementations: focuses on low-level C library print function replacement for embedded systems, not browser print method swapping.