Force A4 (ISO) as the default page size

Support for network administrators. for software deployment and management through Active Directory Group Policies.

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Stefan - PDF-XChange

paul-nc
User
Posts: 1
Joined: Sun Jun 22, 2025 7:59 pm

Force A4 (ISO) as the default page size

Post by paul-nc »

In our environment, we use the base en-us version of Windows, then apply Norwegian region and input settings.

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
And also tried using

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
But a lot of the times, the paper size does not change at all, even though no errors are given