Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.RandomAccessFileOrArray
-
Packages that use RandomAccessFileOrArray Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of RandomAccessFileOrArray in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as RandomAccessFileOrArray Modifier and Type Field Description protected RandomAccessFileOrArrayCFFFont. bufA random Access File or an array (contributed by orly manor)private RandomAccessFileOrArrayCFFFont.RangeItem. buf(package private) RandomAccessFileOrArrayPdfCopyFieldsImp. file(package private) RandomAccessFileOrArrayPdfReaderInstance. file(package private) RandomAccessFileOrArrayPdfStamperImp. fileprotected RandomAccessFileOrArrayPRTokeniser. fileprivate RandomAccessFileOrArrayPfm2afm. inprivate RandomAccessFileOrArrayAcroFields.RevisionStream. rafprotected RandomAccessFileOrArrayTrueTypeFont. rfThe file in use.protected RandomAccessFileOrArrayTrueTypeFontSubSet. rfThe file in use.Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return RandomAccessFileOrArray Modifier and Type Method Description RandomAccessFileOrArrayPRTokeniser. getFile()(package private) RandomAccessFileOrArrayPdfCopyFieldsImp. getReaderFile(PdfReader reader)(package private) RandomAccessFileOrArrayPdfReaderInstance. getReaderFile()(package private) RandomAccessFileOrArrayPdfStamperImp. getReaderFile(PdfReader reader)(package private) RandomAccessFileOrArrayPdfWriter. getReaderFile(PdfReader reader)RandomAccessFileOrArrayPdfReader. getSafeFile()Gets a new file instance of the original PDF document.RandomAccessFileOrArrayPRTokeniser. getSafeFile()Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type RandomAccessFileOrArray Modifier and Type Method Description static voidPfm2afm. convert(RandomAccessFileOrArray in, java.io.OutputStream out)Converts a PFM file into an AFM file.java.lang.StringPdfReader. getJavaScript(RandomAccessFileOrArray file)Gets the global document JavaScript.byte[]PdfReader. getPageContent(int pageNum, RandomAccessFileOrArray file)Gets the contents of the page.static byte[]PdfReader. getStreamBytes(PRStream stream, RandomAccessFileOrArray file)Get the content from a stream applying the required filters.static byte[]PdfReader. getStreamBytesRaw(PRStream stream, RandomAccessFileOrArray file)Get the content from a stream as it is without applying any filter.voidType1Font. process(RandomAccessFileOrArray rf)Reads the font metricsConstructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type RandomAccessFileOrArray Constructor Description CFFFont(RandomAccessFileOrArray inputbuffer)CFFFontSubset(RandomAccessFileOrArray rf, java.util.HashMap GlyphsUsed)C'tor for CFFFontSubsetPdfReader(RandomAccessFileOrArray raf, byte[] ownerPassword)Reads and parses a pdf document.Pfm2afm(RandomAccessFileOrArray in, java.io.OutputStream out)Creates a new instance of Pfm2afmPRTokeniser(RandomAccessFileOrArray file)RandomAccessFileOrArray(RandomAccessFileOrArray file)RangeItem(RandomAccessFileOrArray buf, int offset, int length)RevisionStream(RandomAccessFileOrArray raf, int length)TrueTypeFontSubSet(java.lang.String fileName, RandomAccessFileOrArray rf, java.util.HashMap glyphsUsed, int directoryOffset, boolean includeCmap)Creates a new TrueTypeFontSubSet
-