Re: [iText-questions] Query RandomAccessFileOrArray

2009-02-19 Thread 1T3XT info
answers solutions wrote: > is there any way can i delete that image Only if you change the way the RandomAccessFileOrArray is created. -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info -

[iText-questions] Query RandomAccessFileOrArray

2009-02-19 Thread answers solutions
Hi I have opened a File through RandomAccessFileOrArray RandomAccessFileOrArray ra = *new* RandomAccessFileOrArray( "C:\\MFP\\tifFiles\\docScan_1235049151076.mtiff"); *int* pages = TiffImage.*getNumberOfPages*(ra); *for* (*int* j = 0; j < pages;) { ++j; document.add(TiffImage.*getTiffImag