Epson WorkForce WF-2930DWF Wireless Multifunction Printer | C11CK63401
.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: 980px; margin: 0; color: var(--heading); font-size: clamp(34px, 5vw, 42px); line-height: 1.08; letter-spacing: -0.035em; } .pd .deck { max-width: 830px; 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: 660px; 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 > Business Inkjet Printers Epson WorkForce WF-2930DWF Wireless Multifunction Printer A compact four-in-one A4 printer with automatic duplex printing, a 30-sheet document feeder and flexible mobile connectivity for everyday home-office work. 4-in-1 Print, scan, copy and fax 10 ppm ISO mono print speed 30-Sheet ADF Multi-page document handling Auto Duplex Double-sided A4 printing The Epson WorkForce WF-2930DWF brings essential home-office functions together in a compact desktop design. It prints, scans, copies and faxes, making it a practical choice for correspondence, forms, invoices, reports and general household administration. A 30-sheet automatic document feeder removes the need to place every original on the scanner individually. Automatic double-sided A4 printing helps reduce paper use, while the 100-sheet input tray provides useful capacity for routine document jobs. Compact four-in-one functionality, automatic document handling and flexible wireless printing make the WF-2930DWF a practical home-office companion. Ideal For Home-Office Administration Print correspondence, scan records, copy forms and send faxes from one space-conscious device. Multi-Page Paperwork Use the 30-sheet automatic document feeder to process reports and forms with less repetitive handling. Connected Households Share printing across compatible computers, smartphones and tablets through flexible wireless services. Key Features Print, Scan, Copy and Fax Four essential office functions are combined in one machine, reducing the need for separate desktop equipment. 30-Sheet Automatic Document Feeder Load multi-page A4 originals for scanning, copying or faxing without placing every page on the flatbed manually. Automatic Double-Sided Printing Print on both sides of A4 plain paper automatically to reduce paper consumption and create tidier documents. Wi-Fi and Wi-Fi Direct Share the printer through a wireless network or connect compatible devices directly without using a router. Epson Smart Panel Set up, monitor, print and troubleshoot from a compatible smartphone or tablet using Epson’s mobile app. Individual Epson 604 Inks Replace only the black, cyan, magenta or yellow cartridge that has run out, with standard and XL options available. Practical Performance for Everyday Documents The WF-2930DWF prints at ISO speeds of up to 10 pages per minute in black and 5 pages per minute in colour. Its maximum resolution of 5,760 x 1,440 dpi supports clear text, colourful graphics and occasional borderless 10 x 15cm photo printing. Less Manual Handling for Multi-Page Tasks The 30-sheet automatic document feeder is particularly useful for scanning, copying and faxing longer originals. A 100-sheet paper tray keeps everyday A4 jobs moving, while automatic duplex printing reduces the need to turn sheets manually. Flexible Printing from Mobile and Cloud Services Wi-Fi supports shared access around the home office, while Wi-Fi Direct enables compatible devices to connect without a wireless network. Apple AirPrint, Mopria and Epson Connect broaden mobile and remote printing options, and Epson Smart Panel provides convenient setup, monitoring and troubleshooting from a compatible device. How It Compares Area WorkForce WF-2930DWF Ownership Benefit Core Functions Print, scan, copy and fax Covers essential home-office communication and document tasks in one device. ISO Print Speed 10 ppm mono / 5 ppm colour Suited to routine correspondence, reports and occasional colour documents. Document Handling 30-sheet single-sided ADF Automates multi-page scanning, copying and faxing. Paper Handling 100-sheet tray with automatic A4 duplex Supports everyday workloads while reducing manual page turning. Ink System Four individual Epson 604 cartridges Only the depleted colour needs to be replaced. Connectivity Wi-Fi, Wi-Fi Direct and USB Offers flexible wireless or direct connection options for compatible devices. The Verdict Strengths Print, scan, copy and fax functionality. Compact design for smaller workspaces. 30-sheet automatic document feeder. Automatic double-sided A4 printing. Wi-Fi and Wi-Fi Direct connectivity. Apple AirPrint, Mopria and Epson Connect support. Individual standard and XL ink cartridges. Considerations Designed for light home-office workloads rather than high-volume business printing. The automatic document feeder scans one side of each original at a time. Uses replaceable cartridges rather than a refillable ink-tank system. The 3.7cm display is intended for essential navigation rather than touchscreen control. What’s in the Box Epson WF-2930DWF Printer Individual Ink Cartridges Power Cable Setup Guide Warranty Document
More you might like
Related
Epson WorkForce WF-2930DWF
Related
Epson WorkForce WF-2930DWF
Related
Epson WorkForce WF-2930DWF
Related