1.1 --- a/t2p.h Mon Dec 31 08:25:04 2001 +0000 1.2 +++ b/t2p.h Mon Dec 31 16:44:24 2001 +0000 1.3 @@ -5,18 +5,17 @@ 1.4 crop_t crop; 1.5 } input_attributes_t; 1.6 1.7 -typedef struct 1.8 -{ 1.9 - char *page_number; 1.10 - bookmark_t *bookmarks; 1.11 -} output_attributes_t; 1.12 - 1.13 boolean open_tiff_input_file (char *name); 1.14 boolean close_tiff_input_file (void); 1.15 1.16 boolean open_pdf_output_file (char *name); 1.17 boolean close_pdf_output_file (void); 1.18 1.19 +void process_page_numbers (int page_index, 1.20 + int count, 1.21 + int base, 1.22 + page_label_t *page_label); 1.23 + 1.24 boolean process_page (int image, /* range 1 .. n */ 1.25 input_attributes_t input_attributes, 1.26 - output_attributes_t output_attributes); 1.27 + bookmark_t *bookmarks);