docxgen
docxgen copied to clipboard
A class that enables you to generate a docx based on a template
Currently I see that `tmpDir` property in the class is declared as `private` and there is no method for assigning path to it. I want to change it to other...
Hey, when i try to save my docx with some HTML code, it gives me an error when i try to open the file on the MS Word. I'm using...
Good tool, i am planning use it! But I have a problem: if i modify "example.php" found in djpate-phpdocx-5006fb8 like this: .... omissis... $phpdocx->assignNestedBlock("pets",array(array("#PETNAME#"=>"Rox"),array("#PETNAME#"=>"Bob")),array("members"=>2)); // would create a block pets...
i have just made docx file so now i need save to pdf, is it?
we have a table template and want to assign the values from user input, how to do that. thanx
Is it also possible to use templates in templates? For example, I have a letter that consists an address header, a body content and a greeting (footer) and all 3...