In a lot of cases, PDF Xchange PDF Printer or Word plugins will default to US Letter size.
How can I deploy PDF XChange Pro so that A4 is the default paper size?
I've tried using a pxpp file and deploying via InTune using
Code: Select all
Start-Process -FilePath "rundll32.exe" -ArgumentList "`"C:\Program Files\Tracker Software\PDF-XChange Standard\drvui.x64.dll`",DUI30_Command /InstallProfile:`"$networkProfilePath`" /AsDefault" -Wait
Code: Select all
Start-Process -FilePath "C:\Program Files\Tracker Software\PDF-XChange Standard\pdfSaver.exe" -ArgumentList '/SetOption Paper.Size=9 /Printer "PDF-XChange Standard"' -Wait