Page 1 of 1

Print system - SELECT PRINTER

Posted: Sat Nov 18, 2017 12:45 pm
by radohabjan
Hello friends

I want to make PDF file in Print system - SELECT PRINTER without user interaction. I tried with :

filename="test123.pdf"
SELECT PRINTER ntiske ;
ORIENTATION PRINTER_ORIENT_PORTRAIT ;
PAPERSIZE PRINTER_PAPER_USER ;
PAPERLENGTH 24 ;
PAPERWIDTH 38 ;
QUALITY PRINTER_RES_HIGH;
SAVEAS filename

As I saw there is always temp file C:\Users\si01002337\AppData\Local\Temp\04793414_hmg_print_preview_0001.Emf
Perhaps to convert this file in PDF and save as my filename.

br Rado