New Post: Some issues in exporting
Hi there, I love this library because this saves a lot of my time in exporting to .docx files. Working fine till I want to add some HTML output in docx file. So my problem is like this way: I have a...
View ArticleCreated Unassigned: How to insert an image in existing word file at a...
I started using PHPWORD, it is a nice API to work on. But, I have an issue regarding this. I didn't find the way to __insert an image in a existing word file at a specified position I need.__Can anyone...
View ArticleEdited Unassigned: How to insert an image in existing word file at a...
I started using PHPWORD, it is a nice API to work on. But, I have an issue regarding this. I didn't find the way to __insert an image in a existing word file at a specified position I need.__Can anyone...
View ArticleNew Post: tblHeader
Hi there, How can I add a function to add a table header (tblHeader) for the first row in table (Repeat table row on every new page). PHPWord 0.6.2-1 Beta does not have this function. Your help in this...
View ArticleCreated Unassigned: after save i have a corrupted file [106]
here is my code : $phpWord = new \PhpOffice\PhpWord\PhpWord();$phpWord->getCompatibility()->setOoxmlVersion(15);$phpWord->setDefaultFontSize(10);$sectionRun =...
View ArticleNew Post: Template problem
Hi Using your php2excel -> working fine. But one thing about php2rowd, maybe I havent read documentation properly or something else. But anyway. My problem is. I have a template .docx and some...
View ArticleCreated Unassigned: Mail Image issue [107]
php word document issue in gmail attachment .When i open file in gmail doc the image of word document is not displayed only just text will appear.
View ArticleNew Post: is possible to set margin to paragraph ?
I created a solution that works for me. I don't know if is the right way, if works every time, if works to everyone, etc....do the following:FILE -> /PHPWord/Style/Paragraph.php ADD TO THE CLASS...
View ArticleNew Post: Getting started from zero knowledge
Hi I am trying to get up and running with phpWord because it sounds amazing. I have tried to work my way through the installation instructions but I don't really know what I am doing and so after I...
View ArticleNew Post: Example template add rows from mysql database
Hi, how can i add rows dynamic from mysql database ? Thanks for advance. Carles
View ArticleNew Post: Can i save to pdf ?
Hi ! Some way to save it to pdf ? Thanks for advance ? Carles.
View ArticleNew Post: PDF
hello guys! Question:can I save .pdf?or I need save as .doc , and then load this .doc in memory to save as .pdf? if I can save .pdf, how to do this? Looking forward to your reply! good luck!
View ArticleNew Post: manipulate template
a suggestion to replace a token in template by a tableIn /PHPWord/Shared/XMLWriter.php Add this public function setIndent($indent) { $this->_xmlWriter->setIndent((bool)$indent); } public function...
View ArticleCreated Unassigned: PhpWord not rendering html properly in Word doc [108]
html markup renders in browser: "The <b>County Partnership for Children</b> is a <em>not-for-profit</em> agency" - renders in bold, and italics, respectively.here is my...
View ArticleEdited Unassigned: PhpWord not rendering html properly in Word doc [108]
html markup renders in browser: "The <b>County Partnership for Children</b> is a <em>not-for-profit</em> agency" - renders in bold, and italics, respectively.here is my...
View ArticleCreated Unassigned: How to embed and external font into the Word doc [109]
Hi, PHPWord has been working wonderfully for me for last couple of years but I am running into an issue now. I have to use an external font into the document. PHPWord allows me to set the font name...
View ArticleCreated Unassigned: How to add special character(↑) in word document [110]
HI,I want to add special character(↑) like $section->addText('Hello World! ↑ U+2B06');. Could you please tell me what is the procedure to add special character in the word file.Thanks,Avinash
View Article