Epson WorkForce WF-7830DTWF A3 Multifunction Printer | C11CH68401
.pd { --blue: #003b71; --blue-2: #005cb9; --yellow: #ffd200; --soft-blue: #f2f7fc; --card: #ffffff; --light-card: #f8fafc; --border: #d8e7f5; --heading: #1a1a1a; --text: #444444; - -muted: #667584; max-width: 1180px; margin: 0 auto; color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1.62; box-sizing: border-box; } .pd *, .pd *::before, .pd *::after { box-sizing: border-box; } .pd .breadcrumb { margin-bottom: 12px; color: var(--blue-2); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; } .pd .hero-border { position: relative; overflow: hidden; padding: 26px 28px; border: 1px solid var(--border); border-left: 5px solid var(--blue-2); border-radius: 10px; background: linear-gradient(100deg, #ffffff 0%, var(--soft-blue) 100%); } .pd .hero-border::after { position: absolute; top: 0; right: 0; width: 96px; height: 5px; background: var(--yellow); content: ""; } .pd h1 { max-width: 1000px; margin: 0; color: var(--heading); font-size: clamp(34px, 5vw, 42px); line-height: 1.08; letter-spacing: -0.035em; } .pd .deck { max-width: 850px; margin: 13px 0 0; color: #40566b; font-size: 16px; line-height: 1.55; } .pd .stats-bar { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: var(--card); } .pd .stat { min-width: 0; padding: 14px 16px; border-right: 1px solid var(--border); } .pd .stat:last-child { border-right: 0; } .pd .stat strong { display: block; margin-bottom: 2px; color: var(--blue); font-size: 20px; line-height: 1.2; } .pd .stat span { color: var(--muted); font-size: 12px; line-height: 1.35; } .pd .intro { max-width: 980px; margin: 24px auto 0; } .pd .intro p { margin: 0 0 12px; } .pd .intro p:last-child { margin-bottom: 0; } .pd .section-divider { margin: 30px 0 16px; border: 0; border-top: 1px solid var(--border); } .pd .section-label { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--blue); font-size: 17px; font-weight: 800; } .pd .section-label::before { width: 24px; height: 4px; border-radius: 99px; background: var(--yellow); content: ""; } .pd .pull-quote { margin: 22px 0 0; padding: 16px 20px; border-left: 4px solid var(--yellow); border-radius: 0 8px 8px 0; background: var(--blue); color: #ffffff; font-size: 16px; font-weight: 700; line-height: 1.5; } .pd .ideal-cards, .pd .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; } .pd .ideal-card, .pd .feature-card { min-width: 0; padding: 16px 17px; border: 1px solid var(--border); border-radius: 8px; background: var(--card); } .pd .ideal-card { background: var(--soft-blue); } .pd .ideal-card h3, .pd .feature-card h3 { margin: 0 0 6px; color: var(--blue-2); font-size: 15px; line-height: 1.3; } .pd .ideal-card p, .pd .feature-card p { margin: 0; font-size: 14px; line-height: 1.55; } .pd .editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; } .pd .editorial-card { min-width: 0; padding: 18px 20px; border: 1px solid var(--border); border-radius: 8px; background: var(--light-card); } .pd .editorial-card.full { grid-column: 1 / -1; } .pd .editorial-card h3 { margin: 0 0 7px; color: var(--blue); font-size: 17px; line-height: 1.35; } .pd .editorial-card p { margin: 0; } .pd .compare-card { overflow-x: auto; border: 1px solid var(--border); border-radius: 8px; background: var(--card); -webkit-overflow-scrolling: touch; } .pd table { width: 100%; min-width: 680px; border-collapse: collapse; } .pd th, .pd td { padding: 12px 14px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; font-size: 14px; } .pd th { background: var(--soft-blue); color: var(--blue); font-size: 13px; } .pd tr:last-child td { border-bottom: 0; } .pd td:first-child { width: 27%; color: var(--heading); font-weight: 700; } .pd td:nth-child(2) { width: 30%; color: var(--blue-2); font-weight: 700; } .pd .verdict { overflow: hidden; border: 1px solid var(--blue); border-radius: 9px; background: var(--card); } .pd .verdict-header { padding: 13px 18px; background: var(--blue); color: #ffffff; font-size: 18px; font-weight: 800; } .pd .verdict-body { display: grid; grid-template-columns: 1fr 1fr; } .pd .verdict-column { min-width: 0; padding: 18px 20px; } .pd .verdict-column + .verdict-column { border-left: 1px solid var(--border); background: var(--light-card); } .pd .verdict-column h3 { margin: 0 0 9px; color: var(--blue-2); font-size: 15px; } .pd .verdict-column ul { margin: 0; padding-left: 18px; } .pd .verdict-column li { margin: 0 0 7px; font-size: 14px; } .pd .verdict-column li:last-child { margin-bottom: 0; } .pd .box-contents { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; } .pd .box-item { min-width: 0; padding: 12px 10px; border: 1px solid var(--border); border-radius: 7px; background: var(--soft-blue); color: var(--blue); font-size: 13px; font-weight: 700; text-align: center; } @media (max-width: 820px) { .pd .stats-bar, .pd .features-grid { grid-template-columns: repeat(2, 1fr); } .pd .stat:nth-child(2) { border-right: 0; } .pd .stat:nth-child(-n + 2) { border-bottom: 1px solid var(--border); } .pd .ideal-cards, .pd .box-contents { grid-template-columns: repeat(2, 1fr); } } @media (max-width: 620px) { .pd { font-size: 14px; } .pd .hero-border { padding: 21px 18px; } .pd .ideal-cards, .pd .features-grid, .pd .editorial-grid, .pd .verdict-body { grid-template-columns: 1fr; } .pd .editorial-card.full { grid-column: auto; } .pd .verdict-column + .verdict-column { border-top: 1px solid var(--border); border-left: 0; } .pd .box-contents { grid-template-columns: 1fr; } } Home Office > Printers > A3 Business Inkjet Printers Epson WorkForce WF-7830DTWF A3 Wireless Multifunction Printer A high-capacity A3 business inkjet with duplex printing, scanning and faxing, fast PrecisionCore performance and flexible wired or wireless connectivity. 25 ppm ISO mono print speed 50-Sheet ADF Double-sided A3 document handling 500 Sheets Maximum paper capacity 6.9cm Colour touchscreen The Epson WorkForce WF-7830DTWF is designed for home offices and small businesses that need professional document capability beyond standard A4. It prints, scans, copies and faxes up to A3, making it suitable for spreadsheets, plans, reports, marketing materials and oversized forms. Two paper trays provide a combined capacity of up to 500 sheets, while the 50-sheet automatic document feeder processes multi-page A3 originals on both sides. Automatic A3 and A4 duplex printing further reduces manual handling and helps create polished business documents with less paper. Full A3 duplex capability, fast office printing and high-capacity paper handling make the WF-7830DTWF a productive centrepiece for growing workspaces. Ideal For Small Offices Share print, scan, copy and fax functions across up to five users through wired or wireless network connections. A3 Business Documents Produce plans, spreadsheets, posters and presentation materials without outsourcing larger-format work. Busy Document Workflows Process long print runs and multi-page originals with two paper trays and a double-sided 50-sheet ADF. Key Features Full A3 Multifunction Capability Print, scan, copy and fax documents up to A3, giving businesses more freedom with oversized paperwork and creative output. Double-Sided 50-Sheet ADF Scan, copy and fax multi-page A3 originals on both sides without placing each sheet on the flatbed manually. Fast PrecisionCore Printing ISO speeds of up to 25 pages per minute in black and 12 pages per minute in colour keep routine office jobs moving. Dual 250-Sheet Paper Trays Load up to 500 sheets across two trays or keep different sizes and paper types ready for changing workloads. DURABrite Ultra Pigment Ink Four pigment-based inks deliver crisp, durable office documents, with individual cartridges replaced only when required. Flexible Network and Cloud Printing Use Wi-Fi, Wi-Fi Direct, Ethernet, Epson Connect, Apple AirPrint or Mopria from compatible computers and mobile devices. Professional A3 Work from One Device The WF-7830DTWF handles more than occasional large-format printing. Printing, scanning, copying and faxing are all supported up to A3, allowing businesses to manage spreadsheets, drawings, schedules and presentation materials without maintaining separate equipment. Designed Around High-Volume Paperwork Two 250-sheet trays provide a maximum input capacity of 500 sheets and can hold different media or document sizes. The 50-sheet duplex ADF processes two-sided A3 originals, while the 125-sheet output tray accommodates substantial completed jobs. Fast, Connected Office Productivity PrecisionCore technology delivers ISO speeds of up to 25 pages per minute in monochrome and 12 pages per minute in colour. Wi-Fi and Wi-Fi Direct support flexible placement, Ethernet provides a stable shared-network connection, and Epson Connect adds Email Print, Remote Print and Scan-to-Cloud functionality for compatible workflows. How It Compares Area WorkForce WF-7830DTWF Ownership Benefit Maximum Document Size A3 print, scan, copy and fax Supports large-format business workflows without limiting multifunction tasks to A4. ISO Print Speed 25 ppm mono / 12 ppm colour Processes regular reports, invoices and colour documents efficiently. Document Feeder 50-sheet duplex A3 ADF Automates multi-page, double-sided scanning, copying and faxing. Paper Capacity Up to 500 sheets across two trays Reduces refilling and allows different paper sizes or media to remain loaded. Ink System Individual DURABrite Ultra pigment cartridges Produces durable business output while allowing only the used colour to be replaced. Connectivity Wi-Fi, Wi-Fi Direct, Ethernet and USB Supports personal, mobile and shared network installations. The Verdict Strengths Prints, scans, copies and faxes up to A3. 50-sheet ADF with double-sided A3 scanning. Fast PrecisionCore output at up to 25 ppm in black. Automatic A3 and A4 duplex printing. Two paper trays with up to 500-sheet capacity. Clear 6.9cm colour touchscreen. Wi-Fi, Wi-Fi Direct, Ethernet and cloud services. Considerations Uses replaceable ink cartridges rather than refillable ink tanks. Its full A3 paper path and dual trays require more workspace than a compact A4 printer. Designed for regular office documents rather than specialist photographic output. Best suited to users who will benefit from its A3 duplex and high-capacity paper handling. What’s in the Box Epson WF-7830DTWF Printer Individual Ink Cartridges Power Cable Driver & Utilities Quick Start Guide & Warranty Document
More you might like
Related
Epson WorkForce WF-7830DTWF
Related
Epson WorkForce WF-7830DTWF
Related
Epson WorkForce WF-7830DTWF
Related