Load Settings From File (debug) at install or remotely

I would like to know how to take a saved settings file and push it out without having to load it up each time manually…

Settings > Debug > Export Settings

This might not be exactly what you want but you can just load a registry file and it should have the same effect.

If you go on a computer that has everything loaded to what you want you can export this key:
HKEY_CURRENT_USER\Software\pdfforge\PDFCreator

Then put this in a batch file:

reg import (INSERTNAMEOFREGFILEHERE).reg

Have it run when you push out pdfcreator.

Hi, if you need this for multiple users, you can also create default settings as described here:
http://docs.pdfforge.org/pdfcreator/3.2/en/pdfcreator/pdfcreator-settings/predefine-settings/
This will however only work for users who have never launched PDFCreator yet, so it can’t be used to apply changes to existing users.

Best regards

Robin