From 62c32ceba56e049c2d14ef7a3231c1553a29c492 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 22 May 2008 13:57:39 +0000 Subject: [PATCH] added simpleviewer doc --- lib/devices/swf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/devices/swf.c b/lib/devices/swf.c index 2559860..6e9834b 100644 --- a/lib/devices/swf.c +++ b/lib/devices/swf.c @@ -1995,6 +1995,7 @@ int swf_setparameter(gfxdevice_t*dev, const char*name, const char*value) printf("protect add a \"protect\" tag to the file, to prevent loading in the Flash editor\n"); printf("flashversion= the SWF fileversion (6)\n"); printf("minlinewidth= convert horizontal/vertical boxes smaller than this width to lines (0.05) \n"); + printf("simpleviewer Add next/previous buttons to the SWF\n"); printf("animate insert a showframe tag after each placeobject (animate draw order of PDF files)\n"); printf("jpegquality= set compression quality of jpeg images\n"); } else { -- 1.7.10.4