Menu
Your Cart

HP P1007 LaserJet Refurbished|Second Hand|Used|Old Single-Function Laser Printer

HP P1007 LaserJet Refurbished|Second Hand|Used|Old Single-Function Laser Printer
HP P1007 LaserJet Refurbished|Second Hand|Used|Old Single-Function Laser Printer
Hot -15 %
HP P1007 LaserJet Refurbished|Second Hand|Used|Old Single-Function Laser Printer
HP P1007 LaserJet Refurbished|Second Hand|Used|Old Single-Function Laser Printer
(Product image for illustration purposes only. actual product may vary)
HP P1007 LaserJet Refurbished|Second Hand|Used|Old Single-Function Laser Printer
  • Model: HP 1007 Printer
  • SKU: HP-Used-Printer
  • Location: Nehru Place Delhi
  • Approx Weight: 4.00kg
  • Stock: In Stock
0441 Items sold
Product Views: 30661
  • Sold by Grania Computers
  • Contact Seller
  • Seller Rating:    1 Reviews
  • ₹5,550.00
    ₹6,500.00
    5 or more ₹5,300.00
    Delhi's Wholesale and Retail Marketplace Prices
    Online ✓Computer ✓Mobile ✓Stationery ✓Electrical ✓Electronics Parts & Accessories shop's rates from wholesale marketplace of New Delhi - Okhla, Nehru Place, Gaffar Market, Karol Bagh, Lajpat Rai, Chandni Chowk and Chawri Bazaar.

    HP P1007 LaserJet Refurbished|Second Hand|Used|Old Single-Function Laser Printer
    Renewed HP LaserJet P1007 LaserJet Printer 88A New Toner, Data and Power Cable & 30 days warranty

    Print TechnologyLaserjet
    BrandHP
    Paper SizeA4
    Usage/ApplicationHome and Office
    TypeSingle Function
    Connectivity TypeUSB
    Print Resolution600 x 600 DPI
    Dimensions22.4 x 34.7 x 19.4 cm
    Weight4.7 kg
    Internal Memory2 MB
    Refill TypeToner Cartridge
    Duplex PrintManual
    Input Tray Capacity150 Sheets
    Power Consumption315 W

    Product Description

    Hp Laserjet 1020 Plus Printer Single Printer, For Office Use
    Warranty : 1 Month Warranty...

    Lowest & Wholesale market price. Bulk buy HP P1007 LaserJet Refurbished|Second Laser Printer. from Delhi's Wholesale Market Place like Nehru Place, Gaffar Market, Karol Bagh, Chawri Bazar, Lajpat Rai, Bhagirath Palace, Chandni Chowk. All Over India Fast Delivery.

    Write a review

    Note: HTML is not translated!
    Bad Good
    function handlePincodeInput(target) {let pincode = target.value.trim();// ✅ trigger ONLY when exactly 6 digits if (pincode.length !== 6 || isNaN(pincode)) { return; }clearTimeout(debounceTimer);debounceTimer = setTimeout(function () {fetchPincode(pincode);}, 300);}// ???? handle typing document.body.addEventListener("input", function (e) {if ( e.target && ( e.target.id === "input-payment-postcode" || e.target.id === "input-shipping-postcode" ) ) { handlePincodeInput(e.target); }});// ???? handle paste document.body.addEventListener("paste", function (e) {if ( e.target && ( e.target.id === "input-payment-postcode" || e.target.id === "input-shipping-postcode" ) ) {setTimeout(function () { handlePincodeInput(e.target); }, 100);}});// ???? handle autofill / blur document.body.addEventListener("change", function (e) {if ( e.target && ( e.target.id === "input-payment-postcode" || e.target.id === "input-shipping-postcode" ) ) { handlePincodeInput(e.target); }});