Reputation: 53
Can anyone please tell me what the alternate method is for RandomAccessFileOrArray(byte[])
for iText.
Upvotes: 5
Views: 4011
Reputation: 2866
From java doc located at http://itextsupport.com/apidocs/itext5/5.5.9/com/itextpdf/text/pdf/RandomAccessFileOrArray.html
RandomAccessFileOrArray(byte[] arrayIn)
Deprecated. use RandomAccessSourceFactory.createSource(byte[]) and RandomAccessFileOrArray(RandomAccessSource) instead
Upvotes: 3