A B C D F G H I O P S T U W X Y

A

alpha - Variable in class com.pdflib.TET
Direction of inline text progression or direction of the pixel rows.
attributes - Variable in class com.pdflib.TET
Glyph attributes expressed as bits.

B

beta - Variable in class com.pdflib.TET
Text slanting angle or direction of pixel columns relative to the perpendicular of alpha.

C

close_document(int) - Method in class com.pdflib.TET
Release a document handle and all internal resources related to that document.
close_page(int) - Method in class com.pdflib.TET
Release a page handle and all related resources.
com.pdflib - package com.pdflib
 
convert_to_unicode(String, byte[], String) - Method in class com.pdflib.TET
Convert a string in an arbitrary encoding to a Unicode string in various formats.
create_pvf(String, byte[], String) - Method in class com.pdflib.TET
Create a named virtual read-only file from data provided in memory.

D

delete() - Method in class com.pdflib.TET
Delete a TET context and release all its internal resources.
delete_pvf(String) - Method in class com.pdflib.TET
Delete a named virtual file and free its data structures (but not the contents).

F

fontid - Variable in class com.pdflib.TET
Index of the font in the fonts[] pseudo object.
fontsize - Variable in class com.pdflib.TET
Size of the font (always positive).

G

get_apiname() - Method in class com.pdflib.TET
Get the name of the API function which caused an exception or failed.
get_apiname() - Method in exception com.pdflib.TETException
Get the name of the API function which caused the exception.
get_char_info(int) - Method in class com.pdflib.TET
Get detailed information for the next character in the most recent text fragment.
get_errmsg() - Method in class com.pdflib.TET
Get the text of the last thrown exception or the reason for a failed function call.
get_errmsg() - Method in exception com.pdflib.TETException
Map standard getMessage method to get_errmsg.
get_errnum() - Method in class com.pdflib.TET
Get the number of the last thrown exception or the reason for a failed function call.
get_errnum() - Method in exception com.pdflib.TETException
Get the error number of the exception.
get_image_data(int, int, String) - Method in class com.pdflib.TET
Retrieve image data in memory.
get_image_info(int) - Method in class com.pdflib.TET
Retrieve information about the next image on the page (but not the actual pixel data).
get_text(int) - Method in class com.pdflib.TET
Get the next text fragment from a page's content.
get_xml_data(int, String) - Method in class com.pdflib.TET
Retrieve data from memory.

H

height - Variable in class com.pdflib.TET
Height of glyph or image.

I

imageid - Variable in class com.pdflib.TET
Index of the image in the pCOS pseudo object images[].
info_pvf(String, String) - Method in class com.pdflib.TET
Query properties of a virtual file or the PDFlib Virtual Filesystem (PVF)

O

open_document(String, String) - Method in class com.pdflib.TET
Open a PDF document from file for text extraction.
open_document_mem(byte[], String) - Method in class com.pdflib.TET
Deprecated. use TET_create_pvf( ) and TET_open_document( ).
open_page(int, int, String) - Method in class com.pdflib.TET
Open a page for text extraction.

P

pcos_get_number(int, String) - Method in class com.pdflib.TET
Get the value of a pCOS path with type number or boolean.
pcos_get_stream(int, String, String) - Method in class com.pdflib.TET
Get the contents of a pCOS path with type stream or fstream.
pcos_get_string(int, String) - Method in class com.pdflib.TET
Get the value of a pCOS path with type name, string or boolean.
process_page(int, int, String) - Method in class com.pdflib.TET
Process a page and create TETML output.

S

set_option(String) - Method in class com.pdflib.TET
Set one or more global options for TET.

T

TET - Class in com.pdflib
Text Extraction Toolkit (TET): Toolkit for extracting Text, Images, and Metadata from PDF Documents.
TET() - Constructor for class com.pdflib.TET
Create a new TET object.
TETException - Exception in com.pdflib
Text Extraction Toolkit (TET): Toolkit for extracting Text, Images, and Metadata from PDF Documents
Exception handling for TET.
TETException() - Constructor for exception com.pdflib.TETException
 
TETException(String) - Constructor for exception com.pdflib.TETException
 
TETException(String, int, String) - Constructor for exception com.pdflib.TETException
 
textrendering - Variable in class com.pdflib.TET
Text rendering mode.
type - Variable in class com.pdflib.TET
Type of the character.

U

unknown - Variable in class com.pdflib.TET
Indicates whether the glyph could be mapped to Unicode.
uv - Variable in class com.pdflib.TET
UTF-32 Unicode value of the current character.

W

width - Variable in class com.pdflib.TET
Width of glyph or image.
write_image_file(int, int, String) - Method in class com.pdflib.TET
Write image data to disk.

X

x - Variable in class com.pdflib.TET
x position of the glyph's or image's reference point.

Y

y - Variable in class com.pdflib.TET
y position of the glyph's or image's reference point.

A B C D F G H I O P S T U W X Y