1.1 diff -r 12bc5088172e -r 29d7cbc7c251 tumble.c 1.2 --- a/tumble.c Wed Mar 05 01:58:36 2003 +0000 1.3 +++ b/tumble.c Wed Mar 05 02:09:49 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * Main program 1.8 - * $Id: tumble.c,v 1.25 2003/03/04 17:58:36 eric Exp $ 1.9 + * $Id: tumble.c,v 1.26 2003/03/04 18:09:49 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -198,7 +198,7 @@ 1.14 return (0); 1.15 } 1.16 1.17 - o->pdf = pdf_create (name); 1.18 + o->pdf = pdf_create (name, PDF_PAGE_MODE_USE_OUTLINES); 1.19 if (! o->pdf) 1.20 { 1.21 fprintf (stderr, "can't open output file '%s'\n", name);