Outils pour utilisateurs

Outils du site


word_document_generation

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
word_document_generation [2011/07/06 15:16] – [Styling] sebsauvageword_document_generation [2019/05/02 21:30] (Version actuelle) – Statut de discussion modifié sebsauvage
Ligne 1: Ligne 1:
 ====== Word document generation ====== ====== Word document generation ======
  
-This page explores the solutions to generate Word document on server side (eg. a webserver). My need is to generate full documents automatically which can later be edited by users, hence the choice of Word format.  +This page explores the solutions to generate Word document on server side (eg. a webserver). My need is to generate full documents automatically which can later be edited by users, hence the choice of Word format.
- +
-I will regularly update this page according to my findings.+
  
 ===== Possible solutions ===== ===== Possible solutions =====
Ligne 89: Ligne 87:
   * **@page** is used to set properties of the whole document.   * **@page** is used to set properties of the whole document.
   * Each **@page SectionX** can be used to change the properties of a group of pages.   * Each **@page SectionX** can be used to change the properties of a group of pages.
-  * Each page or group of pages must be put in a ''<div>'' (such as ''<div class=Section1>'' in our example. Feel free to create as many 'sections' as needed.+  * Each page or group of pages must be put in a <code><div></code> (such as <code><div class=Section1></code> in our example. Feel free to create as many 'sections' as needed.
  
 Caveat: Changing things like page orientation for a group or a specific page does not seem to work. FIXME Caveat: Changing things like page orientation for a group or a specific page does not seem to work. FIXME
Ligne 518: Ligne 516:
   * Serving files using gzip compression may improve user experience (our ''mime_example.doc'' above goes from 5216 bytes to 2569 bytes with default gzip compression).   * Serving files using gzip compression may improve user experience (our ''mime_example.doc'' above goes from 5216 bytes to 2569 bytes with default gzip compression).
  
-~~DISCUSSION~~+~~DISCUSSION:closed~~
word_document_generation.1309961787.txt.gz · Dernière modification : 2014/07/12 12:26 (modification externe)