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