swftools
Test des pointillés (ps2pdf 1)

Test des pointillés (ps2pdf 1)

Animation flash

Voici la procédure initiale InitFichierPS utilisée pour la production du fichier PS qui sera ensuite transformé en PDF.

InitFichierPS.mp [ source brut ]

 % Procédure d'initialisation
 def InitFichierPS(expr lx,ly,rx,ry)  =
     PageSize(lx,ly,rx,ry);
     InsPS("%!");
     InsPS("<< /PageSize [" 
 	& decimal PageLargeur
 	& " "
 	& decimal PageHauteur
 	& "] >> setpagedevice");
     extra_endfig := "ClipPageSize;InPS;" & extra_endfig;
 enddef;
 
Validation CSS Validation XHTMLJean-Michel Sarlat — Dernière modification : 17 avril 2007 (0.07s - 3017653 - vendredi 16 mai 2008)