createPDF on Free BSD server

3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: July 29, 2011   (RSS)

Re: [4cdg] createPDF on Free BSD server

By Jason - July 29, 2011

Hi,

What you would need to do is have your host install the wkhtmltopdf libraries on your server. These are free libraries that the plugin uses and can be found in plugins/createPDF/wkhtmltopdf.

If the host is unwilling or unable to install these libraries for you, another option would be to set up a proxy. This is where you would have an installation of CMS Builder running on a different server and running createPDF. You can then set up your plugin on your current server to send all createPDF requests to the plugin on the other server. There is information on how to set this up in the readme file that comes with the plugin.

Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] createPDF on Free BSD server

By 4cdg - July 29, 2011

I will see if this can be done. Thanks