In short I have the following folder structure
Company A\Invoice\In approval
Company A\Invoice\Approved
Company B\Invoice\In approval
Company B\Invoice\Approved
Company C\Invoice\In approval
Company C\Invoice\Approved
When I sign a pdf from "\In approval" I would like as default path "Approved" . I mean same path of original pdf but "..\approval".
Or one of the following works around:
1# If it's possible use an argument from command line when I open a new pdf from my application. But I didn't see mentioned save as on documentation

2# Force to read the settings->Document->save on specific folder.
(I can change the registry value every time I open a PDF from my application "iCustomSaveAsFolder".
It worls only if PDF XChange is not already open when I open a new PDF. It will works after I close and open PDF XChange.
Other suggests?