tumble.h

changeset 30
35fad7ec7732
parent 26
4368c5fd9242
child 32
3aac131058da
     1.1 diff -r c904ffd6a1cf -r 35fad7ec7732 tumble.h
     1.2 --- a/tumble.h	Tue Jan 01 05:41:03 2002 +0000
     1.3 +++ b/tumble.h	Tue Jan 01 06:11:43 2002 +0000
     1.4 @@ -8,7 +8,19 @@
     1.5  boolean open_tiff_input_file (char *name);
     1.6  boolean close_tiff_input_file (void);
     1.7  
     1.8 -boolean open_pdf_output_file (char *name);
     1.9 +
    1.10 +typedef struct
    1.11 +{
    1.12 +  char *author;
    1.13 +  char *creator;
    1.14 +  char *title;
    1.15 +  char *subject;
    1.16 +  char *keywords;
    1.17 +} pdf_file_attributes_t;
    1.18 +
    1.19 +boolean open_pdf_output_file (char *name,
    1.20 +			      pdf_file_attributes_t *attributes);
    1.21 +
    1.22  
    1.23  void process_page_numbers (int page_index,
    1.24  			   int count,