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