PDF generation [message #30927] |
Tue, 21 March 2006 00:20 |
razvu
Messages: 8 Registered: March 2006
Karma: 0
|
Junior Member |
|
|
Hi!
I have the 2.6.0 from Egroupware installed. When I click on generate pdf, I get an error that "the feature has been disabled by the admin".
What should I enable? The only link I saw about pdf was in Global Configuration, but it was for showing the pdf link, not for enabling the feature...Maybe I didn't look in the right place.
Thank you!
|
|
|
Re: PDF generation [message #30939 is a reply to message #30927] |
Tue, 21 March 2006 14:18 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You need to make sure that the PDF PHP extension is enabled and also make sure that PDF settings in the admin control panel are enabled as well.
FUDforum Core Developer
|
|
|
|
Re: PDF generation [message #30957 is a reply to message #30949] |
Wed, 22 March 2006 16:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
There is a forum admin control panel called PDF management, that is where you enable PDF generation functionality.
FUDforum Core Developer
|
|
|
|
Re: PDF generation [message #30961 is a reply to message #30959] |
Wed, 22 March 2006 16:47 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Your PHP probably lacks PDF extension support, which is why the control panel for PDF is not being shown.
FUDforum Core Developer
|
|
|
|
Re: PDF generation [message #30982 is a reply to message #30966] |
Thu, 23 March 2006 17:51 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
If you can find the binary version of the module you can load it via the dl() function. But in most cases it is something you need your sysadmin to do for you.
FUDforum Core Developer
|
|
|
|
Re: PDF generation [message #30987 is a reply to message #30986] |
Thu, 23 March 2006 18:44 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Those are PHP scripts to talk with the PDF library, not the library itself.
FUDforum Core Developer
|
|
|
Re: PDF generation [message #30988 is a reply to message #30927] |
Thu, 23 March 2006 19:46 |
razvu
Messages: 8 Registered: March 2006
Karma: 0
|
Junior Member |
|
|
Update:
Ilia, I found a message in this forum talking about using FPDF. Can you please tell me where to get the simplified library and how to use it?
I don't need to print the whole forum, just little articles, etc.
Thanks again.
Oh, I see.
What is the library name, so I can start looking for it? If I can find it, and put it there in a directory, how do I use it?
Thank you!
[Updated on: Thu, 23 March 2006 20:09] Report message to a moderator
|
|
|
Re: PDF generation [message #31003 is a reply to message #30988] |
Fri, 24 March 2006 16:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FPDF pdf generation is only available in the stand-alone FUDforum.
FUDforum Core Developer
|
|
|
|