Sat, 29 Dec 2001 17:44:57 +0000
Initial revision
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 */ |