About 4,960,000 results
Open links in new tab
  1. Printers - HP Support Community

    I have installed the printer on my Mac book air. I tried to print a word document and it prints the document blank. Printer h...

  2. How to print multiple lines of text with Python - Stack Overflow

    Nov 11, 2023 · If I wanted to print multiple lines of text in Python without typing print('') for every line, is there a way to do that? I'm using this for ASCII art in Python 3.5.1.

  3. printer on 'idle' how to fix - HP Support Community - 9440582

    Jul 18, 2025 · Print a Self-Test Page: Load plain white paper in the input tray. From the home screen on the printer control panel, swipe down to open the Dashboard, touch the Setup icon, …

  4. Printing list elements on separate lines in Python

    if a = [1,3,5], then that line will only print this array in one line... is there a guaranteed way for pprint to print it on separate lines?

  5. HP Print & Scan Doctor Discontinued? Don't Worry, We've Got

    Jun 13, 2025 · Important Update: HP Print & Scan Doctor Discontinued 📣 After decades of trust and reliability, we're saying goodbye to our beloved HP Print & Scan Doctor (PSDR). But don't …

  6. How to print without a newline or space - Stack Overflow

    For Python 2 and earlier, it should be as simple as described in Re: How does one print without a CR? by Guido van Rossum (paraphrased): Is it possible to print something, but not …

  7. HP SMART APP INFORMATION

    Aug 26, 2021 · Print, scan, and copy by clicking the HP App home screen tiles. You can also check printer status, troubleshoot issues, order supplies, and set printer preferences.

  8. How to print a list in Python "nicely" - Stack Overflow

    print the_list However, this will cause a big jumble of data. Is there any way to print it nicely into a readable tree? (with indents)?

  9. How to Scan with an HP Printer - HP Support Community

    Mar 22, 2024 · How to Scan with an HP Printer Print Quality Down? Restore It Fast with Simple Cartridge Cleaning Tips! Click here to check it out!

  10. How do I show the value of a #define at compile-time?

    I know that this is a long time after the original query, but this may still be useful. This can be done in GCC using the stringify operator "#", but it requires two additional stages to be defined first. …