Sun, 30 Dec 2001 17:09:08 +0000
*** empty log message ***
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 */ |
eric@15 | 8 | |
eric@15 | 9 | |
eric@15 | 10 | |
eric@15 | 11 | |
eric@15 | 12 | |
eric@15 | 13 | |
eric@15 | 14 |