Hi,
I was wondering if, when using the printer function, it is possible to select an exisiting file, something like the code below:
$handle = printer_open();
$filename = "test.pdf"
printer_write($handle, $filename);
I can't actually test this on my machine, and can only try it when I get to the client's premises.
Or can this be achieved any other way?
Many thanks!
😃