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.*getTiffImage*(ra, j));

}





and closed the document



 after closing i am trying to delete
C:\\MFP\\tifFiles\\docScan_1235049151076.mtiff


 but delection is not happening .

can u let me know why is this happening .



 is there any way can i delete tht image
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to