2 مستودعات
Hidden iframes used to isolate print content from the main application layout.
Distinct from Iframe-Based Rendering: Specializes iframe rendering for print output isolation rather than plugin security or performance.
Explore 2 awesome GitHub repositories matching user interface & experience · Print Isolation Frames. Refine with filters or upvote what's useful.
Print.js هي مكتبة طباعة JavaScript توفر واجهة جانب العميل لتشغيل مربعات حوار طباعة النظام وتنسيق محتوى HTML لإخراج الورق المادي من متصفح الويب. تعمل كجهاز تحكم في طباعة المتصفح يدير دورة حياة مستندات الطباعة المؤقتة لضمان عرض متسق. تستخدم المكتبة أداة طباعة DOM-to-frame التي تستنسخ عناصر HTML محددة في إطارات iframe مخفية. تعزل هذه العملية المحتوى القابل للطباعة عن تخطيط الصفحة الرئيسي، مما يسمح للنظام بعرض مستند نظيف دون تشغيل إعادة تحميل كاملة للصفحة. تغطي الأداة تنسيق مستندات المتصفح وإدارة الطباعة من جانب العميل. تستخدم أوراق أنماط طباعة مخصصة لإعادة تنسيق التخطيطات وإخفاء عناصر واجهة المستخدم غير الأساسية خصيصاً للإخراج المادي.
Utilizes hidden iframes to isolate printable content from the main application layout.
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
Renders targeted components into a hidden iframe to trigger the browser print dialog without altering the main page layout.