Uses of Class
com.aowagie.text.pdf.RandomAccessFileOrArray
Packages that use RandomAccessFileOrArray
-
Uses of RandomAccessFileOrArray in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return RandomAccessFileOrArrayModifier and TypeMethodDescriptionPRTokeniser.getFile()PdfReader.getSafeFile()Gets a new file instance of the original PDF document.PRTokeniser.getSafeFile()Methods in com.aowagie.text.pdf with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionbyte[]PdfReader.getPageContent(int pageNum, RandomAccessFileOrArray file) Gets the contents of the page. -
Uses of RandomAccessFileOrArray in com.aowagie.text.pdf.codec
Methods in com.aowagie.text.pdf.codec with parameters of type RandomAccessFileOrArrayModifier and TypeMethodDescriptionstatic ImageJBIG2Image.getJbig2Image(RandomAccessFileOrArray ra, int page) returns an Image representing the given page.static ImageTiffImage.getTiffImage(RandomAccessFileOrArray s, int page) Reads a page from a TIFF image.