Forum


Replies: 3   Views: 5712
Pdf table width columns
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 magira  · 15-02-2016 - 16:43

Hello team !

Today, I've upgrade my corporate version from 4.1 to 5.5.

I have performed some test, and i found a difference with the width of table columns.Indeed, with the new version it has all the same size.

I'm sure I performed the same tests on the environment by simply changing the version number of the library called.

require_once '../../library/phpdocx/classes/CreateDocx.inc';

to 

require_once '../../library/phpdocx5/classes/CreateDocx.inc';


For information, 

PHP_VERSION: 5.3.19
PHP_OS: WINNT
PHP_UNAME: Windows NT PINATUBO 6.1 build 7601 (Windows 7 Business Edition Service Pack 1) i586
SERVER_NAME: oih_trunk.local
SERVER_SOFTWARE: Apache/2.2.22 (Win32) PHP/5.3.19
SERVER_ADDR: 127.0.0.1
SERVER_PROTOCOL: HTTP/1.1
HTTP_HOST: oih_trunk.local
HTTP_X_FORWARDED_FOR: 
PHP_SELF: /library/phpdocx/check.php
XSLTProcessor: 1
ZipArchive: 1
DomDocument: 1
SimpleXMLElement: 1
Tidy: 1

You can see my test result by downloading files : here