Printer Problems Consumer

How to scan multi-page PDF on HP DeskJet on Ricoh

By Sai Kiran Pandrala · reviewed by Sai Kiran Pandrala, Editor Last verified: 2026-05-30

Why I wrote this one

I run a small print-shop service on the side - mostly weekends, sometimes after-hours when an SMB or a home user calls in panicking. Last month at a hostel front-office in HSR Layout, a customer had picked up a Ricoh unit and could not get past the basics. They wanted exactly this: Capture a multi-page PDF scan on a HP DeskJet flatbed. The shop walked them through a generic setup, the unit threw a 200.10 hint banner on the panel, and the customer ended up at my desk with the box still in plastic.

This guide is the same runbook I used that evening. It is the Multi-Page PDF Scan flow specifically in a Ricoh context, but I have added the cross-checks you need when the unit is part of a heterogeneous fleet - because in real Indian SMB offices, you rarely have one brand of printer. There is a Brother MFC in admin, a HP DeskJet in accounts, a Canon PIXMA in design, and someone's personal Epson EcoTank on a side desk. Getting one task right per brand sounds simple until you realise each brand hides the menu in a different place.

One brand quirk to put on your radar right away: Ricoh SC899 error usually means the controller board NVRAM corruption; a power cycle clears it 70% of the time, the other 30% need a service call. I learned that one the hard way and the customer was patient enough to let me re-do the setup the next morning. Saves time if you know it going in. The tool I keep on the laptop bag for work like this is HP Smart 11.4 (Windows / iOS) - reliable, and it covers most of the customer requests I see week after week.

At a glance
OperationMulti-Page PDF Scan
Host deviceHP DeskJet 2330 / Ink Advantage 2336
Brand contextRicoh
CategoryPrinters
Skill levelPrint-shop tech / SMB admin
Time estimate15-45 minutes first time, under 10 minutes once familiar
CostINR 0 for software config, optional pad replacement INR 350-600 (USD 4-7)

What you need on the desk before you start

Print-shop work is mostly preparation. Once you start, you do not want to be running back to the laptop for a missing tool or hunting for the toner cartridge box for the model number. Get all this within arm's reach before you start.

Tools I usually have open

Even if you only end up using two of these, the others are useful when something goes wrong. Wireshark in particular is the one I reach for when the unit advertises a service but a client cannot find it - and yes, that happens with scan-to-email and SharePoint connectors on switched networks more often than you would think.

The actual procedure - step by step

This is the path I used in the a school admin block in T Nagar, Chennai job last month. It is written for a Ricoh unit with current 2025-2026 firmware. Older revisions may shuffle the menu structure; the labels are stable across firmware generations but the menu depth changes.

  1. Power the unit on and let it finish its boot self-test. On a Ricoh cold-boot, this takes 90-150 seconds. Do not interrupt - on Brother MFCs I have seen interrupted boots leave the unit asking for cartridge re-seat on next power-up. Wait for the home screen.
  2. Confirm network connectivity. Print a network-config page. On Brother, hold the Wi-Fi button for 3 seconds then tap 'Print'. On Canon PIXMA, hold Resume for 2 seconds. On HP, Menu -> Reports -> Network Configuration. On Lexmark, Menu -> Reports -> Network Setup Page. The IP address is what you need.
  3. From the admin laptop, open the printer's web UI at https://<printer-ip>. If the cert is self-signed, accept the warning. Sign in as admin. Default credentials are: Brother (admin / initpass), HP (admin / blank on first boot), Canon (ADMIN / canon), Lexmark (admin / admin), Kyocera (Admin / Admin), Ricoh (admin / blank), Xerox (admin / 1111). Change the default immediately - I have seen GeM compliance auditors flag default-password MFPs as a sev-2 finding.
  4. Navigate to HP Smart -> Scan -> Add Page -> Save as PDF. On the Ricoh web UI this is the canonical path. If your firmware revision shows a slightly different label, search for the keyword in the menu (most Ricoh EWS revisions have a search box at the top).
  5. Fill in the operation-specific fields. For Multi-Page PDF Scan, the required fields are listed in the section below.
  6. Save and apply. Ricoh firmware behaviour: HP and Canon auto-apply on Save; Brother, Lexmark, Kyocera require an explicit 'Submit' or 'Apply' click after Save; Xerox and Ricoh require you to acknowledge a warning prompt that says configuration will reload. The reload takes 30-90 seconds, during which the device is offline.
  7. Test from a real client. Do not trust the web UI confirmation. Run the operation end-to-end from a normal user laptop on the same network you will use in production. If the test fails but the web UI says success, the issue is almost always firewall / network ACL on the client side.
  8. Document and log. Snap a photo of the final config, save it to a folder labelled with the customer name, the Ricoh serial, and date. Customers call back six months later with 'it stopped working' and your photo is the baseline to compare against.

Two Ricoh quirks worth calling out before you push the config live: Ricoh M C320FW factory reset under Engineer Mode does not clear the fax journal - regulatory environments need a separate 'memory erase' run with the SC code Also worth knowing: Ricoh scan-to-cloud OneDrive requires the @Remote service to be online and the device registered against ricoh-imaging.com - in air-gapped or proxied SMB networks this silently fails with a generic 'authentication error'.

The fields that actually matter for multi-page PDF

Multi-page PDF scan on a flatbed is a software-orchestrated job - the printer scans one sheet, the app prompts 'Add page?', and you feed sheet 2, 3, 4... The app then bundles all scanned bitmaps into a single PDF on save.

Practical Ricoh gotcha: most consumer SKU vendor apps (HP Smart, Brother iPrint&Scan, Canon Quick Utility) impose a silent cap on multi-page jobs - usually 20-30 sheets. Past that, the app truncates the trailing pages without warning. For long jobs, switch to the desktop driver scan dialog (TWAIN / WIA) which has no soft cap.

Verifying it works - real commands

# HP Smart on Windows 11:
# Open HP Smart -> Scan -> choose source (Flatbed / ADF)
# After page 1 scans, panel shows 'Add Page?' -> Yes
# Continue until done -> Save -> PDF

# Verify file integrity:
Get-Item .\scan.pdf | Select Name, Length, LastWriteTime
# Confirm: file size sane (50-300 KB per page for text)

# Open in any PDF reader; verify all pages present:
# Adobe Reader -> Document Properties -> Pages count

# If multi-page PDF saved as separate files (common HP Smart bug):
# Use a free merger like PDFsam Basic 5.2 (free, India users prefer this)

When it fails - the real root causes

When the procedure does not work, the cause is almost always one of these five. I rank them in the order I check on a real service call.

  1. Firmware out of date. Ricoh pushes minor revisions every 4-8 weeks. Anything older than 6 months has a non-trivial chance of menu paths having shifted or a known bug applying. Update first, retry second.
  2. Network reach failure. mDNS blocked, VLAN mismatch, SMB share unreachable, SMTP port blocked. Run a ping and a port-test from the admin laptop before blaming the printer.
  3. Credential mismatch. The admin password the customer thinks is set is not what is actually set. Try the default, then the customer's usual pattern, then ask for a reset.
  4. Hardware-feature mismatch. The model SKU does not include the feature the customer thinks they bought. Worth verifying against the spec sheet before spending an hour debugging an option that does not physically exist.
  5. Genuine hardware fault. The unit throws a panel code like F244 that maps to a real service condition. At that point, the configuration step will not fix it; the unit needs service or RMA.

Out of every 10 service calls, my rough split is 4-3-1-1-1 in that order. Most problems are firmware or network. Hardware faults are the rarest cause, even though customers blame hardware first.

Realistic cost picture (Indian SMB, 2026)

Customers ask for prices in the same call as the configuration help. These are typical 2026 channel quotes I see in Bengaluru and Chennai.

ItemINRUSD
Epson EcoTank L3252 colour MFPINR 15,300-16,800USD 182-200
Kyocera ECOSYS M2540dn mono MFPINR 41,800-46,500USD 498-554
Lexmark 71B6HK0 high-yield black toner (6,000 pp)INR 15,800-17,200USD 188-205
Ricoh SP 311HE high-yield toner (3,500 pp)INR 5,950-6,800USD 71-81
Annual SMB MFP AMC (2 visits)INR 2,800-4,500USD 33-54
Print-shop service call (Bengaluru)INR 600-1,200USD 7-14
Replacement waste absorber pad (DIY)INR 350-600USD 4-7

Channel-wise, I usually source from Iris Global Services (Delhi NCR enterprise MFP rollouts) for warranty-sensitive deployments, and from Amazon Business / Flipkart Wholesale for sub-INR 30,000 SKUs where GST invoicing is the priority. GeM EMD (earnest money deposit) on printer L1 bids above INR 5 lakh is 2% of bid value - factor that into channel cashflow before quoting.

Important rule on consumables: a 30% saving on a non-OEM toner can cost you INR 18,000 (USD 215) when the drum fails six months later because the cheap toner left residue. I never recommend non-OEM consumables for production MFPs. For occasional-use home printers, the calculus is different.

One field story I still think about

About eight months ago I got a call from a small advocate chamber in Mylapore, Chennai. They had three Ricoh units on the floor and one had started refusing to scan. The panel was clean, no obvious error, just a 'communication error' banner that came and went. The owner had already reset it twice. He was about to call the service centre, which on a Saturday in Bengaluru means a Monday visit at best.

I drove over with the toolkit. Pulled out Kyocera Net Viewer 5.5 and started capturing traffic from the printer to the laptop. The SMTP authentication was actually succeeding - the printer was getting an OK back from Office 365 - but the unit was throwing 0xc4eb827f in its internal log buffer about 12 seconds after the auth success. Strange.

The fix took twenty more minutes to find. The unit was set to TLS 1.0 fallback, and Office 365 had quietly stopped accepting TLS 1.0 sessions four months earlier. The auth was succeeding because the cipher negotiated to TLS 1.2 for the first handshake; then the printer was attempting a TLS-renegotiation for the data phase and falling back to 1.0, which the server then dropped. The fix was three clicks: web UI, Security, Encryption, set 'Minimum TLS version' to 1.2.

What I took away from that call: in 2026, every SMB MFP needs at minimum TLS 1.2 for outbound, and most of the silent communication errors I see are TLS-version mismatches at the email or scan-to-cloud edge. The firmware default on units sold in 2022-2023 still leans on TLS 1.0; you have to bump it up after install. I now include that step in every onboarding checklist.

Total time on site: 65 minutes. Customer paid INR 1,000 (USD 12). The unit has been stable since. The other two units got the same fix preemptively that afternoon.

FAQs I get from actual customers

Will this work on the international variant of my Ricoh unit?

Mostly. The web UI and the menu paths are stable across regions; what differs is the cartridge region-lock and a few feature toggles (some markets get features others do not). For configuration like scan-to-cloud and waste-ink reset, the path is identical. For date/time on fax-capable units, the path is identical but the default time zone differs by region.

How often should I run preventive checks?

For SMB units printing under 1,000 pages a month, every 3-4 months is fine. For production print shops doing 10,000+ pages, monthly: check the maintenance counter, the fuser life percentage on lasers, the ink-pad fullness on inkjets, and the firmware revision.

Will this void my warranty?

Standard configuration through the official web UI or panel menus does not void warranty. Waste-ink counter reset using the official service mode is technically a service operation; OEM service centres will reset it for free under warranty if you take it in. Third-party WIC reset tools work but Canon / Epson can detect the tampering on the next service inspection.

What if my model is a slightly different revision?

Cross-check the model code on the rating plate at the back of the unit. Major firmware generations sometimes shift menus by one or two levels. Search for the keyword inside the EWS - most modern Ricoh web UIs have a search box that finds menu options.

Can I roll back if something goes wrong?

Configuration rollback: yes. Most Ricoh EWS let you export the current config to a .bin or .json file before changing anything; you can re-import it to roll back. Firmware rollback: no on most units - newer firmware writes version-locked bootloader entries that refuse older binaries. Take the config export before you make changes.

Is the customer's data safe during this procedure?

For scan-to-cloud and SMTP setup - yes, no user data is touched. For waste-ink counter reset - yes, no data is wiped, only the counter EEPROM cell. For factory date/time on fax units - the fax journal may roll back to zero on some Brother revisions, so export the journal first.

Should I update firmware before or after this procedure?

Before. Always before. Firmware updates can shift menu paths and can include fixes that make the procedure go smoother. The exception: if the customer is mid-deadline and a firmware update is non-trivial (30-45 minutes including reboot), defer to after.

Keeping the unit healthy so this is the last time

After the immediate fix, these habits keep the Ricoh unit healthy.

None of this is glamorous. All of it pays back in fewer Saturday-evening emergency calls.

Closing the loop

The Multi-Page PDF Scan flow in a Ricoh context is not complicated once you know the menu path and the gotchas. The first time takes 30-45 minutes because you are looking around the EWS for the right menu. By the third time it is under 10 minutes including the verification test.

If the procedure does not work after one careful pass, do not keep retrying in panic mode. Take a screenshot, take a panel photo, save the network-config page, and step back. Most failures are network or firmware related, and both are diagnosable from the artefacts you just captured. Repeating the same wrong steps faster does not fix anything.

I keep a small printed cheat-sheet in the toolkit with the default credentials for every major brand and the panel-reset shortcut for each. It lives next to the toner-vacuum and the spare network cable. Boring, but it has saved me twenty minutes of fumbling more times than I can count.

Related guides worth a look while you sort this one out: