

- #HOW TO INSERT WORD COUNT IN WORD 2013 INSTALL#
- #HOW TO INSERT WORD COUNT IN WORD 2013 PRO#
- #HOW TO INSERT WORD COUNT IN WORD 2013 DOWNLOAD#
The HTML formĪs the focus of this demo is on the back end processing, we will create a simple front end with a simple HTML form, which looks like the figure below: Version 15 only comes with Office 2013 installation.įinally, we have to enable the PHP extension php_com_dotnet.dll in the php.ini file and restart the server. The PIA version in this package is 14.0.0.
#HOW TO INSERT WORD COUNT IN WORD 2013 DOWNLOAD#
NOTE: Only Microsoft Office 2010 PIA Redistributable is available to download and install. Please consult this MSDN page for detailed instructions.
#HOW TO INSERT WORD COUNT IN WORD 2013 INSTALL#
If the PIAs list does not include the whole package of, we will either re-install our Office and include PIA features or we have to manually download the package from Microsoft and install it. In this directory, we can also see other PIAs (including the whole Office family) available for programming (not only for PHP, but also for VB.net, C#, etc) These are to be used in our PHP scripts very soon. Please pay special attention to its “Assembly Name”, “Version” and “Public Key Token”.

This will be the PIA we use in this demo. We see a entry (underlined in the snapshot). To ascertain this, we can open the Windows Explorer and navigate to: \assembly and we will see a bunch of installed PIAs: We then have to make sure the libraries to develop an Interop application (called PIA, Primary Interop Assemblies) are installed.
#HOW TO INSERT WORD COUNT IN WORD 2013 PRO#
I am using Office 2013 Pro but any Office version later than 2007 should work. Next, we will have to install Microsoft Office. In this instance, I am using EasyPHP 14.1, which is quite easy to install and configure. As Interop is purely a Windows feature, we will have to host Apache and PHP under Windows. Preparationsįirst, please make sure a typical WAMP environment has been set up in your Windows development machine. In this article, we will see a simple integration between Word and PHP: to generate a Microsoft Word document based on the inputs in an HTML form using PHP (and its Interop extension). WMI (Windows Management Interface) is one such occasion and Microsoft Office Interop is another – an even more important and more frequently used one. Want more information?Įxplore Blackboard’s On Demand Learning Center.As I had pointed out in my previous article, PHP and WMI – Dig deep into Windows with PHP, we do live in a world where we PHP devs have to deal with the Windows operating system from time to time. A count of the number of highlighted words will be displayed in the box next to the Word Count button. Highlight the text you would like to count and click the Word Count button. When on the Blackboard page (i.e., discussion boards, blogs, wikis, or journals), you will see a button labeled ‘Word Count’ at the top and bottom of the page. First download and install the Add-on: Liberty University Word Count Add-on for Firefox To get a word count in Blackboard: The "Word Count" Add-on for the Firefox web browser skips this whole process and gives you the ability to get a word count for discussion board threads, blogs, wikis, and journals while on the respective page in Blackboard.įollow these steps to do it.

Currently, most professors get a word count by copying text from Blackboard, pasting it into Microsoft Word and then getting a word count inside MS Word. One feature missing from Blackboard is the ability to get a word count for discussion board threads, blogs, wikis, and journals.
