Sun, 30 Dec 2001 04:16:46 +0000
..
eric@10 | 1 | boolean open_tiff_input_file (char *name); |
eric@10 | 2 | boolean close_tiff_input_file (void); |
eric@10 | 3 | |
eric@10 | 4 | boolean open_pdf_output_file (char *name); |
eric@10 | 5 | boolean close_pdf_output_file (void); |
eric@10 | 6 | |
eric@10 | 7 | boolean process_page (int image); /* range 1 .. n */ |