I am somewhat new to AutoIt, but have been trying to create a UDF for printing that does not require a DLL external to the OS. I have not been able to add the ability to print images or to change the paper orientation. I have only tested this on WinXP with AutoIt v3.2.12.0. Could someone help add these features(printing images & setting paper orientation)? PrintWinAPI.au3: #include-once #include <WinAPI.au3> #include <FontConstants.au3> #include <GDI