pdf.c

changeset 114
6f9b00c7b076
parent 85
dcfd1d4b5c24
child 118
c22e1c0a64fd
     1.1 --- a/pdf.c	Wed Mar 12 11:13:28 2003 +0000
     1.2 +++ b/pdf.c	Wed Mar 12 11:17:00 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   * PDF routines
     1.7 - * $Id: pdf.c,v 1.6 2003/03/07 22:52:09 eric Exp $
     1.8 + * $Id: pdf.c,v 1.7 2003/03/12 03:17:00 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 @@ -98,7 +98,7 @@
    1.13  		      pdf_new_name (page_mode_string));
    1.14  
    1.15    pdf_file->info    = pdf_new_ind_ref (pdf_file, pdf_new_obj (PT_DICTIONARY));
    1.16 -  pdf_set_info (pdf_file, "Producer", "t2p, Copyright 2003 Eric Smith <eric@brouhaha.com>");
    1.17 +  pdf_set_info (pdf_file, "Producer", "t2p by Eric Smith <eric@brouhaha.com>");
    1.18  
    1.19    pdf_file->trailer_dict = pdf_new_obj (PT_DICTIONARY);
    1.20    /* Size key will be added later */