php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "printer settings"

What are the limitations of PHP in changing printer properties for printing in landscape orientation?

PHP has limitations in directly changing printer properties for printing in landscape orientation because it relies on the printer settings configured...

What is the best way to print an image generated with GD in PHP using printer functions?

To print an image generated with GD in PHP using printer functions, you can use the PHP printer functions to send the image data directly to the print...

Are there any potential workarounds for bypassing the printer selection window in PHP scripts?

The printer selection window in PHP scripts can be bypassed by setting the default printer using the `default_printer` configuration option in the `ph...

How can PHP be used to interact with Windows Server 2008 R2 printer queues?

To interact with Windows Server 2008 R2 printer queues using PHP, you can utilize the `exec()` function to run command-line utilities like `printui.dl...

What are some PHP functions or methods that can be used to trigger printing on a server-based printer?

To trigger printing on a server-based printer using PHP, you can use the `exec()` function to execute a system command that sends a print job to the p...

Showing 16 to 20 of 5886 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1177 1178 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.