Common PDF template repository
Moderators: TrackerSupp-Daniel, Tracker Support, Sean - Tracker, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Ivan - Tracker Software, Tracker Supp-Stefan
Common PDF template repository
I work for an org with approx 120 employees. We are looking to create a common PDF template folder that everyone has read only access to. Is there a method whereby we can automate inserting that folder location via registry or group policy against all users with PDF Xchange license? I did look into "Add a Place" in the File -> Open menu and navigated to the common folder on our server. This saves a bookmark which effectively does the job. However every user would need to do this and from a maintenance perspective, if the folder were to change etc, it would be preferable to establish and maintain the folder location from admin side against all users. Is there a simple way this can be done? thanks
- Paul - Tracker Supp
- Site Admin
- Posts: 6666
- Joined: Wed Mar 25, 2009 10:37 pm
- Location: Chemainus, Canada
- Contact:
Re: Common PDF template repository
Hi mjongens,
while we do not have a tool specifically for this, the settings are stored in the Windows registry and it is relatively easy to pull the associated keys by exporting keys for the Editor before and after using the GUI to Add a Place.
Maps a temp folder from a file server SMB share. Some things to note;
I hope that helps.
while we do not have a tool specifically for this, the settings are stored in the Windows registry and it is relatively easy to pull the associated keys by exporting keys for the Editor before and after using the GUI to Add a Place.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Tracker Software\PDFXEditor\3.0\Settings\Places\999999]
"t.FS"="default"
"t.ID"="839b7e12-d081-4d9b-9a5bc95f7201bcc5"
"t.Url"="\\\\fileserver\\data\\files\\Temp"
- t.ID can be the same for all users.
- the key has a numeric value. I used 999999 to ensure it does not conflict with any existing "Places" the users may have added themselves. Places added start with 000000 and increment by one for each new place.
- it doesn't matter how you push the reg key, Group Policy, sneakernet, as long as it's in the registry when the Editor starts it should "see" the place.
I hope that helps.
Best regards
Paul O'Rorke
Tracker Support North America
http://www.tracker-software.com
Paul O'Rorke
Tracker Support North America
http://www.tracker-software.com
Re: Common PDF template repository
I've tried the above method, but over time it results in the user have the same repository repeated over and over:
Before running: After closing: Result: Is this expected behaviour? This makes deploying this key via group policy problematic.
It seems that once the reg key is in place and called, like the example here "99999", when the application opens or closes that key is renamed to the next number available:Before running: After closing: Result: Is this expected behaviour? This makes deploying this key via group policy problematic.
- Paul - Tracker Supp
- Site Admin
- Posts: 6666
- Joined: Wed Mar 25, 2009 10:37 pm
- Location: Chemainus, Canada
- Contact:
Re: Common PDF template repository
Hi, IT Guy
I spoke top the development team about this and the cause has been identified and fixed. Thanks for brining it to our attention.
In the next release we will change how we handle the array that stores the "Places" and it will not do this anymore. As long as you stick with the current set up, the next build on first start will remove all elements with the same ID excepting the last one and you should not see repeats again in future.
One caveat that has me saying do not change your reg keys, this is what the dev said about this:
I hope that helps. I am keen to hear how this goes when the time comes.
Kind regards,
Paul - Tracker Supp
I spoke top the development team about this and the cause has been identified and fixed. Thanks for brining it to our attention.
In the next release we will change how we handle the array that stores the "Places" and it will not do this anymore. As long as you stick with the current set up, the next build on first start will remove all elements with the same ID excepting the last one and you should not see repeats again in future.
One caveat that has me saying do not change your reg keys, this is what the dev said about this:
So I expect this to actually "clean itself up" after you update to 10.1.1.381 which at this juncture looks like being ready some time next week.For sure that fix will work only when his reg file uses the same place-ID each time when launched.
I hope that helps. I am keen to hear how this goes when the time comes.
Kind regards,
Paul - Tracker Supp
Best regards
Paul O'Rorke
Tracker Support North America
http://www.tracker-software.com
Paul O'Rorke
Tracker Support North America
http://www.tracker-software.com
Re: Common PDF template repository
Great news, thanks for the super-quick resolution.
- TrackerSupp-Daniel
- Site Admin
- Posts: 7696
- Joined: Wed Jan 03, 2018 6:52 pm
Common PDF template repository

Daniel McIntyre - Support Technician
Tracker Software Products (Canada) LTD
Support: <Support@tracker-software.com>
Tracker Software Products (Canada) LTD
Support: <Support@tracker-software.com>