uawdijnntqw1x1x1
IP : 216.73.216.207
Hostname : xhost1.intravision.ru
Kernel : Linux xhost1.intravision.ru 3.16.0-7-amd64 #1 SMP Debian 3.16.59-1 (2018-10-03) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
.
/
.
/
backup
/
.
/
.
/
external_www
/
new02.medcomp.ru
/
downloadorder
/
AdvancedTable.php
/
/
<?php function m2t($millimeters){ return floor($millimeters*56.7); //1 твип равен 1/567 сантиметра } require_once 'PHPWord.php'; // New Word Document $PHPWord = new PHPWord(); $PHPWord->setDefaultFontName('Times New Roman'); $PHPWord->setDefaultFontSize(10); //данные о документе $meta = $PHPWord->getProperties(); $meta->setCreator('Имя создателя документа'); $meta->setCompany('Организация'); $meta->setTitle('Коммерческое предложение № 20845 от 7 августа 2014 г.'); $meta->setCreated(time()); // New portrait section $section = $PHPWord->createSection(array('marginLeft' => m2t(15), 'marginRight' => m2t(15), 'marginTop' => m2t(0))); $header = $section->createHeader(); $header->addImage($_SERVER["DOCUMENT_ROOT"]."/word/header.jpg"); /*$styleStandartCell = array('valign'=>'top'); $head_table = $header->addTable(array('borderSize'=>0, 'borderColor'=>'FFFFFFF', 'cellMargin'=>0)); $head_table->addRow(); $head_table_left_cell = $head_table->addCell('30%', $styleStandartCell); $head_table_left_cell->addImage($_SERVER["DOCUMENT_ROOT"]."/word/logo_medcomp.jpg", array("width"=>103, "height"=>75)); $head_table_left_cell->addText('107143, г. МОСКВА, а/я 34', array('size'=>9, 'name' => 'arial')); $head_table_right_cell = $head_table->addCell('70%', $styleStandartCell); $head_table_right_cell->addText('ООО «МедКомплекс «А.В.К.»', array('size' => 14, 'name' => 'arial')); $head_table_right_cell->addText('ОГРН 1027700268298 ИНН 7709349242 КПП 770901001', array('size'=>8, 'name'=>'arial', 'bold'=>true)); $head_table_right_cell->addText('(495) 792-54-99, 792-55-18, www.medcomp.ru torg@medcomp.ru', array('size'=>9, 'name'=>'arial')); $header->addText('МЕДИЦИНСКАЯ, ЛАБОРАТОРНАЯ, КОСМЕТОЛОГИЧЕСКАЯ ТЕХНИКА И МЕБЕЛЬ ОТЕЧЕСТВЕННЫХ И ЗАРУБЕЖНЫХ ПРОИЗВОДИТЕЛЕЙ', array('name'=>'arial', 'size'=>7, 'bold' => true));*/ /*// Define table style arrays $styleTable = array('borderSize'=>1, 'borderColor'=>'000000', 'cellMargin'=>0); $styleFirstRow = array('borderBottomSize'=>1, 'borderBottomColor'=>'000000', 'bgColor'=>'FFFFFF'); // Define cell style arrays $styleCell = array('valign'=>'center'); $styleCellBTLR = array('valign'=>'center', 'textDirection'=>PHPWord_Style_Cell::TEXT_DIR_BTLR); // Define font style for first row $fontStyle = array('bold'=>true, 'align'=>'center'); // Add table style $PHPWord->addTableStyle('myOwnTableStyle', $styleTable, $styleFirstRow); // Add table $table = $section->addTable('myOwnTableStyle'); // Add row $table->addRow(900); // Add cells $table->addCell(2000, $styleCell)->addText('Row 1', $fontStyle); $table->addCell(2000, $styleCell)->addText('Row 2', $fontStyle); $table->addCell(2000, $styleCell)->addText('Row 3', $fontStyle); $table->addCell(2000, $styleCell)->addText('Row 4', $fontStyle); $table->addCell(500, $styleCellBTLR)->addText('Row 5', $fontStyle); // Add more rows / cells for($i = 1; $i <= 10; $i++) { $table->addRow(); $table->addCell(2000)->addText("Cell $i"); $table->addCell(2000)->addText("Cell $i"); $table->addCell(2000)->addText("Cell $i"); $table->addCell(2000)->addText("Cell $i"); $text = ($i % 2 == 0) ? 'X' : ''; $table->addCell(500)->addText($text); }*/ // Save File $objWriter = PHPWord_IOFactory::createWriter($PHPWord, 'Word2007'); $objWriter->save('AdvancedTable.docx'); echo "Файл успешно создан!"; ?>
/var/././backup/././external_www/new02.medcomp.ru/downloadorder/AdvancedTable.php