DNP DS-RX1HS Photo Booth Printer - Ultimate Bundle
.ep-rx-wcm { --blue: #0c447c; --blue2: #185fa5; --green: #1a6e3c; --heading: #111827; --text: #293641; --muted: #5d6875; --border: #e1e7ed; --light: #f7f9fc; --blue-light: #eef6fd; --green-light: #f2faf6; --green-border: #c5e1cf; --gold-light: #fff8eb; --gold-border: #ecd6ac; --red-light: #fff5f5; --red-border: #edcccc; --radius: 18px; max-width: 1160px; margin: 0 auto; padding: 16px 0 48px; color: var(--text); font-size: 16px; line-height: 1.7; } .ep-rx-wcm * { box-sizing: border-box; } .ep-rx-wcm h2, .ep-rx-wcm h3 { scroll-margin-top: 100px; } .ep-rx-wcm h2 { margin: 44px 0 16px; color: var(--heading); font-size: clamp(22px,2.8vw,31px); line-height: 1.28; } .ep-rx-wcm h3 { margin: 20px 0 8px; color: var(--heading); font-size: 17px; line-height: 1.4; } .ep-rx-wcm p { margin: 0 0 17px; } .ep-rx-wcm ul { margin-top: 10px; margin-bottom: 22px; } .ep-rx-wcm li { margin-bottom: 8px; } .ep-rx-wcm a { color: var(--blue); } .ep-rx-wcm strong { color: #17212b; } /* HERO */ .ep-rx-wcm-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-wcm-kicker { margin-bottom: 10px !important; color: #fff59a; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; } .ep-rx-wcm-hero h2 { margin: 0 0 14px; color: #fff; font-size: clamp(26px,4vw,40px); } .ep-rx-wcm-hero p { max-width: 910px; color: rgba(255,255,255,.94); font-size: 17px; } /* BUTTONS */ .ep-rx-wcm-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; } .ep-rx-wcm-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-wcm-btn-white { color: var(--blue) !important; background: #fff; } .ep-rx-wcm-btn-outline { color: #fff !important; background: transparent; border: 1px solid rgba(255,255,255,.75); } .ep-rx-wcm-btn-blue { color: #fff !important; background: var(--blue); } .ep-rx-wcm-btn-light { color: var(--blue) !important; background: #fff; border: 1px solid #ccd6df; } /* FACTS */ .ep-rx-wcm-facts { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; margin: 24px 0 34px; } .ep-rx-wcm-fact { padding: 17px; background: var(--light); border: 1px solid var(--border); border-radius: 15px; text-align: center; } .ep-rx-wcm-fact strong { display: block; margin-bottom: 4px; color: var(--blue); font-size: 16px; } .ep-rx-wcm-fact span { color: var(--muted); font-size: 13px; } /* ANSWER */ .ep-rx-wcm-answer { margin: 25px 0 35px; padding: clamp(20px,3vw,29px); background: var(--blue-light); border: 1px solid #cfe2f1; border-radius: var(--radius); } .ep-rx-wcm-answer h2 { margin: 0 0 10px; font-size: clamp(20px,2.5vw,26px); } .ep-rx-wcm-answer p:last-child { margin-bottom: 0; } /* INCLUDED */ .ep-rx-wcm-included { margin: 20px 0; overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); } .ep-rx-wcm-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-wcm-included-row:last-child { border-bottom: 0; } .ep-rx-wcm-included-item { color: var(--blue); font-weight: 800; } /* GRID */ .ep-rx-wcm-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 20px 0 30px; } .ep-rx-wcm-card { padding: 21px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); } .ep-rx-wcm-card h3 { margin-top: 0; } .ep-rx-wcm-card p:last-child, .ep-rx-wcm-card ul:last-child { margin-bottom: 0; } /* TABLE */ .ep-rx-wcm-table-wrap { margin: 20px 0 28px; overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius); } .ep-rx-wcm-table { width: 100%; min-width: 690px; border-collapse: collapse; background: #fff; } .ep-rx-wcm-table caption { padding: 13px 16px; color: var(--heading); background: var(--light); text-align: left; font-weight: 800; } .ep-rx-wcm-table th, .ep-rx-wcm-table td { padding: 13px 15px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; } .ep-rx-wcm-table thead th { background: #fafbfd; color: var(--heading); font-size: 13px; } .ep-rx-wcm-table tbody tr:last-child th, .ep-rx-wcm-table tbody tr:last-child td { border-bottom: 0; } /* CALLOUTS */ .ep-rx-wcm-note, .ep-rx-wcm-good, .ep-rx-wcm-not { margin: 20px 0; padding: 19px 21px; border-radius: 14px; } .ep-rx-wcm-note { background: var(--gold-light); border: 1px solid var(--gold-border); } .ep-rx-wcm-good { background: var(--green-light); border: 1px solid var(--green-border); } .ep-rx-wcm-not { background: var(--red-light); border: 1px solid var(--red-border); } .ep-rx-wcm-note p:last-child, .ep-rx-wcm-good p:last-child, .ep-rx-wcm-not p:last-child { margin-bottom: 0; } /* RESOURCE CARDS */ .ep-rx-wcm-resources { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; margin: 20px 0 30px; } .ep-rx-wcm-resource { display: block; padding: 19px; background: #fff; border: 1px solid var(--border); border-radius: 15px; text-decoration: none !important; } .ep-rx-wcm-resource strong { display: block; margin-bottom: 5px; color: var(--blue); } .ep-rx-wcm-resource span { color: var(--muted); font-size: 14px; } /* EXPERT CARDS */ .ep-rx-wcm-experts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; margin: 40px 0; } .ep-rx-wcm-expert { padding: 25px; background: linear-gradient(135deg,#f2f7fc 0%,#edf5fa 100%); border: 1px solid #cadfeb; border-radius: 18px; } .ep-rx-wcm-label { margin-bottom: 6px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; } .ep-rx-wcm-expert h3 { margin-top: 0; font-size: 20px; } /* TRUST */ .ep-rx-wcm-trust { margin: 34px 0; padding: 25px; background: var(--light); border: 1px solid var(--border); border-radius: var(--radius); } .ep-rx-wcm-trust h2 { margin-top: 0; } /* FAQ */ .ep-rx-wcm-faq details { margin-bottom: 11px; background: #fff; border: 1px solid var(--border); border-radius: 11px; } .ep-rx-wcm-faq summary { padding: 16px 18px; color: var(--heading); cursor: pointer; font-weight: 800; } .ep-rx-wcm-faq details > div { padding: 0 18px 17px; } .ep-rx-wcm-faq details p:last-child { margin-bottom: 0; } /* FINAL CTA */ .ep-rx-wcm-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-wcm-final h2 { margin-top: 0; color: #fff; } .ep-rx-wcm-final p { max-width: 800px; margin-left: auto; margin-right: auto; color: rgba(255,255,255,.93); } .ep-rx-wcm-final .ep-rx-wcm-actions { justify-content: center; } .ep-rx-wcm-legal { margin-top: 25px !important; color: #77828e; font-size: 12px; line-height: 1.6; } /* RESPONSIVE */ @media (max-width: 900px) { .ep-rx-wcm-facts { grid-template-columns: repeat(2,minmax(0,1fr)); } .ep-rx-wcm-resources { grid-template-columns: repeat(2,minmax(0,1fr)); } } @media (max-width: 700px) { .ep-rx-wcm-grid, .ep-rx-wcm-experts { grid-template-columns: 1fr; } .ep-rx-wcm-included-row { grid-template-columns: 1fr; gap: 5px; } .ep-rx-wcm-actions .ep-rx-wcm-btn { width: 100%; } } @media (max-width: 500px) { .ep-rx-wcm-facts, .ep-rx-wcm-resources { grid-template-columns: 1fr; } } RX1HS · WCM Plus · 1,400 4×6 Prints · Rolling Case · Props DNP DS-RX1HS Wireless Event Bundle with WCM Plus A complete professional photo booth and event-printing package combining the DNP DS-RX1HS with the DNP WCM Plus Wireless Connect Module, genuine 4×6 media for 1,400 total prints, a rolling carrying case and photo booth props. This bundle combines the RX1HS's strongest advantage — 700 4×6 prints per roll — with WCM Plus wireless workflow flexibility for professional event printing. See What's Included Read the RX1HS Review WCM Plus Wireless Guide 1,400 Prints Two 700-print 4×6 rolls 700 / Roll High-capacity event printing WCM Plus Included in this bundle Up to 3 Printers Supported by WCM Plus Authorized Dealer Serving professionals since 1996 Is This the Right RX1HS Bundle for You? Choose this bundle if you want the RX1HS's high media capacity and also want WCM Plus included for a more flexible wireless event-printing workflow. The RX1HS produces approximately 700 4×6 prints on one installed media roll. The included case contains two rolls, providing 1,400 total 4×6 prints. If wireless connectivity is not important to your operation, consider the RX1HS bundle without WCM Plus . If faster 4×6 output is more important than maximum media capacity, compare this package with the DS620A + WCM Plus bundle . What's Included in This RX1HS + WCM Plus Bundle? DNP DS-RX1HS Professional Photo Printer Professional 6-inch dye-sublimation printer with approximately 12.4-second 4×6 output, up to approximately 290 4×6 prints per hour, 700-print 4×6 roll capacity and USB iSerial support for multi-printer installations. DNP WCM Plus Wireless Connect Module DNP wireless module compatible with the RX1HS. WCM Plus can receive print jobs from multiple supported devices and provides three USB printer ports for connecting up to three compatible DNP printers. Genuine DNP 4×6 Media — 1,400 Prints One full case containing two 700-print 4×6 rolls, providing 1,400 total prints. Compatible photo booth software can also create two 2×6 strips from each 4×6 print. Rolling Carrying Case Rolling case for transporting and helping protect the RX1HS between weddings, events, studios and client locations. Photo Booth Props Photo booth props for guest participation at weddings, parties, corporate activations and other event applications. DNP Warranty / Advanced Exchange Coverage Current DNP DS-RX1HS warranty and Advanced Exchange coverage applies subject to DNP's published limits, eligibility and service terms. Media clarification: 1,400 prints is the total for the complete two-roll case. One installed roll produces 700 4×6 prints. The media must then be changed before using the second roll. What Does WCM Plus Add to the DNP RX1HS? The RX1HS itself uses a USB printer connection. With this bundle, the included DNP WCM Plus adds the wireless portion of the workflow. The RX1HS remains physically connected to WCM Plus through USB; supported computers and mobile devices can then send compatible print jobs through the wireless workflow. Wireless 4×6 Transfer DNP currently specifies approximately 10–12 seconds for a 4×6 transfer through WCM Plus. This transfer time is separate from the RX1HS's physical printing time. Many Devices Can Print DNP states that many supported devices can print to WCM Plus simultaneously, making it particularly useful for parties, activations and multi-user events. Connect Up to Three DNP Printers WCM Plus provides three USB printer ports, enabling simultaneous connection of up to three compatible DNP printers. Custom Border Templates Custom borders can be loaded for wedding designs, sponsor frames, brand activations and other event-specific print layouts. Editing Functions DNP lists color correction, filters, fit/fill and drawing tools among WCM Plus editing functions. Flexible Event Networking WCM Plus supports event-focused networking options, including hotspot functionality, giving operators additional flexibility when setting up at different venues. Important: WCM Plus does not change the RX1HS's mechanical print speed. Wireless transfer and physical photo printing are separate stages of the workflow. WCM Plus Transfer Time vs. RX1HS Print Time Wireless Transfer and Printer Production Stage Approx. Published Time What It Measures WCM Plus 4×6 Transfer Approx. 10–12 sec. Image transfer through the wireless WCM Plus workflow. RX1HS 4×6 Printing Approx. 12.4 sec. Physical production of the 4×6 photograph. Actual total workflow time depends on file size, network conditions, device, software, print queue and other factors. Why RX1HS Capacity + WCM Plus Is a Useful Combination This bundle combines two different workflow advantages: high print capacity and wireless flexibility. 700 4×6 Prints Per Roll The large RX1HS 4×6 roll reduces how often an operator needs to interrupt production to replace paper and ribbon. Less Dependence on Direct Device-to-Printer Cabling Supported sending devices communicate through the WCM Plus workflow rather than requiring a direct USB connection to the printer itself. EventPrinters.com dealer perspective: We consider this configuration particularly attractive for long event sessions where both media-change interruptions and physical workstation placement matter. The RX1HS handles the capacity side of the equation; WCM Plus handles the wireless workflow side. DNP DS-RX1HS Print Speed & Media Capacity Standard RX1HS Media Capacity Media Approx. Print Time Per Roll Per Case 4×6 12.4 seconds 700 1,400 5×7 Workflow dependent 400 800 6×8 Approx. 21.9 sec. 350 700 Key RX1HS Specifications Technology Dye-sublimation thermal transfer Resolution 300 × 300 dpi and 300 × 600 dpi modes Common Formats 2×6 strips, 4×6, 5×7, 6×6 and 6×8, depending on media and workflow 4×6 Throughput Up to approximately 290 prints/hour Standard Printer Connection USB Wireless Module WCM Plus — included in this bundle USB iSerial Supports identification of multiple RX1HS printers on a workstation Dimensions Approx. 12.67 × 13.8 × 11.06 inches Weight Approx. 30 lb Who Is This RX1HS Wireless Bundle Best For? Photo Booth Operators Particularly useful when long media runs and flexible workstation placement are both important. Wedding & Event Photographers High-capacity 4×6 printing combined with wireless workflow options for mobile event setups. Corporate Activations WCM Plus custom border support can be useful for branded prints, sponsor frames and promotional event experiences. Schools & Universities Large media capacity can reduce interruptions during proms, graduations, campus events and sports photography. Mobile Event Businesses The rolling case helps with transportation, while WCM Plus offers more flexibility in positioning the workstation and printer. Multi-Printer Workflows RX1HS USB iSerial plus WCM Plus's three printer ports provides several options for professional multi-printer installations. RX1HS + WCM Plus vs. DS620A + WCM Plus Both packages provide professional dye-sublimation printing plus WCM Plus wireless connectivity. The primary choice is media capacity versus print speed. Which Wireless DNP Bundle Fits Your Workflow? Feature RX1HS + WCM Plus DS620A + WCM Plus 4×6 Speed Approx. 12.4 sec. Approx. 8.3 sec. 4×6 Per Roll 700 400 Included 4×6 Media 1,400 prints 800 prints Wireless WCM Plus included WCM Plus included Best Fit Long events / fewer media changes Fast queues / higher throughput Our recommendation: Choose this RX1HS package when 700-print roll capacity is more valuable than maximum 4×6 speed. Choose the DS620A WCM Plus bundle when the priority is getting each print out as quickly as possible. For the deeper printer comparison, read our DNP DS620A vs. DS-RX1HS comparison . DNP RX1HS Replacement Media RX1HS 4×6 Media 700 prints per roll · two rolls · 1,400 total prints. RX1HS 5×7 Media 400 prints per roll · two rolls · 800 total prints. RX1HS 6×8 Media 350 prints per roll · two rolls · 700 total prints. RX1HS Media Guide Compare sizes, yields and current RX1HS media options. Photo Booth Media Calculator Estimate how much media your event may require. All RX1HS Media Shop current RX1HS paper and ribbon products. DNP DS-RX1HS Warranty & Advanced Exchange DNP's current published warranty limit for the DS-RX1HS is the earlier of three years or 75,000 4×6 prints, subject to DNP's current warranty and Advanced Exchange terms. Because a professional printer can be directly tied to scheduled revenue-producing events, keeping purchase documentation and following DNP's registration and support procedures is important. Why Buy Your RX1HS + WCM Plus 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. We can help you decide whether the RX1HS, DS620A or another DNP printer is the better choice for your event volume, print-size requirements and wireless setup. 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 WCM Plus Bundle What's included in this RX1HS wireless bundle? The bundle includes the DNP DS-RX1HS printer, DNP WCM Plus Wireless Connect Module, one case of genuine RX1HS 4×6 media for 1,400 total prints, a rolling carrying case and photo booth props. How many 4×6 prints does one RX1HS roll produce? One standard RX1HS 4×6 roll produces 700 prints. The included case contains two rolls for 1,400 total prints. Does WCM Plus make the RX1HS completely wireless? WCM Plus adds the wireless portion of the workflow, but the RX1HS printer itself remains physically connected to WCM Plus through USB. Supported sending devices can then communicate through the wireless WCM Plus workflow. How fast does WCM Plus transfer a 4×6 image? DNP currently specifies approximately 10–12 seconds for a 4×6 transfer through WCM Plus. This is separate from the printer's physical print time. How many devices can print through WCM Plus? DNP states that many supported devices can print to WCM Plus simultaneously. DNP does not publish a fixed guaranteed simultaneous-device number. How many DNP printers can connect to WCM Plus? WCM Plus provides three USB printer ports and supports simultaneous connection of up to three compatible DNP printers. How fast does the RX1HS print a 4×6? DNP specifies approximately 12.4 seconds per 4×6 print and up to approximately 290 4×6 prints per hour under its specified conditions. Can the RX1HS print 2×6 photo booth strips? Yes. Compatible software and settings can create two 2×6 strips from a 4×6 print. 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 workflow. How does this bundle compare with the DS620A WCM Plus bundle? The RX1HS provides 700 4×6 prints per roll compared with 400 on the DS620A, while the DS620A prints a 4×6 significantly faster. Choose RX1HS for longer media runs; choose DS620A when faster throughput is more important. What is the current RX1HS warranty limit? DNP currently lists the RX1HS warranty limit as the earlier of three years or 75,000 4×6 prints, subject to current DNP terms. Expert RX1HS & WCM Plus Buying Resources Printer Buying Guide DNP DS-RX1HS Review (2026) Read our complete dealer review covering RX1HS print speed, 700-print capacity, media, USB iSerial, wireless compatibility, pros and cons, and comparisons with the DS620A, QW410 and DS820A. Read the RX1HS Review Wireless Setup Guide DNP WCM Plus Wireless Printing Guide Learn how WCM Plus works, which DNP printers are compatible, how multi-device and multi-printer workflows operate, and what to consider when building a wireless event setup. Read the WCM Plus Guide Choose the RX1HS High-Capacity Wireless Event Bundle Get the DNP DS-RX1HS printer, WCM Plus Wireless Connect Module, genuine 4×6 media for 1,400 total prints, a rolling carrying case and photo booth props in one professional event-printing package. Compare Non-Wireless RX1HS Bundle Compare DS620A WCM Bundle Shop RX1HS Media 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