I using GenDoc on production Corebos and able to create PDF using remote server as define in GenDoc Server Settings.
Now I want to try to usr local conversion (unoconv). So I install 2nd Corbose instance + GenDoc for testing.
But on this 2nd Corebos there are no Export/Email/Save PDF options in the item page. Only Export/Email/Save Document option.
Its not appear when:
1) Filling the remote GenDoc server setting.
2) I try to modify (as Joe advise me) modules/evvtgendoc/OpenDocument.php
How to fix it?
Now I want to try to usr local conversion (unoconv). So I install 2nd Corbose instance + GenDoc for testing.
But on this 2nd Corebos there are no Export/Email/Save PDF options in the item page. Only Export/Email/Save Document option.
Its not appear when:
1) Filling the remote GenDoc server setting.
2) I try to modify (as Joe advise me) modules/evvtgendoc/OpenDocument.php
PHP Code:
- $gendoc_active = coreBOS_Settings::getSetting('cbgendoc_active',0);
+ $gendoc_active = 0;
How to fix it?