CreatePDF & Windows Authentication

By claire - January 20, 2015

Hi Ryan

I don't know offhand, but the createPDF plugin does use some extra components outside of PHP in order to work. I'll refer this to Dave and ask if he's got any insights.

--------------------

Claire Ryan
interactivetools.com

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

By Ryan - January 21, 2015

Hi Claire,

Managed to figured it out.

I created a local user account on the server called createpdf and added the username and password to the CREATEPDF_CUSTOM_SWITCHES on the createPDF.php page.

$GLOBALS['CREATEPDF_CUSTOM_SWITCHES']  = '--username localhost\createpdf --password YourPassword';

Ryan

By claire - January 21, 2015

Thanks very much for posting the solution! I'll ask for this to be added to the readme for this plugin.

--------------------

Claire Ryan
interactivetools.com

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