# Just upload a PDF #
"C:\Program Files\StepOver\P2NG\Print2NG.exe" "C:\Temp\Lorem ipsum.pdf"
# Upload 2 Documents on the device Nextgen123456789.local which has the Mainpassword "MyPassword". The Print2NG will first upload the "Lorem ipsum.pdf" document and when this is closed the "DEMO.pdf" will be uploaded #
"C:\Program Files\StepOver\P2NG\Print2NG.exe" --files "C:\Temp\Lorem ipsum.pdf" --files "C:\Temp\Demo.pdf" --ipadr Nextgen123456789.local --pw MyPassword
# Upload Demo.xml, Print2NG will run minimized, start signing process and will close it self after saving automatically to "C:\Temp\Output\" #
"C:\Program Files\StepOver\P2NG\Print2NG.exe" -f "C:\Temp\Input\Demo.xml" --minimize --startsig --autoclose --noSaveChooser --writeDir "C:\Temp\Output\"