DNP DS-RX1HS Printer Starter Bundle – Includes 1400 4×6 Prints, Rolling Case & Props
.ep-rx-bundle { --ep-blue: #0c447c; --ep-blue2: #185fa5; --ep-green: #1a6e3c; --ep-heading: #111827; --ep-text: #293641; --ep-muted: #5c6875; --ep-border: #e1e7ed; --ep-light: #f7f 9fc; --ep-blue-light: #eef6fd; --ep-green-light: #f2faf6; --ep-green-border: #c5e1cf; --ep-gold-light: #fff8eb; --ep-gold-border: #ecd6ac; --ep-red-light: #fff5f5; --ep-red-border: #edcccc; --ep-radius: 18px; max-width: 1160px; margin: 0 auto; padding: 16px 0 48px; color: var(--ep-text); font-size: 16px; line-height: 1.7; } .ep-rx-bundle * { box-sizing: border-box; } .ep-rx-bundle h2, .ep-rx-bundle h3 { scroll-margin-top: 100px; } .ep-rx-bundle h2 { margin: 44px 0 16px; color: var(--ep-heading); font-size: clamp(22px,2.8vw,31px); line-height: 1.28; } .ep-rx-bundle h3 { margin: 20px 0 8px; color: var(--ep-heading); font-size: 17px; line-height: 1.4; } .ep-rx-bundle p { margin: 0 0 17px; } .ep-rx-bundle ul { margin-top: 10px; margin-bottom: 22px; } .ep-rx-bundle li { margin-bottom: 8px; } .ep-rx-bundle a { color: var(--ep-blue); } .ep-rx-bundle strong { color: #17212b; } /* ========================================= HERO ========================================= */ .ep-rx-hero { padding: clamp(28px,5vw,50px); margin-bottom: 26px; color: #fff; background: linear-gradient( 135deg, #0c447c 0%, #185fa5 62%, #1a6e3c 100% ); border-radius: 24px; } .ep-rx-hero-kicker { margin-bottom: 10px !important; color: #fff59a; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; } .ep-rx-hero h2 { margin: 0 0 14px; color: #fff; font-size: clamp(26px,4vw,40px); } .ep-rx-hero p { max-width: 900px; color: rgba(255,255,255,.94); font-size: 17px; } /* ========================================= BUTTONS ========================================= */ .ep-rx-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; } .ep-rx-btn { display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border-radius: 10px; font-size: 14px; font-weight: 800; text-align: center; text-decoration: none !important; } .ep-rx-btn-white { color: var(--ep-blue) !important; background: #fff; } .ep-rx-btn-outline { color: #fff !important; background: transparent; border: 1px solid rgba(255,255,255,.75); } .ep-rx-btn-blue { color: #fff !important; background: var(--ep-blue); } .ep-rx-btn-light { color: var(--ep-blue) !important; background: #fff; border: 1px solid #ccd6df; } /* ========================================= QUICK FACTS ========================================= */ .ep-rx-facts { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; margin: 24px 0 34px; } .ep-rx-fact { padding: 17px; background: var(--ep-light); border: 1px solid var(--ep-border); border-radius: 15px; text-align: center; } .ep-rx-fact strong { display: block; margin-bottom: 4px; color: var(--ep-blue); font-size: 16px; } .ep-rx-fact span { color: var(--ep-muted); font-size: 13px; } /* ========================================= QUICK ANSWER ========================================= */ .ep-rx-answer { margin: 25px 0 35px; padding: clamp(20px,3vw,29px); background: var(--ep-blue-light); border: 1px solid #cfe2f1; border-radius: var(--ep-radius); } .ep-rx-answer h2 { margin: 0 0 10px; font-size: clamp(20px,2.5vw,26px); } .ep-rx-answer p:last-child { margin-bottom: 0; } /* ========================================= INCLUDED ========================================= */ .ep-rx-included { margin: 20px 0; overflow: hidden; background: #fff; border: 1px solid var(--ep-border); border-radius: var(--ep-radius); } .ep-rx-included-row { display: grid; grid-template-columns: minmax(180px,1.25fr) minmax(0,2.6fr); gap: 18px; padding: 16px 18px; border-bottom: 1px solid #edf0f3; } .ep-rx-included-row:last-child { border-bottom: 0; } .ep-rx-included-item { color: var(--ep-blue); font-weight: 800; } /* ========================================= GRID CARDS ========================================= */ .ep-rx-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 20px 0 30px; } .ep-rx-card { padding: 21px; background: #fff; border: 1px solid var(--ep-border); border-radius: var(--ep-radius); } .ep-rx-card h3 { margin-top: 0; } .ep-rx-card p:last-child, .ep-rx-card ul:last-child { margin-bottom: 0; } /* ========================================= TABLES ========================================= */ .ep-rx-table-wrap { margin: 20px 0 28px; overflow-x: auto; border: 1px solid var(--ep-border); border-radius: var(--ep-radius); } .ep-rx-table { width: 100%; min-width: 690px; border-collapse: collapse; background: #fff; } .ep-rx-table caption { padding: 13px 16px; color: var(--ep-heading); background: var(--ep-light); text-align: left; font-weight: 800; } .ep-rx-table th, .ep-rx-table td { padding: 13px 15px; border-bottom: 1px solid var(--ep-border); text-align: left; vertical-align: top; } .ep-rx-table thead th { background: #fafbfd; color: var(--ep-heading); font-size: 13px; } .ep-rx-table tbody tr:last-child th, .ep-rx-table tbody tr:last-child td { border-bottom: 0; } /* ========================================= CALLOUTS ========================================= */ .ep-rx-note, .ep-rx-good, .ep-rx-not { margin: 20px 0; padding: 19px 21px; border-radius: 14px; } .ep-rx-note { background: var(--ep-gold-light); border: 1px solid var(--ep-gold-border); } .ep-rx-good { background: var(--ep-green-light); border: 1px solid var(--ep-green-border); } .ep-rx-not { background: var(--ep-red-light); border: 1px solid var(--ep-red-border); } .ep-rx-note p:last-child, .ep-rx-good p:last-child, .ep-rx-not p:last-child { margin-bottom: 0; } /* ========================================= MEDIA / RESOURCE CARDS ========================================= */ .ep-rx-resources { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin: 20px 0 30px; } .ep-rx-resource { display: block; padding: 19px; background: #fff; border: 1px solid var(--ep-border); border-radius: 15px; text-decoration: none !important; } .ep-rx-resource strong { display: block; margin-bottom: 5px; color: var(--ep-blue); } .ep-rx-resource span { color: var(--ep-muted); font-size: 14px; } /* ========================================= REVIEW CARD ========================================= */ .ep-rx-review-card { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 25px; align-items: center; margin: 40px 0; padding: clamp(23px,3.5vw,31px); background: linear-gradient(135deg,#f2f7fc 0%,#edf5fa 100%); border: 1px solid #cadfeb; border-radius: 20px; } .ep-rx-review-label { margin-bottom: 6px; color: var(--ep-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; } .ep-rx-review-card h2 { margin: 0 0 9px; font-size: clamp(21px,2.5vw,27px); } .ep-rx-review-card p { margin-bottom: 0; } /* ========================================= TRUST ========================================= */ .ep-rx-trust { margin: 34px 0; padding: 25px; background: var(--ep-light); border: 1px solid var(--ep-border); border-radius: var(--ep-radius); } .ep-rx-trust h2 { margin-top: 0; } /* ========================================= FAQ ========================================= */ .ep-rx-faq details { margin-bottom: 11px; background: #fff; border: 1px solid var(--ep-border); border-radius: 11px; } .ep-rx-faq summary { padding: 16px 18px; color: var(--ep-heading); cursor: pointer; font-weight: 800; } .ep-rx-faq details > div { padding: 0 18px 17px; } .ep-rx-faq details p:last-child { margin-bottom: 0; } /* ========================================= FINAL CTA ========================================= */ .ep-rx-final { margin-top: 42px; padding: clamp(29px,5vw,48px); color: #fff; background: linear-gradient( 135deg, #0c447c 0%, #185fa5 62%, #1a6e3c 100% ); border-radius: 24px; text-align: center; } .ep-rx-final h2 { margin-top: 0; color: #fff; } .ep-rx-final p { max-width: 800px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.93); } .ep-rx-final .ep-rx-actions { justify-content: center; } .ep-rx-legal { margin-top: 25px !important; color: #77828e; font-size: 12px; line-height: 1.6; } /* ========================================= RESPONSIVE ========================================= */ @media (max-width: 900px) { .ep-rx-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } .ep-rx-resources { grid-template-columns: repeat(2,minmax(0,1fr)); } } @media (max-width: 700px) { .ep-rx-grid, .ep-rx-review-card { grid-template-columns: 1fr; } .ep-rx-included-row { grid-template-columns: 1fr; gap: 5px; } .ep-rx-actions .ep-rx-btn { width: 100%; } } @media (max-width: 500px) { .ep-rx-facts, .ep-rx-resources { grid-template-columns: 1fr; } } DS-RX1HS · 1,400 4×6 Prints · Rolling Case · Photo Booth Props High-Capacity DNP DS-RX1HS Event Printer Bundle A professional event-printing package built around the DNP DS-RX1HS dye-sublimation photo printer. This bundle includes one full case of genuine DNP 4×6 media for 1,400 total prints, a rolling carrying case and photo booth props. The key advantage of the RX1HS is capacity: 700 4×6 prints per roll. That means fewer media changes during long weddings, photo booth events, school functions, corporate activations and other extended printing sessions. See What's Included Shop RX1HS Media Read the RX1HS Review 1,400 Prints Two 700-print 4×6 rolls 700 / Roll Long-run media capacity 12.4 sec / 4×6 Up to approx. 290/hour Rolling Case Designed for event transport Authorized Dealer Serving professionals since 1996 Is This the Right RX1HS Bundle for Your Business? Choose this bundle when fewer media changes are more important to your operation than having the fastest possible 4×6 printer. The RX1HS prints a 4×6 in approximately 12.4 seconds and holds 700 4×6 prints on one media roll. This bundle includes two rolls for 1,400 total 4×6 prints. If you regularly face short bursts of very high demand, the faster DNP DS620A bundle may be more appropriate. If your events run for hours and stopping to change media is disruptive, the RX1HS's larger roll capacity is a compelling advantage. What's Included in This DNP DS-RX1HS Bundle? DNP DS-RX1HS Professional Photo Printer Professional 6-inch dye-sublimation photo printer with approximately 12.4-second 4×6 output, up to approximately 290 4×6 prints per hour, 700-print 4×6 roll capacity, USB connectivity and USB iSerial support for multi-printer installations. Genuine DNP 4×6 Media — 1,400 Prints One full case containing two 700-print rolls, providing 1,400 total 4×6 prints. The same 4×6 media can also be used for two-up 2×6 photo booth strip workflows with compatible software and settings. Rolling Carrying Case Rolling case for transporting and helping protect the RX1HS between events, studios and client locations. Photo Booth Props Photo booth prop set for guest participation at weddings, parties, corporate events and other event-photography applications. DNP Advanced Exchange Coverage DNP's current RX1HS Advanced Exchange coverage applies subject to DNP's published warranty limits, eligibility requirements and service terms. Why 700 Prints Per Roll Matters at an Event Printer speed gets much of the attention when comparing professional photo printers, but media capacity can have just as much impact on a real event workflow. Each time a roll is exhausted, somebody must stop printing, access the printer, remove the used media components and install the next set. Depending on where the printer is located, that interruption may be inconvenient during a wedding, school dance, corporate activation or busy photo booth session. EventPrinters.com dealer perspective: We consider the RX1HS a capacity-first DNP event printer. If 12.4-second output is fast enough for your expected queue, its 700-print 4×6 roll can be more valuable operationally than a faster printer that requires more frequent media changes. The included case contains two rolls. One roll provides 700 4×6 prints; after those 700 prints, the media must be changed before using the second roll. DNP DS-RX1HS Print Speed & Media Capacity Current Standard RX1HS Media Capacity Media Approx. Print Time Prints Per Roll Rolls Per Case Total Per Case 4×6 12.4 seconds 700 2 1,400 5×7 Workflow dependent 400 2 800 6×8 Approx. 21.9 seconds 350 2 700 Important: The 1,400-print figure applies to the complete two-roll 4×6 case included with this bundle. One installed roll produces 700 4×6 prints. RX1HS for 2×6 Photo Booth Strips The RX1HS is particularly well suited to traditional photo booth workflows because standard 4×6 media can be used to create two 2×6 strips from one 4×6 print with compatible photo booth software and printer settings. That means one 700-print 4×6 roll can produce up to 1,400 individual 2×6 strips when every 4×6 image is divided into two strips. The complete two-roll case included with this bundle therefore provides substantial capacity for photo booth strip workflows. DNP DS-RX1HS Technical Specifications Key RX1HS Specifications Print Technology Dye-sublimation thermal transfer Resolution 300 × 300 dpi high-speed mode and 300 × 600 dpi high-resolution mode Supported Formats 2×6 strips, 4×6, 5×7, 6×6 and 6×8, depending on media and workflow Standard Connectivity USB Multi-Printer Support USB iSerial helps a workstation distinguish multiple RX1HS printers Wireless Compatibility Compatible with optional DNP WCM Plus Dimensions Approx. 12.67 × 13.8 × 11.06 inches Weight Approx. 30 lb Photo Finishes Finish availability depends on the media/workflow. DNP currently lists glossy, luster, matte, fine matte and partial matte among RX1HS media offerings. Can You Add Wireless Printing to the DNP DS-RX1HS? Yes. Wireless is not built directly into the RX1HS, but DNP currently lists the printer as compatible with the DNP WCM Plus Wireless Connect Module . WCM Plus can add supported wireless workflows while the RX1HS remains physically connected to the WCM Plus by USB. Many Devices Can Print DNP states that many supported devices can print to WCM Plus simultaneously, making it useful for events and multi-user applications. Up to Three DNP Printers WCM Plus includes three USB printer ports, allowing simultaneous connection of up to three compatible DNP printers. Custom Borders Custom border templates can be loaded for branded event prints, weddings, sponsor frames and promotional applications. Editing Functions WCM Plus includes functions such as color correction, filters, fit/fill controls and drawing tools. WCM Plus is not included in this bundle. It can be purchased separately if wireless printing is important to your workflow. View DNP WCM Plus Read the WCM Plus Guide Who Is This RX1HS Bundle Best For? Photo Booth Operators A particularly strong fit for long events where minimizing media changes is more important than achieving the fastest possible print time. Wedding & Event Photographers Useful for on-site 4×6 production where large roll capacity can reduce interruptions while guests are waiting for photographs. Schools & Universities The high-capacity roll can be valuable during proms, graduations, sporting events and campus activities where printer access may be inconvenient during operation. Corporate Activations Suitable for extended branded events where continuous 4×6 printing and fewer media interventions are operational priorities. Retail & Fixed Installations Large media capacity and DNP's printer-status tools can make the RX1HS useful in fixed professional printing environments. Multi-Printer Workstations USB iSerial is especially useful when several RX1HS printers are connected to the same workstation for greater combined production. When the RX1HS May Not Be the Best Choice You Need the Fastest 4×6 Output The DNP DS620A produces a 4×6 in approximately 8.3 seconds compared with approximately 12.4 seconds for the RX1HS. You Need 6×14 or 6×20 Panoramas The RX1HS does not provide the DS620A's panoramic workflow. Consider the DS620A if panoramic products are important. You Need an Ultralight Printer At approximately 30 lb, the RX1HS is professional portable equipment rather than a lightweight travel printer. The QW410 may be more appropriate when minimum transport weight is the priority. You Need 8×10 or 8×12 Prints The RX1HS is a 6-inch printer. Consider the DNP DS820A for professional 8-inch output. DNP RX1HS vs. DS620A: Capacity vs. Speed This is the most important comparison for many photo booth operators. Both printers serve professional 6-inch event workflows, but they prioritize different operating advantages. DNP DS-RX1HS vs. DS620A Feature DS-RX1HS DS620A 4×6 Print Time Approx. 12.4 sec. Approx. 8.3 sec. 4×6 Throughput Up to approx. 290/hour Up to approx. 400/hour 4×6 Per Roll 700 400 Main Strength Fewer media changes Faster printing and broader format flexibility Our dealer recommendation: Choose the RX1HS when your event can comfortably operate at its print speed and reducing media changes is the higher priority. Choose the DS620A when short, intense print queues and faster guest turnaround matter more. For a deeper buying analysis, read our DNP DS620A vs. DS-RX1HS comparison . DNP RX1HS Replacement Media RX1HS 4×6 Media 700 prints per roll · 2 rolls · 1,400 total prints. Same format included with this bundle. RX1HS 5×7 Media 400 prints per roll · 2 rolls · 800 total prints per case. RX1HS 6×8 Media 350 prints per roll · 2 rolls · 700 total prints per case. RX1HS Media Guide Compare sizes, yields, strip formats and media options. Photo Booth Media Calculator Estimate how much media you may need for your event. All RX1HS Media Shop current RX1HS paper and ribbon media options. DNP DS-RX1HS Advanced Exchange Coverage DNP's current published RX1HS coverage limit is the earlier of three years or 75,000 4×6 prints, subject to DNP's current Advanced Exchange eligibility and service terms. DNP's Advanced Exchange program is intended to reduce professional printer downtime when a qualifying hardware failure occurs. Current warranty procedures and eligibility should always be confirmed with DNP when service is required. Why Buy Your RX1HS Bundle from EventPrinters.com? EventPrinters.com is an authorized DNP dealer serving the professional photo printing industry since 1996. Our focus is professional photo printers, media, photo booth equipment and event-printing workflows. If you are comparing the RX1HS with the DS620A, QW410 or DS820A, contact us before purchasing and tell us about your expected print volume, event duration and required print sizes. Questions?Call 305-653-0037 or email [email protected] . Eligible orders over $149 receive free standard shipping within the contiguous United States, subject to our current shipping policy and exclusions. Frequently Asked Questions About This RX1HS Bundle What's included in this DNP RX1HS bundle? The bundle includes the DNP DS-RX1HS professional dye-sublimation printer, one case of genuine 4×6 media for 1,400 total prints, a rolling carrying case and photo booth props. Does one RX1HS roll produce 1,400 prints? No. One 4×6 media roll produces 700 prints. The standard case contains two rolls, providing 1,400 total 4×6 prints. How fast does the RX1HS print a 4×6 photo? DNP specifies approximately 12.4 seconds per 4×6 print and up to approximately 290 4×6 prints per hour under its specified conditions. Is the RX1HS a good photo booth printer? Yes, particularly when high media capacity is important. Its 700-print 4×6 roll means fewer media changes than the DS620A's 400-print 4×6 roll. Can the RX1HS print 2×6 photo booth strips? Yes. Compatible photo booth software and printer settings can divide a 4×6 print into two 2×6 strips. How much RX1HS 5×7 media is in a case? Current DNP RX1HS 5×7 media provides 400 prints per roll, two rolls per case, for 800 total 5×7 prints. How much RX1HS 6×8 media is in a case? Current DNP RX1HS 6×8 media provides 350 prints per roll, two rolls per case, for 700 total 6×8 prints. Can the RX1HS use DNP WCM Plus? Yes. DNP currently lists the DS-RX1HS as compatible with the optional WCM Plus Wireless Connect Module. WCM Plus is not included in this bundle and must be purchased separately if needed. Can the RX1HS print 6×14 or 6×20 panoramas? No. The RX1HS does not support the DS620A's 6×14 and 6×20 panoramic printing workflow. Can the RX1HS print 8×10 or 8×12 photos? No. The RX1HS is a 6-inch printer. Consider the DNP DS820A if professional 8×10 or 8×12 output is required. What is USB iSerial? USB iSerial helps a workstation distinguish multiple RX1HS printers, making professional multi-printer installations easier to manage. What is the current RX1HS warranty limit? DNP currently publishes RX1HS coverage as the earlier of three years or 75,000 4×6 prints, subject to its current Advanced Exchange terms. Authorized Dealer Buying Guide Want a Deeper DNP DS-RX1HS Evaluation? Read our comprehensive DNP DS-RX1HS Review & 2026 Buying Guide. We examine the RX1HS's 700-print roll capacity, print speed, 2×6 photo booth performance, 5×7 and 6×8 media, wireless options, USB iSerial, pros and cons, and how it compares with the DS620A, QW410 and DS820A. Read the RX1HS Review Choose the High-Capacity DNP RX1HS Event Bundle Get the DNP DS-RX1HS professional photo printer, genuine 4×6 media for 1,400 total prints, a rolling carrying case and photo booth props in one professional event-printing package. Shop RX1HS Replacement Media Compare RX1HS vs. DS620A Add WCM Plus Wireless EventPrinters.com is operated by Southtrend Corp., an independent authorized DNP dealer serving the professional photo printing industry since 1996. Product specifications, bundle contents, manufacturer warranty terms and availability may change. DNP, DS-RX1HS, WCM Plus and related marks are the property of their respective owners. Technical information reviewed August 11, 2026.
More you might like
Related
DNP DS-RX1HS Photo Printer
Related
DNP Digital Dye Sublimation Photo Printer DS-RX1HS
Related
DNP Digital Dye Sublimation Photo Printer DS-RX1HS
Related