-
Couldn't load subscription status.
- Fork 98
Description
I don't know if this applies to later OT versions but this works for 1.7.5 on Windows 7. A local.properties file is mentioned in the docs in reference to using the Antenna House PDF processor. Here is some fleshed out info that would be good in the docs.
I created a text file called local.properties and put it in the 1.7.5 OT root directory. The entire content of the file is this:
axf.path=C:\Program Files\Antenna House\AHFormatterV62
I had to escape the backslashes by repeating them: \
No quotes around the path were needed, even though there are spaces in it. Adding quotes around the path makes it fail.
It does not require that you run integrator to make it take effect.
Mark