News

Create a PDF with PHPdocx

  • May 03, 2011

Warning This post is outdated. For up date information about creating PDF documents please refer to the Conversion plugin tutorial documentation. PHPdocx can create PDF when the .do...

Read More

Endnotes and Footnotes in PHPdocx

  • May 03, 2011

A note is a string of text placed at the bottom of a page in a book or document or at the end of a text. The note can provide an author's comments on the main text or citations of a reference work in...

Read More

Headers and Footers in PHPdocx

  • May 03, 2011

Oftentimes it is necessary to put vital information about your document either at the top of the page, at the bottom of the page, or a combination of both. While you can easily enter things such as do...

Read More

Specify a language for a docx document in PHPdocx

  • May 03, 2011

Sometimes you need to create a document with different language that meet your needs. For change it, you need to add a property that define the language of the document with setLanguage. This is an...

Read More

Create a link in a docx document with PHPdocx

  • May 03, 2011

This information is outdated, please, refer to the addLink documentation for up to date info. Docx document permits, as his predecessors, include links: this is really usefull and add a link is reall...

Read More