Sun, 30 Dec 2001 04:16:46 +0000
*** empty log message ***
eric@15 | 1 | extern int line; |
eric@15 | 2 | |
eric@10 | 3 | boolean open_tiff_input_file (char *name); |
eric@10 | 4 | boolean close_tiff_input_file (void); |
eric@10 | 5 | |
eric@10 | 6 | boolean open_pdf_output_file (char *name); |
eric@10 | 7 | boolean close_pdf_output_file (void); |
eric@10 | 8 | |
eric@10 | 9 | boolean process_page (int image); /* range 1 .. n */ |
eric@15 | 10 | |
eric@15 | 11 | void input_images (int first, int last); |
eric@15 | 12 | void output_pages (int first, int last); |
eric@15 | 13 | |
eric@15 | 14 | |
eric@15 | 15 | |
eric@15 | 16 | |
eric@15 | 17 | |
eric@15 | 18 | |
eric@15 | 19 |