CoreBOSBB

Full Version: GenDoc no PDF export options
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

PHP Code:
-  $gendoc_active coreBOS_Settings::getSetting('cbgendoc_active',0);
+  
$gendoc_active 0

How to fix it?
doesn't that change work? I mean, set the GenDoc server as ACTIVE in settings and add that change
(02-11-2019, 03:45 PM)joebordes Wrote: [ -> ]doesn't that change work?  I mean, set the GenDoc server as ACTIVE in settings and add that change

It not work, but more then that, on this corebos installation filling the remote GenDoc server setting, also don't work.
What does "Not work" mean extactly?
no Export/Email/Save PDF options in the item page
Go to the database, in the cb_settings table and add a row like this:

key: cbgendoc_showpdflinks
value: 1
Export/Email/Save PDF options apper now.

Thank you