Forum


Replies: 4   Views: 2352
Template - replacetablevariable() with html link
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 12-10-2017 - 11:41

Hello,

The obfuscated code is only of the trial package, purchased packages don't include any obfuscated file. Maybe you are using the trial package instead of a purchased license? after you buy a license you need to download a new package to remove trial watermarks and get access to the code of files.

The autoloader of phpdocx includes all files of the library doing a require of the CreateDocx.inc file, so you don't need to add the WordFragment.inc manually. Please check the included samples, all of them include just CreateDocx.inc to use all methods available (except MultiMerge, DocxUtilities, Crypto, DigitalSignature and the transform method that can be used standalone).

Regards.